Subversion Repositories DevTools

Rev

Rev 2265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2265 Rev 2267
Line 1... Line 1...
1
object MainForm: TMainForm
1
object MainForm: TMainForm
2
  Left = 662
2
  Left = 129
3
  Top = 56
3
  Top = 81
4
  Width = 1012
4
  Width = 1012
5
  Height = 948
5
  Height = 880
6
  Caption = 'Transaction Scenario Builder'
6
  Caption = 'Transaction Scenario Builder'
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
9
  Font.Color = clWindowText
10
  Font.Height = -11
10
  Font.Height = -11
Line 45... Line 45...
45
  TextHeight = 13
45
  TextHeight = 13
46
  object Splitter1: TSplitter
46
  object Splitter1: TSplitter
47
    Left = 433
47
    Left = 433
48
    Top = 0
48
    Top = 0
49
    Width = 4
49
    Width = 4
50
    Height = 875
50
    Height = 807
51
    Cursor = crHSplit
51
    Cursor = crHSplit
52
    Color = clBtnShadow
52
    Color = clBtnShadow
53
    ParentColor = False
53
    ParentColor = False
54
  end
54
  end
55
  object Panel1: TPanel
55
  object Panel1: TPanel
56
    Left = 0
56
    Left = 0
57
    Top = 0
57
    Top = 0
58
    Width = 433
58
    Width = 433
59
    Height = 875
59
    Height = 807
60
    Align = alLeft
60
    Align = alLeft
61
    TabOrder = 0
61
    TabOrder = 0
62
    object TestsPageControl: TAdvPageControl
62
    object TestsPageControl: TAdvPageControl
63
      Left = 1
63
      Left = 1
64
      Top = 9
64
      Top = 9
65
      Width = 431
65
      Width = 431
66
      Height = 865
66
      Height = 797
67
      ActivePage = TestCaseTabSheet
67
      ActivePage = TestCaseTabSheet
68
      ActiveFont.Charset = DEFAULT_CHARSET
68
      ActiveFont.Charset = DEFAULT_CHARSET
69
      ActiveFont.Color = clWindowText
69
      ActiveFont.Color = clWindowText
70
      ActiveFont.Height = -11
70
      ActiveFont.Height = -11
71
      ActiveFont.Name = 'Tahoma'
71
      ActiveFont.Name = 'Tahoma'
Line 827... Line 827...
827
        end
827
        end
828
        object Panel6: TPanel
828
        object Panel6: TPanel
829
          Left = 0
829
          Left = 0
830
          Top = 293
830
          Top = 293
831
          Width = 423
831
          Width = 423
832
          Height = 532
832
          Height = 464
833
          Align = alClient
833
          Align = alClient
834
          TabOrder = 1
834
          TabOrder = 1
835
          object TestScenarioToolBar: TToolBar
835
          object TestScenarioToolBar: TToolBar
836
            Left = 1
836
            Left = 1
837
            Top = 41
837
            Top = 41
Line 1142... Line 1142...
1142
          end
1142
          end
1143
          object TestCaseTreeView: TTreeView
1143
          object TestCaseTreeView: TTreeView
1144
            Left = 1
1144
            Left = 1
1145
            Top = 70
1145
            Top = 70
1146
            Width = 421
1146
            Width = 421
1147
            Height = 461
1147
            Height = 393
1148
            Hint = 'Press Right Mouse for Menu'
1148
            Hint = 'Press Right Mouse for Menu'
1149
            Align = alClient
1149
            Align = alClient
1150
            DragMode = dmAutomatic
1150
            DragMode = dmAutomatic
1151
            Indent = 19
1151
            Indent = 19
1152
            MultiSelect = True
1152
            MultiSelect = True
Line 1193... Line 1193...
1193
        TabColorTo = clNone
1193
        TabColorTo = clNone
1194
        object TestParametersPageControl: TAdvPageControl
1194
        object TestParametersPageControl: TAdvPageControl
1195
          Left = 0
