Subversion Repositories stackman

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object MDIAppender: TMDIAppender
2
  Left = 215
3
  Top = 137
13 daniel-mar 4
  ClientHeight = 140
5
  ClientWidth = 345
2 daniel-mar 6
  Color = clBtnFace
7
  ParentFont = True
8
  FormStyle = fsMDIChild
9
  Menu = MainMenu
10
  Position = poDefault
11
  Visible = True
12
  OnClose = FormClose
13
  OnCloseQuery = FormCloseQuery
14
  OnCreate = FormCreate
15
  OnShow = FormShow
13 daniel-mar 16
  TextHeight = 15
2 daniel-mar 17
  object VSplitter: TSplitter
18
    Left = 0
13 daniel-mar 19
    Top = 81
20
    Width = 345
2 daniel-mar 21
    Height = 2
22
    Cursor = crVSplit
23
    Align = alBottom
13 daniel-mar 24
    ExplicitTop = 94
25
    ExplicitWidth = 353
2 daniel-mar 26
  end
27
  object topPanel: TPanel
28
    Left = 0
29
    Top = 0
13 daniel-mar 30
    Width = 345
31
    Height = 81
2 daniel-mar 32
    Align = alClient
33
    BevelOuter = bvNone
34
    TabOrder = 0
13 daniel-mar 35
    ExplicitWidth = 353
36
    ExplicitHeight = 94
2 daniel-mar 37
    object CheckListBox1: TCheckListBox
38
      Left = 0
39
      Top = 0
40
      Width = 353
41
      Height = 94
42
      Align = alClient
43
      ItemHeight = 13
44
      TabOrder = 0
45
      OnClick = CheckListBox1Click
46
      OnDrawItem = CheckListBox1DrawItem
47
      OnKeyPress = CheckListBox1KeyPress
48
      OnMeasureItem = CheckListBox1MeasureItem
49
    end
50
  end
51
  object bottomPanel: TPanel
52
    Left = 0
13 daniel-mar 53
    Top = 83
54
    Width = 345
2 daniel-mar 55
    Height = 57
56
    Align = alBottom
57
    BevelOuter = bvNone
58
    TabOrder = 1
13 daniel-mar 59
    ExplicitTop = 96
60
    ExplicitWidth = 353
2 daniel-mar 61
    object newLineEdt: TMemo
62
      Left = 0
63
      Top = 0
64
      Width = 353
65
      Height = 57
66
      Align = alClient
67
      ScrollBars = ssVertical
68
      TabOrder = 0
69
      WantReturns = False
70
      WantTabs = True
71
      OnChange = newLineEdtChange
72
      OnKeyDown = newLineEdtKeyDown
73
    end
74
  end
75
  object MainMenu: TMainMenu
76
    Images = MainForm.ImageList2
77
    Left = 8
78
    Top = 8
79
    object Document1: TMenuItem
80
      Caption = '&Datensatz'
81
      GroupIndex = 5
82
      object Stroke: TMenuItem
83
        Caption = 'Gew'#228'hlte Eintr'#228'ge &ausstreichen...'
84
        GroupIndex = 1
85
        ImageIndex = 23
86
        ShortCut = 46
87
        OnClick = StrokeClick
88
      end
89
      object Neuladen1: TMenuItem
90
        Caption = 'Streichliste &neu laden'
91
        GroupIndex = 1
92
        ImageIndex = 19
93
        ShortCut = 116
94
        OnClick = Neuladen1Click
95
      end
96
      object N2: TMenuItem
97
        Caption = '-'
98
        GroupIndex = 1
99
      end
100
      object Save: TMenuItem
101
        Caption = 'Eintragung &ablegen'
102
        GroupIndex = 1
103
        ImageIndex = 8
104
        OnClick = SaveClick
105
      end
106
      object N3: TMenuItem
107
        Caption = '-'
108
        GroupIndex = 1
109
      end
110
      object ExternalOpen: TMenuItem
111
        Caption = 'Mit &externem Programm '#246'ffnen'
112
        GroupIndex = 1
113
        ImageIndex = 22
114
        ShortCut = 121
115
        OnClick = ExternalOpenClick
116
      end
117
      object Delete: TMenuItem
118
        Caption = 'Datensatz &l'#246'schen...'
119
        GroupIndex = 1
120
        ImageIndex = 5
121
        ShortCut = 16392
122
        OnClick = DeleteClick
123
      end
124
      object N4: TMenuItem
125
        Caption = '-'
126
        GroupIndex = 1
127
      end
128
      object DocumentClose1: TMenuItem
129
        Caption = '&Schlie'#223'en'
130
        GroupIndex = 1
131
        ImageIndex = 20
132
        ShortCut = 27
133
        OnClick = DocumentClose1Click
134
      end
135
    end
136
  end
137
end