-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraphEdit.dfm
256 lines (256 loc) · 4.94 KB
/
GraphEdit.dfm
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
object f_GraphEdit: Tf_GraphEdit
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Edit'
ClientHeight = 397
ClientWidth = 289
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
DesignSize = (
289
397)
PixelsPerInch = 96
TextHeight = 13
object l_lIntid: TLabel
Left = 8
Top = 8
Width = 53
Height = 13
Caption = 'InternalID:'
end
object l_InternalID: TLabel
Left = 88
Top = 8
Width = 3
Height = 13
Anchors = [akLeft, akTop, akRight]
end
object l_lposx: TLabel
Left = 8
Top = 72
Width = 30
Height = 13
Caption = 'Pos X:'
end
object l_lposy: TLabel
Left = 8
Top = 104
Width = 30
Height = 13
Caption = 'Pos Y:'
end
object l_lname: TLabel
Left = 8
Top = 40
Width = 31
Height = 13
Caption = 'Name:'
end
object l_lNameUp: TLabel
Left = 8
Top = 168
Width = 74
Height = 13
Caption = 'Name Output1:'
end
object l_lNameDown: TLabel
Left = 8
Top = 200
Width = 74
Height = 13
Caption = 'Name OutPut2:'
end
object l_lType: TLabel
Left = 8
Top = 137
Width = 28
Height = 13
Caption = 'Type:'
end
object l_pinidinup: TLabel
Left = 8
Top = 233
Width = 67
Height = 13
Caption = 'Pin ID Input1:'
end
object l_lpinidindown: TLabel
Left = 8
Top = 264
Width = 67
Height = 13
Caption = 'Pin ID Input2:'
end
object l_lpinidoutup: TLabel
Left = 8
Top = 295
Width = 75
Height = 13
Caption = 'Pin ID Output1:'
end
object l_lpinidoutdown: TLabel
Left = 8
Top = 327
Width = 75
Height = 13
Caption = 'Pin ID Output2:'
end
object l_SaveName: TLabel
Left = 88
Top = 25
Width = 3
Height = 13
Visible = False
end
object l_NameOutUp: TLabel
Left = 104
Top = 153
Width = 3
Height = 13
Visible = False
end
object l_NameOutDown: TLabel
Left = 104
Top = 185
Width = 3
Height = 13
Transparent = False
Visible = False
end
object e_PosX: TEdit
Left = 88
Top = 69
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
OnKeyPress = e_NameOutUpKeyPress
end
object e_PosY: TEdit
Left = 89
Top = 101
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 2
OnKeyPress = e_NameOutUpKeyPress
end
object e_Name: TEdit
Left = 88
Top = 37
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
OnKeyPress = e_NameOutUpKeyPress
end
object e_NameOutUp: TEdit
Left = 88
Top = 165
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 4
OnKeyPress = e_NameOutUpKeyPress
end
object e_NameOutDown: TEdit
Left = 88
Top = 197
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 5
OnKeyPress = e_NameOutUpKeyPress
end
object cb_Type: TComboBox
Left = 88
Top = 133
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 3
OnKeyPress = e_NameOutUpKeyPress
Items.Strings = (
'OR'
'AND'
'NOR'
'NAND'
'XOR'
'NOT'
'LINK')
end
object e_PinIDInUp: TEdit
Left = 88
Top = 230
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 6
OnKeyPress = e_NameOutUpKeyPress
end
object e_PinIDInDown: TEdit
Left = 88
Top = 261
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 7
OnKeyPress = e_NameOutUpKeyPress
end
object e_PinIDOutUp: TEdit
Left = 88
Top = 292
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 8
OnKeyPress = e_NameOutUpKeyPress
end
object e_PinIDOutDown: TEdit
Left = 88
Top = 324
Width = 192
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 9
OnKeyPress = e_NameOutUpKeyPress
end
object b_Update: TButton
Left = 42
Top = 360
Width = 75
Height = 25
Hint = 'Shortcut: Enter'
Anchors = [akLeft, akBottom]
Caption = 'Update'
TabOrder = 10
OnClick = b_UpdateClick
end
object b_delete: TButton
Left = 168
Top = 360
Width = 75
Height = 25
Hint = 'Shortcut: Delete'
Anchors = [akRight, akBottom]
Caption = 'Delete'
TabOrder = 11
OnClick = b_deleteClick
end
object cb_Delete: TCheckBox
Left = 205
Top = 8
Width = 65
Height = 17
Caption = 'Deleted'
TabOrder = 12
Visible = False
end
end