home *** CD-ROM | disk | FTP | other *** search
- object frmProcessingOptions: TfrmProcessingOptions
- Left = 336
- Top = 196
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Processing Options'
- ClientHeight = 365
- ClientWidth = 373
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object bbnOk: TBitBtn
- Left = 4
- Top = 336
- Width = 75
- Height = 25
- HelpContext = 23
- Caption = '&OK'
- TabOrder = 0
- OnClick = bbnOkClick
- Kind = bkOK
- end
- object bbnCancel: TBitBtn
- Left = 292
- Top = 336
- Width = 75
- Height = 25
- HelpContext = 24
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = bbnCancelClick
- Kind = bkCancel
- end
- object bbnHelp: TBitBtn
- Left = 84
- Top = 336
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = bbnHelpClick
- Kind = bkHelp
- end
- object pgeProcessingOptions: TPage95Control
- Left = 4
- Top = 4
- Width = 365
- Height = 325
- ActivePage = tabDelphi
- FlatSeperators = False
- HotTrack = False
- TabInactiveColor = clInactiveCaption
- TabInactiveFont.Charset = DEFAULT_CHARSET
- TabInactiveFont.Color = clInactiveCaptionText
- TabInactiveFont.Height = -11
- TabInactiveFont.Name = 'MS Sans Serif'
- TabInactiveFont.Style = []
- TabOrder = 3
- object tabSQL: TTab95Sheet
- Caption = 'Create SQL'
- GripAlign = gaLeft
- ImageIndex = -1
- StaticPageIndex = -1
- TabVisible = True
- object boxSQLIndexOptions: TGroupBox
- Left = 4
- Top = 4
- Width = 345
- Height = 81
- Caption = 'Index Options'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object chkSQLPrimaryIndexes: TCheckBox
- Left = 12
- Top = 16
- Width = 145
- Height = 17
- HelpContext = 18
- Caption = 'Process Primary Indexes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 0
- end
- object chkSQLSecondaryIndexes: TCheckBox
- Left = 12
- Top = 36
- Width = 157
- Height = 17
- HelpContext = 19
- Caption = 'Process Secondary Indexes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 1
- end
- object chkSQLUseConstraint: TCheckBox
- Left = 12
- Top = 56
- Width = 229
- Height = 17
- HelpContext = 20
- Caption = 'Primary index uses CONSTRAINT keyword'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- end
- object boxPrefixAndSuffix: TGroupBox
- Left = 4
- Top = 92
- Width = 345
- Height = 109
- Caption = 'Prefix and Suffix'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object lblPrefix: TLabel
- Left = 12
- Top = 16
- Width = 28
- Height = 14
- Caption = 'Prefix'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 12
- Top = 60
- Width = 29
- Height = 14
- Caption = 'Suffix'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object edtPrefix: TEdit
- Left = 12
- Top = 32
- Width = 321
- Height = 22
- HelpContext = 21
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object edtSuffix: TEdit
- Left = 12
- Top = 76
- Width = 321
- Height = 22
- HelpContext = 21
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- end
- object boxMisc: TGroupBox
- Left = 4
- Top = 208
- Width = 345
- Height = 81
- Caption = 'Miscellaneous'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- object chkIncludeExtensions: TCheckBox
- Left = 12
- Top = 16
- Width = 313
- Height = 17
- HelpContext = 22
- Caption = 'Include Table Filename Extensions (Paradox and dBase Only)'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object chkEncloseInBrackets: TCheckBox
- Left = 12
- Top = 36
- Width = 305
- Height = 17
- HelpContext = 25
- Caption = 'Enclose names with spaces in brackets instead of quotes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object chkCreateDataStatements: TCheckBox
- Left = 12
- Top = 56
- Width = 305
- Height = 17
- HelpContext = 26
- Caption = 'Create INSERT INTO statements for table data'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- end
- end
- object tabDelphi: TTab95Sheet
- Caption = 'Create Delphi Code'
- GripAlign = gaLeft
- ImageIndex = -1
- StaticPageIndex = -1
- TabVisible = True
- object boxDelphiIndexOptions: TGroupBox
- Left = 4
- Top = 4
- Width = 345
- Height = 61
- Caption = 'Index Options'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object chkDelphiPrimaryIndexes: TCheckBox
- Left = 12
- Top = 16
- Width = 145
- Height = 17
- HelpContext = 18
- Caption = 'Process Primary Indexes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 0
- end
- object chkDelphiSecondaryIndexes: TCheckBox
- Left = 12
- Top = 36
- Width = 157
- Height = 17
- HelpContext = 19
- Caption = 'Process Secondary Indexes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 1
- end
- end
- object boxDelphiDatabaseOptions: TGroupBox
- Left = 4
- Top = 72
- Width = 345
- Height = 109
- Caption = 'Database Options'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object lblDelphiDatabaseName: TLabel
- Left = 12
- Top = 16
- Width = 76
- Height = 14
- Caption = 'Database Name'
- FocusControl = edtDelphiDatabaseName
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblDelphiTableType: TLabel
- Left = 12
- Top = 60
- Width = 53
- Height = 14
- Caption = 'Table Type'
- FocusControl = cbxDelphiTableType
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object edtDelphiDatabaseName: TEdit
- Left = 12
- Top = 32
- Width = 145
- Height = 22
- HelpContext = 27
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = #39'DatabaseName'#39
- end
- object cbxDelphiTableType: TComboBox
- Left = 12
- Top = 76
- Width = 145
- Height = 22
- HelpContext = 28
- Style = csDropDownList
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- Items.Strings = (
- 'Paradox'
- 'DBase'
- 'ASCII')
- ParentFont = False
- TabOrder = 1
- end
- end
- object boxDelphiMiscellaneous: TGroupBox
- Left = 4
- Top = 188
- Width = 345
- Height = 81
- Caption = 'Miscellaneous'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- object chkDelphiCreateDataStatements: TCheckBox
- Left = 12
- Top = 16
- Width = 305
- Height = 17
- HelpContext = 29
- Caption = 'Create AppendRecord statements for table data'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- end
- end
- object tabCBuilder: TTab95Sheet
- Caption = 'Create C++Builder Code'
- GripAlign = gaLeft
- ImageIndex = -1
- StaticPageIndex = -1
- TabVisible = True
- object boxCBuilderIndexOptions: TGroupBox
- Left = 4
- Top = 4
- Width = 345
- Height = 61
- Caption = 'Index Options'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object chkCBuilderPrimaryIndexes: TCheckBox
- Left = 12
- Top = 16
- Width = 145
- Height = 17
- HelpContext = 18
- Caption = 'Process Primary Indexes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 0
- end
- object chkCBuilderSecondaryIndexes: TCheckBox
- Left = 12
- Top = 36
- Width = 157
- Height = 17
- HelpContext = 19
- Caption = 'Process Secondary Indexes'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 1
- end
- end
- object boxCBuilderDatabaseOptions: TGroupBox
- Left = 4
- Top = 72
- Width = 345
- Height = 109
- Caption = 'Database Options'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object lblCBuilderDatabaseName: TLabel
- Left = 12
- Top = 16
- Width = 76
- Height = 14
- Caption = 'Database Name'
- FocusControl = edtCBuilderDatabaseName
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object lblCBuilderTableType: TLabel
- Left = 12
- Top = 60
- Width = 53
- Height = 14
- Caption = 'Table Type'
- FocusControl = cbxCBuilderTableType
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object edtCBuilderDatabaseName: TEdit
- Left = 12
- Top = 32
- Width = 145
- Height = 22
- HelpContext = 27
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = '"DatabaseName"'
- end
- object cbxCBuilderTableType: TComboBox
- Left = 12
- Top = 76
- Width = 145
- Height = 22
- HelpContext = 28
- Style = csDropDownList
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- Items.Strings = (
- 'Paradox'
- 'DBase'
- 'ASCII')
- ParentFont = False
- TabOrder = 1
- end
- end
- object GroupBox1: TGroupBox
- Left = 4
- Top = 188
- Width = 345
- Height = 81
- Caption = 'Miscellaneous'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- Visible = False
- object chkCBuilderCreateDataStatements: TCheckBox
- Left = 12
- Top = 16
- Width = 305
- Height = 17
- HelpContext = 26
- Caption = 'Create AppendRecord statements for table data'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- end
- end
- end
- end
-