Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2218 sbetterm 1
object ScenarioParamsForm: TScenarioParamsForm
2
  Left = 578
3
  Top = 200
4
  Width = 572
5
  Height = 581
6
  Caption = 'Scenario Parameters'
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'MS Sans Serif'
12
  Font.Style = []
13
  Icon.Data = {
14
    0000010001002020100000000000E80200001600000028000000200000004000
15
    0000010004000000000080020000000000000000000000000000000000000000
16
    000000008000008000000080800080000000800080008080000080808000C0C0
17
    C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF004444
18
    44444446666444444444444444444444446788FFFFF887744444444444444444
19
    478FFFFFFFFFFFF874444444444444478FFFFFFFFFFFFFFFF86444444444447F
20
    FFFFFFFFFFFFFFFFFFF74444444447FFFFFFFFFFFFFFFFFFFFFF74444444447F
21
    FFFFFFFFFFFFFFFFFFFFF64444444447FFFFFF888888FFFFFFFFFF6444444444
22
    7FFF8644444478FFFFFFFF844444444447F744444444448FFFFFFFF644444444
23
    4764444444444447FFFFFFF8644444447744444446666778FFFFFFFFF8874446
24
    7444444446777777776666667777444774444444444444444777777774444447
25
    64444444444444447FFFFFFF844444474444677777777778FFFFFFFF84444467
26
    4444777777777777777776788444444744444444444444444478878F84444447
27
    644444444444444468FFFFFF864444477444444447777778FFFFFFFFFF874446
28
    7444444447777777666666666777444477444444444444447888888844444444
29
    6764444444444447FFFFFFF844444444467744444444447FFFFFFFF744444444
30
    44677644444468FFFFFFFF8444444444444467777777FFFFFFFFFF6444444444
31
    4444444666648FFFFFFFF744444444444444444444447FFFFFFF744444444444
32
    4444444444446FFFFFF744444444444444444444444448FFF874444444444444
33
    44444444444447FF744444444444444444444444444446874444444444440000
34
    0000000000000000000000000000000000000000000000000000000000000000
35
    0000000000000000000000000000000000000000000000000000000000000000
36
    0000000000000000000000000000000000000000000000000000000000000000
37
    000000000000000000000000000000000000000000000000000000000000}
38
  OldCreateOrder = False
39
  Position = poOwnerFormCenter
40
  PixelsPerInch = 96
41
  TextHeight = 13
42
  object Splitter1: TSplitter
43
    Left = 0
44
    Top = 241
45
    Width = 564
46
    Height = 3
47
    Cursor = crVSplit
48
    Align = alTop
49
    Color = clBtnShadow
50
    ParentColor = False
51
  end
52
  object IterationParamsPanel: TPanel
53
    Left = 0
54
    Top = 0
55
    Width = 564
56
    Height = 241
57
    Align = alTop
58
    Caption = 'IterationParamsPanel'
59
    TabOrder = 0
60
    object Panel1: TPanel
61
      Left = 1
62
      Top = 1
63
      Width = 562
64
      Height = 41
65
      Align = alTop
66
      Caption = 'Iteration Parameters'
67
      Color = clSkyBlue
68
      Font.Charset = DEFAULT_CHARSET
69
      Font.Color = clWindowText
70
      Font.Height = -19
71
      Font.Name = 'MS Sans Serif'
72
      Font.Style = []
73
      ParentFont = False
74
      TabOrder = 0
75
    end
76
    object tsDBGrid1: TtsDBGrid
77
      Left = 1
78
      Top = 42
79
      Width = 562
80
      Height = 173
81
      Align = alClient
82
      CellSelectMode = cmNone
83
      CheckBoxStyle = stCheck
84
      Cols = 2
85
      DatasetType = dstStandard
86
      DataSource = IterationParamsDataSource
87
      DefaultRowHeight = 16
88
      ExactRowCount = True
89
      ExportDelimiter = ','
90
      FieldState = fsCustomized
91
      HeadingFont.Charset = DEFAULT_CHARSET
92
      HeadingFont.Color = clWindowText
93
      HeadingFont.Height = -11
94
      HeadingFont.Name = 'MS Sans Serif'
95
      HeadingFont.Style = []
96
      HeadingHeight = 20
97
      ParentShowHint = False
98
      RowChangedIndicator = riAutoReset
99
      RowMoving = False
100
      ShowHint = False
101
      TabOrder = 1
102
      Version = '2.20.26'
103
      XMLExport.Version = '1.0'
104
      XMLExport.DataPacketVersion = '2.0'
105
      DataBound = True
106
      ColProperties = <
107
        item
108
          DataCol = 1
