Subversion Repositories winbugtracker

Rev

Rev 3 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 6
Line 2... Line 2...
2
  Left = 0
2
  Left = 0
3
  Top = 0
3
  Top = 0
4
  BorderIcons = [biSystemMenu]
4
  BorderIcons = [biSystemMenu]
5
  BorderStyle = bsDialog
5
  BorderStyle = bsDialog
6
  Caption = 'Module'
6
  Caption = 'Module'
7
  ClientHeight = 250
7
  ClientHeight = 280
8
  ClientWidth = 273
8
  ClientWidth = 273
9
  Color = clBtnFace
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
11
  Font.Color = clWindowText
12
  Font.Height = -11
12
  Font.Height = -11
Line 33... Line 33...
33
        Expanded = False
33
        Expanded = False
34
        FieldName = 'modul'
34
        FieldName = 'modul'
35
        Visible = True
35
        Visible = True
36
      end>
36
      end>
37
  end
37
  end
-
 
38
  object DBNavigator1: TDBNavigator
-
 
39
    Left = 8
-
 
40
    Top = 247
-
 
41
    Width = 256
-
 
42
    Height = 25
-
 
43
    DataSource = frmBugtracker.dsModule
-
 
44
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel]
-
 
45
    TabOrder = 1
-
 
46
  end
38
end
47
end