1195
          Left = 0
1196
          Top = 0
1196
          Top = 0
1197
          Width = 423
1197
          Width = 423
1198
          Height = 825
1198
          Height = 757
1199
          ActivePage = IterationParametersTabSheet
1199
          ActivePage = IterationParametersTabSheet
1200
          ActiveFont.Charset = DEFAULT_CHARSET
1200
          ActiveFont.Charset = DEFAULT_CHARSET
1201
          ActiveFont.Color = clWindowText
1201
          ActiveFont.Color = clWindowText
1202
          ActiveFont.Height = -11
1202
          ActiveFont.Height = -11
1203
          ActiveFont.Name = 'Tahoma'
1203
          ActiveFont.Name = 'Tahoma'
Line 2031... Line 2031...
2031
        end
2031
        end
2032
        object DBAdvStringGrid3: TDBAdvStringGrid
2032
        object DBAdvStringGrid3: TDBAdvStringGrid
2033
          Left = 0
2033
          Left = 0
2034
          Top = 41
2034
          Top = 41
2035
          Width = 423
2035
          Width = 423
2036
          Height = 784
2036
          Height = 716
2037
          Cursor = crDefault
2037
          Cursor = crDefault
2038
          Align = alClient
2038
          Align = alClient
2039
          ColCount = 4
2039
          ColCount = 4
2040
          DefaultRowHeight = 21
2040
          DefaultRowHeight = 21
2041
          DefaultDrawing = False
2041
          DefaultDrawing = False
Line 2308... Line 2308...
2308
      TabOrder = 0
2308
      TabOrder = 0
2309
    end
2309
    end
2310
  end
2310
  end
2311
  object MainStatusBar: TStatusBar
2311
  object MainStatusBar: TStatusBar
2312
    Left = 0
2312
    Left = 0
2313
    Top = 875
2313
    Top = 807
2314
    Width = 1004
2314
    Width = 1004
2315
    Height = 19
2315
    Height = 19
2316
    Panels = <
2316
    Panels = <
2317
      item
2317
      item
2318
        Width = 592
2318
        Width = 592
Line 2328... Line 2328...
2328
  end
2328
  end
2329
  object MainPageControl: TAdvPageControl
2329
  object MainPageControl: TAdvPageControl
2330
    Left = 437
2330
    Left = 437
2331
    Top = 0
2331
    Top = 0
2332
    Width = 567
2332
    Width = 567
2333
    Height = 875
2333
    Height = 807
2334
    ActivePage = ScenarioStepsTabSheet
2334
    ActivePage = ScenarioStepsTabSheet
2335
    ActiveFont.Charset = DEFAULT_CHARSET
2335
    ActiveFont.Charset = DEFAULT_CHARSET
2336
    ActiveFont.Color = clWindowText
2336
    ActiveFont.Color = clWindowText
2337
    ActiveFont.Height = -11
2337
    ActiveFont.Height = -11
2338
    ActiveFont.Name = 'Tahoma'
2338
    ActiveFont.Name = 'Tahoma'
Line 3173... Line 3173...
3173
          Top = 2
3173
          Top = 2
3174
          Width = 541
3174
          Width = 541
3175
          Height = 25
3175
          Height = 25
3176
          AutoThemeAdapt = False
3176
          AutoThemeAdapt = False
3177
          DataSource = TxnStepsDataSource
3177
          DataSource = TxnStepsDataSource
3178
          VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast,  nbDelete, nbCancel, nbRefresh]
3178
          VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbDelete, nbCancel, nbRefresh]
3179
          Align = alClient
3179
          Align = alClient
3180
          Color = clBtnFace
3180
          Color = clBtnFace
3181
          ColorTo = clNone
3181
          ColorTo = clNone
3182
          ColorDown = 14210002
3182
          ColorDown = 14210002
3183
          ColorDownTo = clNone
3183
          ColorDownTo = clNone
Line 3194... Line 3194...
3194
      end
3194
      end
