-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsrccfgfm.lfm
99 lines (99 loc) · 1.73 KB
/
srccfgfm.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
object ChartSourceEditForm: TChartSourceEditForm
Left = 617
Height = 169
Top = 244
Width = 327
BorderStyle = bsDialog
Caption = 'ChartSourceEditForm'
ClientHeight = 169
ClientWidth = 327
OnCreate = FormCreate
Position = poDefaultPosOnly
LCLVersion = '2.0.8.0'
object Label1: TLabel
Left = 8
Height = 16
Top = 10
Width = 44
Caption = '&X-Feld:'
ParentColor = False
end
object Label2: TLabel
Left = 10
Height = 16
Top = 36
Width = 43
Caption = '&Y-Feld:'
ParentColor = False
end
object Label3: TLabel
Left = 8
Height = 16
Top = 62
Width = 53
Caption = '&Farbfeld:'
ParentColor = False
end
object Label4: TLabel
Left = 9
Height = 16
Top = 88
Width = 52
Caption = '&Textfeld:'
ParentColor = False
end
object XFieldComboBox: TComboBox
Left = 80
Height = 20
Top = 10
Width = 100
ItemHeight = 19
TabOrder = 0
end
object YFieldComboBox: TComboBox
Left = 80
Height = 20
Top = 36
Width = 100
ItemHeight = 19
TabOrder = 1
end
object ColorFieldComboBox: TComboBox
Left = 80
Height = 20
Top = 62
Width = 100
ItemHeight = 19
TabOrder = 2
end
object TextFieldComboBox: TComboBox
Left = 80
Height = 20
Top = 88
Width = 100
ItemHeight = 19
TabOrder = 3
end
object BitBtn1: TBitBtn
Left = 10
Height = 30
Top = 120
Width = 75
Default = True
DefaultCaption = True
Kind = bkOK
ModalResult = 1
TabOrder = 4
end
object BitBtn2: TBitBtn
Left = 96
Height = 30
Top = 120
Width = 104
Cancel = True
DefaultCaption = True
Kind = bkCancel
ModalResult = 2
TabOrder = 5
end
end