home *** CD-ROM | disk | FTP | other *** search
- object loadbatch: Tloadbatch
- Left = 262
- Top = 117
- HelpContext = 1028
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Load Batch List'
- ClientHeight = 191
- ClientWidth = 320
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 155
- Height = 13
- Caption = 'Please select a batch list to load:'
- end
- object BitBtn2: TBitBtn
- Left = 160
- Top = 160
- Width = 75
- Height = 25
- HelpContext = 1028
- TabOrder = 0
- Kind = bkCancel
- end
- object BitBtn1: TBitBtn
- Left = 239
- Top = 160
- Width = 75
- Height = 25
- HelpContext = 1028
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object toloadlist: TComboBox
- Left = 8
- Top = 24
- Width = 305
- Height = 129
- HelpContext = 1028
- Style = csSimple
- ItemHeight = 13
- TabOrder = 2
- OnDblClick = toloadlistDblClick
- end
- object MarsCaption1: TMarsCaption
- ActiveBeginColor = clBlack
- ActiveEndColor = clNavy
- ActiveFontColor = clWhite
- InactiveBeginColor = clBlack
- InactiveEndColor = clRed
- InactiveFontColor = clSilver
- ApplicationNameFont.Charset = DEFAULT_CHARSET
- ApplicationNameFont.Color = clWindowText
- ApplicationNameFont.Height = -11
- ApplicationNameFont.Name = 'MS Sans Serif'
- ApplicationNameFont.Style = [fsBold]
- CaptionFont.Charset = DEFAULT_CHARSET
- CaptionFont.Color = clWindowText
- CaptionFont.Height = -11
- CaptionFont.Name = 'MS Sans Serif'
- CaptionFont.Style = []
- NumColors = 64
- AutoSize = False
- Left = 400
- end
- end
-