3195
      object StepsGrid: TDBAdvStringGrid
3195
      object StepsGrid: TDBAdvStringGrid
3196
        Left = 0
3196
        Left = 0
3197
        Top = 29
3197
        Top = 29
3198
        Width = 559
3198
        Width = 559
3199
        Height = 603
3199
        Height = 535
3200
        Cursor = crDefault
3200
        Cursor = crDefault
3201
        Align = alClient
3201
        Align = alClient
3202
        Anchors = [akLeft, akTop, akRight]
3202
        Anchors = [akLeft, akTop, akRight]
3203
        ColCount = 5
3203
        ColCount = 5
3204
        DefaultRowHeight = 21
3204
        DefaultRowHeight = 21
Line 3480... Line 3480...
3480
          60
3480
          60
3481
          64)
3481
          64)
3482
      end
3482
      end
3483
      object Panel19: TPanel
3483
      object Panel19: TPanel
3484
        Left = 0
3484
        Left = 0
3485
        Top = 632
3485
        Top = 564
3486
        Width = 559
3486
        Width = 559
3487
        Height = 203
3487
        Height = 203
3488
        Align = alBottom
3488
        Align = alBottom
3489
        TabOrder = 2
3489
        TabOrder = 2
3490
        DesignSize = (
3490
        DesignSize = (
Line 3570... Line 3570...
3570
      TabColorTo = clNone
3570
      TabColorTo = clNone
3571
      object Panel3: TPanel
3571
      object Panel3: TPanel
3572
        Left = 0
3572
        Left = 0
3573
        Top = 0
3573
        Top = 0
3574
        Width = 559
3574
        Width = 559
3575
        Height = 835
3575
        Height = 767
3576
        Align = alClient
3576
        Align = alClient
3577
        TabOrder = 0
3577
        TabOrder = 0
3578
        object Splitter5: TSplitter
3578
        object Splitter5: TSplitter
3579
          Left = 1
3579
          Left = 1
3580
          Top = 605
3580
          Top = 537
3581
          Width = 557
3581
          Width = 557
3582
          Height = 9
3582
          Height = 9
3583
          Cursor = crVSplit
3583
          Cursor = crVSplit
3584
          Align = alBottom
3584
          Align = alBottom
3585
          AutoSnap = False
3585
          AutoSnap = False
3586
          Color = clBtnShadow
3586
          Color = clBtnShadow
3587
          ParentColor = False
3587
          ParentColor = False
3588
        end
3588
        end
3589
        object Panel8: TPanel
3589
        object Panel8: TPanel
3590
          Left = 1
3590
          Left = 1
3591
          Top = 614
3591
          Top = 546
3592
          Width = 557
3592
          Width = 557
3593
          Height = 220
3593
          Height = 220
3594
          Align = alBottom
3594
          Align = alBottom
3595
          TabOrder = 1
3595
          TabOrder = 1
3596
          object AdvPageControl1: TAdvPageControl
3596
          object AdvPageControl1: TAdvPageControl
Line 4116... Line 4116...
4116
        end
4116
        end
4117
        object TransactionStructurePageControl: TAdvPageControl
4117
        object TransactionStructurePageControl: TAdvPageControl
4118
          Left = 1
4118
          Left = 1
4119
          Top = 33
4119
          Top = 33
4120
          Width = 557
4120
          Width = 557
4121
          Height = 572
4121
          Height = 504
4122
          ActivePage = PayloadStructureTabSheet
4122
          ActivePage = PayloadStructureTabSheet
4123
          ActiveFont.Charset = DEFAULT_CHARSET
4123
          ActiveFont.Charset = DEFAULT_CHARSET
4124
          ActiveFont.Color = clWindowText
4124
          ActiveFont.Color = clWindowText
4125
          ActiveFont.Height = -11
4125
          ActiveFont.Height = -11
4126
          ActiveFont.Name = 'Tahoma'
4126
          ActiveFont.Name = 'Tahoma'