109
          FieldName = 'NAME'
110
          Col.ControlType = ctText
111
          Col.FieldName = 'NAME'
112
          Col.Heading = 'Name'
113
          Col.MaxLength = 64
114
          Col.HorzAlignment = htaLeft
115
          Col.Width = 217
116
          Col.AssignedValues = '?'
117
        end
118
        item
119
          DataCol = 2
120
          FieldName = 'FIELDVALUE'
121
          Col.ControlType = ctText
122
          Col.FieldName = 'FIELDVALUE'
123
          Col.Heading = 'Value'
124
          Col.MaxLength = 64
125
          Col.HorzAlignment = htaLeft
126
          Col.Width = 294
127
          Col.AssignedValues = '?'
128
        end>
129
    end
130
    object DBNavigator1: TDBNavigator
131
      Left = 1
132
      Top = 215
133
      Width = 562
134
      Height = 25
135
      DataSource = IterationParamsDataSource
136
      Align = alBottom
137
      TabOrder = 2
138
    end
139
  end
140
  object ScenarioParamsPanel: TPanel
141
    Left = 0
142
    Top = 244
143
    Width = 564
144
    Height = 226
145
    Align = alClient
146
    Caption = 'ScenarioParamsPanel'
147
    TabOrder = 1
148
    object Panel3: TPanel
149
      Left = 1
150
      Top = 1
151
      Width = 562
152
      Height = 41
153
      Align = alTop
154
      Caption = 'Scenario Parameters'
155
      Color = clSkyBlue
156
      Font.Charset = DEFAULT_CHARSET
157
      Font.Color = clWindowText
158
      Font.Height = -19
159
      Font.Name = 'MS Sans Serif'
160
      Font.Style = []
161
      ParentFont = False
162
      TabOrder = 0
163
    end
164
    object tsDBGrid2: TtsDBGrid
165
      Left = 1
166
      Top = 42
167
      Width = 562
168
      Height = 158
169
      Align = alClient
170
      CellSelectMode = cmNone
171
      CheckBoxStyle = stCheck
172
      Cols = 2
173
      DatasetType = dstStandard
174
      DataSource = ScenarioParamsQueryDataSource
175
      DefaultRowHeight = 16
176
      ExactRowCount = True
177
      ExportDelimiter = ','
178
      FieldState = fsCustomized
179
      HeadingFont.Charset = DEFAULT_CHARSET
180
      HeadingFont.Color = clWindowText
181
      HeadingFont.Height = -11
182
      HeadingFont.Name = 'MS Sans Serif'
183
      HeadingFont.Style = []
184
      HeadingHeight = 20
185
      ParentShowHint = False
186
      RowChangedIndicator = riAutoReset
187
      RowMoving = False
188
      ShowHint = False
189
      TabOrder = 1
190
      Version = '2.20.26'
191
      XMLExport.Version = '1.0'
192
      XMLExport.DataPacketVersion = '2.0'
193
      DataBound = True
194
      ColProperties = <
195
        item
196
          DataCol = 1
197
          FieldName = 'NAME'
198
          Col.ControlType = ctText
199
          Col.FieldName = 'NAME'
200
          Col.Heading = 'Name'
201
          Col.MaxLength = 64
202
          Col.HorzAlignment = htaLeft
203
          Col.Width = 218
204
          Col.AssignedValues = '?'
205
        end
206
        item
207
          DataCol = 2
208
          FieldName = 'FIELDVALUE'
209
          Col.ControlType = ctText
210
          Col.FieldName = 'FIELDVALUE'
211
          Col.Heading = 'Value'
212
          Col.MaxLength = 64
213
          Col.HorzAlignment = htaLeft
214
          Col.Width = 295
215
          Col.AssignedValues = '?'
216
        end>
217
    end
218
    object DBNavigator2: TDBNavigator
219
      Left = 1
220
      Top = 200
221
      Width = 562
222
      Height = 25
223
      DataSource = ScenarioParamsQueryDataSource
224
      Align = alBottom
225
      TabOrder = 2
226
    end
227
  end
228
  object Panel4: TPanel
229
    Left = 0
230
    Top = 470
231
    Width = 564
232
    Height = 77
233
    Align = alBottom
234
    TabOrder = 2
235
    object CloseBtn: TBitBtn
236
      Left = 224
237
      Top = 16
238
      Width = 121
239
      Height = 49
240
      Caption = '&Close'
241
      ModalResult = 1
242
      TabOrder = 0
