Subversion Repositories stackman

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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