Subversion Repositories winbugtracker

Rev

Rev 3 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 6
1
object frmMitarbeiter: TfrmMitarbeiter
1
object frmMitarbeiter: TfrmMitarbeiter
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 = 'Mitarbeiter'
6
  Caption = 'Mitarbeiter'
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
13
  Font.Name = 'Tahoma'
13
  Font.Name = 'Tahoma'
14
  Font.Style = []
14
  Font.Style = []
15
  OldCreateOrder = False
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
16
  Position = poMainFormCenter
17
  PixelsPerInch = 96
17
  PixelsPerInch = 96
18
  TextHeight = 13
18
  TextHeight = 13
19
  object DBGrid1: TDBGrid
19
  object DBGrid1: TDBGrid
20
    Left = 8
20
    Left = 8
21
    Top = 8
21
    Top = 8
22
    Width = 257
22
    Width = 257
23
    Height = 233
23
    Height = 233
24
    DataSource = frmBugtracker.dsMitarbeiter
24
    DataSource = frmBugtracker.dsMitarbeiter
25
    TabOrder = 0
25
    TabOrder = 0
26
    TitleFont.Charset = DEFAULT_CHARSET
26
    TitleFont.Charset = DEFAULT_CHARSET
27
    TitleFont.Color = clWindowText
27
    TitleFont.Color = clWindowText
28
    TitleFont.Height = -11
28
    TitleFont.Height = -11
29
    TitleFont.Name = 'Tahoma'
29
    TitleFont.Name = 'Tahoma'
30
    TitleFont.Style = []
30
    TitleFont.Style = []
31
    Columns = <
31
    Columns = <
32
      item
32
      item
33
        Expanded = False
33
        Expanded = False
34
        FieldName = 'name'
34
        FieldName = 'name'
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.dsMitarbeiter
-
 
44
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel]
-
 
45
    TabOrder = 1
-
 
46
  end
38
end
47
end