Subversion Repositories DevTools

Rev

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

Rev 2263 Rev 2265
Line 1... Line 1...
1
object MainForm: TMainForm
1
object MainForm: TMainForm
2
  Left = 589
2
  Left = 662
3
  Top = 52
3
  Top = 56
4
  Width = 1012
4
  Width = 1012
5
  Height = 948
5
  Height = 948
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
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, nbInsert, 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 3406... Line 3406...
3406
            Font.Color = clWindowText
3406
            Font.Color = clWindowText
3407
            Font.Height = -11
3407
            Font.Height = -11
3408
            Font.Name = 'MS Sans Serif'
3408
            Font.Name = 'MS Sans Serif'
3409
            Font.Style = []
3409
            Font.Style = []
3410
            Title = 'Step Sequence'
3410
            Title = 'Step Sequence'
3411
            ReadOnly = False
3411
            ReadOnly = True
3412
            ShowBands = True
3412
            ShowBands = True
3413
            SpinMin = 0
3413
            SpinMin = 0
3414
            SpinMax = 0
3414
            SpinMax = 0
3415
            SpinStep = 1
3415
            SpinStep = 1
3416
            Tag = 0
3416
            Tag = 0
Line 5481... Line 5481...
5481
    end
5481
    end
5482
  end
5482
  end
5483
  object MainMenu1: TMainMenu
5483
  object MainMenu1: TMainMenu
5484
    Left = 472
5484
    Left = 472
5485
    Top = 432
5485
    Top = 432
-
 
5486
    object TMenuItem
-
 
5487
    end
5486
    object F1: TMenuItem
5488
    object F1: TMenuItem
5487
      Caption = '&File'
5489
      Caption = '&File'
5488
      ShortCut = 16454
5490
      ShortCut = 16454
5489
      object Exit: TMenuItem
5491
      object Exit: TMenuItem
5490
        Caption = 'E&xit'
5492
        Caption = 'E&xit'
5491
        OnClick = ExitClick
5493
        OnClick = ExitClick
5492
      end
5494
      end
5493
    end
5495
    end
-
 
5496
    object Help1: TMenuItem
-
 
5497
      Caption = '&Help'
-
 
5498
      object About1: TMenuItem
-
 
5499
        Caption = '&About...'
-
 
5500
        OnClick = AboutClick
-
 
5501
      end
-
 
5502
    end
5494
  end
5503
  end
5495
  object MASSTxnsQuery: TADOQuery
5504
  object MASSTxnsQuery: TADOQuery
5496
    Connection = Data_Module.IntegrationDBConnection
5505
    Connection = Data_Module.IntegrationDBConnection
5497
    CursorType = ctStatic
5506
    CursorType = ctStatic
5498
    Parameters = <>
5507
    Parameters = <>