FreeLaunch

Форк
0
/
ProgrammPropertiesFormModule.dfm 
263 строки · 5.5 Кб
1
object ProgrammPropertiesForm: TProgrammPropertiesForm
2
  Left = 0
3
  Top = 0
4
  BorderIcons = [biSystemMenu]
5
  BorderStyle = bsSingle
6
  ClientHeight = 320
7
  ClientWidth = 538
8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
11
  Font.Height = -11
12
  Font.Name = 'Tahoma'
13
  Font.Style = []
14
  KeyPreview = True
15
  Position = poScreenCenter
16
  ShowHint = True
17
  OnShow = FormShow
18
  DesignSize = (
19
    538
20
    320)
21
  TextHeight = 13
22
  object PageControl1: TPageControl
23
    Left = 8
24
    Top = 8
25
    Width = 521
26
    Height = 275
27
    ActivePage = TabSheet1
28
    Anchors = [akLeft, akTop, akBottom]
29
    TabOrder = 0
30
    ExplicitHeight = 274
31
    object TabSheet1: TTabSheet
32
      DesignSize = (
33
        513
34
        247)
35
      object Label1: TLabel
36
        Left = 69
37
        Top = 18
38
        Width = 3
39
        Height = 13
40
        Alignment = taRightJustify
41
      end
42
      object Label2: TLabel
43
        Left = 69
44
        Top = 78
45
        Width = 3
46
        Height = 13
47
        Alignment = taRightJustify
48
      end
49
      object Label4: TLabel
50
        Left = 69
51
        Top = 164
52
        Width = 3
53
        Height = 13
54
        Alignment = taRightJustify
55
      end
56
      object Label3: TLabel
57
        Left = 69
58
        Top = 194
59
        Width = 3
60
        Height = 13
61
        Alignment = taRightJustify
62
      end
63
      object Bevel1: TBevel
64
        Left = 351
65
        Top = 9
66
        Width = 9
67
        Height = 225
68
        Anchors = [akLeft, akTop, akBottom]
69
        Shape = bsLeftLine
70
        ExplicitHeight = 214
71
      end
72
      object Label5: TLabel
73
        Left = 366
74
        Top = 17
75
        Width = 3
76
        Height = 13
77
      end
78
      object Bevel2: TBevel
79
        Left = 405
80
        Top = 24
81
        Width = 100
82
        Height = 10
83
        Shape = bsTopLine
84
      end
85
      object Bevel3: TBevel
86
        Left = 410
87
        Top = 109
88
        Width = 94
89
        Height = 10
90
        Shape = bsTopLine
91
      end
92
      object Label6: TLabel
93
        Left = 366
94
        Top = 102
95
        Width = 3
96
        Height = 13
97
      end
98
      object IcImage: TImage
99
        Left = 379
100
        Top = 125
101
        Width = 32
102
        Height = 32
103
      end
104
      object Label7: TLabel
105
        Left = 226
106
        Top = 194
107
        Width = 3
108
        Height = 13
109
        Alignment = taRightJustify
110
      end
111
      object Label8: TLabel
112
        Left = 69
113
        Top = 134
114
        Width = 3
115
        Height = 13
116
        Alignment = taRightJustify
117
        Enabled = False
118
      end
119
      object Label9: TLabel
120
        Left = 69
121
        Top = 48
122
        Width = 3
123
        Height = 13
124
        Alignment = taRightJustify
125
      end
126
      object ParamsEdit: TEdit
127
        Left = 80
128
        Top = 75
129
        Width = 259
130
        Height = 21
131
        TabOrder = 3
132
      end
133
      object DescrEdit: TEdit
134
        Left = 80
135
        Top = 161
136
        Width = 259
137
        Height = 21
138
        TabOrder = 6
139
      end
140
      object PriorBox: TComboBox
141
        Left = 80
142
        Top = 191
143
        Width = 107
144
        Height = 21
145
        Style = csDropDownList
146
        TabOrder = 7
147
      end
148
      object ChangeIconButton: TButton
149
        Left = 423
150
        Top = 128
151
        Width = 75
152
        Height = 25
153
        TabOrder = 12
154
        OnClick = ChangeIconButtonClick
155
      end
156
      object QuesCheckBox: TCheckBox
157
        Left = 372
158
        Top = 37
159
        Width = 138
160
        Height = 17
161
        TabOrder = 10
162
      end
163
      object WStyleBox: TComboBox
164
        Left = 235
165
        Top = 191
166
        Width = 102
167
        Height = 21
168
        Style = csDropDownList
169
        TabOrder = 8
170
      end
171
      object DropBox: TCheckBox
172
        Left = 80
173
        Top = 105
174
        Width = 259
175
        Height = 17
176
        TabOrder = 4
177
        OnClick = DropBoxClick
178
      end
179
      object DropParamsEdit: TEdit
180
        Left = 80
181
        Top = 131
182
        Width = 259
183
        Height = 21
184
        Enabled = False
185
        TabOrder = 5
186
      end
187
      object HideCheckBox: TCheckBox
188
        Left = 372
189
        Top = 60
190
        Width = 138
191
        Height = 17
192
        TabOrder = 11
193
      end
194
      object RefProps: TButton
195
        Left = 320
196
        Top = 15
197
        Width = 21
198
        Height = 21
199
        HotImageIndex = 3
200
        ImageAlignment = iaCenter
201
        ImageIndex = 2
202
        Images = Data.Images
203
        TabOrder = 1
204
        OnClick = RefPropsClick
205
      end
206
      object CommandEdit: TButtonedEdit
207
        Left = 80
208
        Top = 15
209
        Width = 236
210
        Height = 21
211
        Images = Data.Images
212
        RightButton.HotImageIndex = 1
213
        RightButton.ImageIndex = 0
214
        RightButton.Visible = True
215
        TabOrder = 0
216
        OnChange = CommandEditChange
217
        OnRightButtonClick = BrowseExecClick
218
      end
219
      object AdminBox: TCheckBox
220
        Left = 80
221
        Top = 218
222
        Width = 259
223
        Height = 17
224
        TabOrder = 9
225
      end
226
      object WorkFolderEdit: TButtonedEdit
227
        Left = 80
228
        Top = 45
229
        Width = 259
230
        Height = 21
231
        Images = Data.Images
232
        RightButton.HotImageIndex = 1
233
        RightButton.ImageIndex = 0
234
        RightButton.Visible = True
235
        TabOrder = 2
236
        OnRightButtonClick = WorkFolderClick
237
      end
238
    end
239
  end
240
  object OKButton: TButton
241
    Left = 373
242
    Top = 289
243
    Width = 75
244
    Height = 25
245
    Anchors = [akLeft, akBottom]
246
    Default = True
247
    ModalResult = 1
248
    TabOrder = 1
249
    OnClick = OKButtonClick
250
    ExplicitTop = 288
251
  end
252
  object CancelButton: TButton
253
    Left = 454
254
    Top = 289
255
    Width = 75
256
    Height = 25
257
    Anchors = [akLeft, akBottom]
258
    Cancel = True
259
    ModalResult = 2
260
    TabOrder = 2
261
    ExplicitTop = 288
262
  end
263
end
264

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.