243
      Glyph.Data = {
244
        36050000424D3605000000000000360400002800000010000000100000000100
245
        08000000000000010000D30E0000D30E00000001000000010000008500000094
246
        0000009B0000008C2300009B230000A1230000A8230000BA230023A1340023C0
247
        340023A1420042AF630034C04F0034C6590042C059004FCC75004FD175004FD6
248
        7500FF00FF0063E194006CEB9B006CCCA10075F0A10000AFDC0023B5DC0023B5
249
        E10034BAE10063CCC0006CD1D10042C0E6004FC6EB0059CCE60059CCEB0063D1
250
        EB007DDCEB0063D1F0006CD6F00075DCF00075DCF5007DDCF5007DE1F5008CC6
251
        AF0085E1C60085E1F50085E6F5008CE6F0008CE6F5008CEBF5008CE6FA008CEB
252
        FA009BEBF50094EBFA0094F0FA009BF0FA009BF5FA00B5EBE100A1F0E600AFE6
253
        F500B5EBFA00A1F0FA00A1F5FF00A8F5FF00AFF5FF00AFFAFA00A8FAFF00AFFA
254
        FF00AFFFFF00B5FAFF00B5FFFF00BAFFFF00C0E6F500C6EBF500CCFFFF00DCFA
255
        FF00000000000000000000000000000000000000000000000000000000000000
256
        0000000000000000000000000000000000000000000000000000000000000000
257
        0000000000000000000000000000000000000000000000000000000000000000
258
        0000000000000000000000000000000000000000000000000000000000000000
259
        0000000000000000000000000000000000000000000000000000000000000000
260
        0000000000000000000000000000000000000000000000000000000000000000
261
        0000000000000000000000000000000000000000000000000000000000000000
262
        0000000000000000000000000000000000000000000000000000000000000000
263
        0000000000000000000000000000000000000000000000000000000000000000
264
        0000000000000000000000000000000000000000000000000000000000000000
265
        0000000000000000000000000000000000000000000000000000000000000000
266
        0000000000000000000000000000000000000000000000000000000000000000
267
        0000000000000000000000000000000000000000000000000000000000000000
268
        0000000000000000000000000000000000000000000000000000000000000000
269
        0000000000000000000000000000000000000000000000000000000000000000
270
        0000000000000000000000000000000000000000000000000000000000000000
271
        0000000000000000000000000000000000000000000000000000000000000000
272
        0000000000000000000000000000000000000000000000000000000000000000
273
        0000000000000000000000000000000000000000000000000000000000000000
274
        0000000000000000000000000000000000000000000000000000000000000000
275
        0000000000000000000000000000000000000000000000000000000000000000
276
        0000000000000000000000000000000000000000000000000000000000000000
277
        0000000000000000000000000000000000000000000000000000121F1A1A1212
278
        12121212121212121212121F342821201D181712121212121212121F403C3634
279
        312B23201D191D121212121F42403C35332E2C282627241E1A12121F4442403C
280
        35332E22282626241A12121F444241403C3533001C2726241A12121F44424241
281
        403C352D002827251A12121F42424242413D3634050028251A12121F44424215
282
        01413D3D06002C281A12121F49483704043F3D010600302B1A12121F1D1D000F
283
        030301070001332C1A12121F2F1B0A16100D0902003C35311A12121F44001314
284
        110000003E403C351A12121F452A000E0C00294746393A321A12121F3B43380B
285
        0800001F1F1F1F1F1F1212121F1F1F1F1F121212121212121212}
286
    end
287
  end
288
  object IterationParamsQuery: TADOQuery
289
    Connection = Data_Module.IntegrationDBConnection
290
    CursorType = ctStatic
291
    AfterInsert = IterationParamsQueryAfterInsert
292
    Parameters = <>
293
    SQL.Strings = (
294
      'SELECT * FROM ITERATION_PARAMS WHERE TESTSCENARIO_NO IS NULL')
295
    Left = 376
296
    Top = 64
297
  end
298
  object IterationParamsDataSource: TDataSource
299
    DataSet = IterationParamsQuery
300
    Left = 376
301
    Top = 96
302
  end
303
  object ScenarioParamsQueryDataSource: TDataSource
304
    DataSet = ScenarioParamsQuery
305
    Left = 384
306
    Top = 328
307
  end
308
  object ScenarioParamsQuery: TADOQuery
309
    Connection = Data_Module.IntegrationDBConnection
310
    CursorType = ctStatic
311
    AfterInsert = ScenarioParamsQueryAfterInsert
312
    Parameters = <>
313
    SQL.Strings = (
314
      'SELECT * FROM ITERATION_PARAMS WHERE TESTSCENARIO_NO IS NOT NULL')
315
    Left = 384
316
    Top = 296
317
  end
318
end