home *** CD-ROM | disk | FTP | other *** search
- object ConfigForm: TConfigForm
- Left = 261
- Top = 108
- HelpContext = 119
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 299
- ClientWidth = 410
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object OkBtn: TBitBtn
- Left = 66
- Top = 262
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 0
- OnClick = OkBtnClick
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333330000333333333333333333333333F33333333333
- 00003333344333333333333333388F3333333333000033334224333333333333
- 338338F3333333330000333422224333333333333833338F3333333300003342
- 222224333333333383333338F3333333000034222A22224333333338F338F333
- 8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
- 33333338F83338F338F33333000033A33333A222433333338333338F338F3333
- 0000333333333A222433333333333338F338F33300003333333333A222433333
- 333333338F338F33000033333333333A222433333333333338F338F300003333
- 33333333A222433333333333338F338F00003333333333333A22433333333333
- 3338F38F000033333333333333A223333333333333338F830000333333333333
- 333A333333333333333338330000333333333333333333333333333333333333
- 0000}
- NumGlyphs = 2
- end
- object CancelBtn: TBitBtn
- Left = 158
- Top = 262
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- end
- object HelpBtn: TBitBtn
- Left = 250
- Top = 262
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkHelp
- end
- object PageControl: TPageControl
- Left = 4
- Top = 12
- Width = 397
- Height = 237
- ActivePage = GeneralSheet
- TabOrder = 3
- object GeneralSheet: TTabSheet
- Caption = '&General'
- object PromptDeleteCheck: TCheckBox
- Left = 16
- Top = 24
- Width = 350
- Height = 17
- Caption = '&Prompt when deleting objects'
- TabOrder = 0
- end
- object ReturnSelectCheck: TCheckBox
- Left = 16
- Top = 51
- Width = 350
- Height = 17
- Caption = '&Return to the select tool automatically'
- TabOrder = 1
- end
- object MetricUnitsCheck: TCheckBox
- Left = 16
- Top = 78
- Width = 350
- Height = 17
- Caption = '&Metric units'
- TabOrder = 2
- end
- object ReduceGraphicsCheck: TCheckBox
- Left = 16
- Top = 106
- Width = 350
- Height = 17
- Caption = 'Reduce &graphics to 256 colors'
- TabOrder = 3
- end
- object ShowDesignWizardCheck: TCheckBox
- Left = 16
- Top = 133
- Width = 350
- Height = 17
- Caption = '&Show the design wizard when the application starts'
- TabOrder = 4
- end
- object SavePropertiesCheck: TCheckBox
- Left = 16
- Top = 160
- Width = 350
- Height = 17
- Caption =
- '&Use last selected object'#39's properties for the next object inser' +
- 'ted'
- TabOrder = 5
- end
- end
- object GridSheet: TTabSheet
- Caption = 'G&rid'
- object Label1: TLabel
- Left = 12
- Top = 24
- Width = 80
- Height = 13
- Caption = '&Grid Size (pixels):'
- FocusControl = GridSizeEdit
- end
- object GridSizeEdit: TEdit
- Left = 104
- Top = 20
- Width = 41
- Height = 21
- TabOrder = 0
- end
- object DisplayGridCheck: TCheckBox
- Left = 12
- Top = 76
- Width = 97
- Height = 17
- Caption = '&Display grid'
- TabOrder = 1
- end
- object SnapToGridCheck: TCheckBox
- Left = 12
- Top = 100
- Width = 97
- Height = 17
- Caption = '&Snap to grid'
- TabOrder = 2
- end
- end
- object PrintSheet: TTabSheet
- Caption = '&Printing'
- object CropMarksCheck: TCheckBox
- Left = 12
- Top = 24
- Width = 205
- Height = 21
- Caption = '&Print crop marks'
- TabOrder = 0
- end
- object SetOrientationCheck: TCheckBox
- Left = 12
- Top = 52
- Width = 301
- Height = 17
- Caption = '&Set printer orientation and paper size automatically'
- TabOrder = 1
- end
- end
- object TabSheet1: TTabSheet
- Caption = '&Custom Text'
- object Label4: TLabel
- Left = 12
- Top = 176
- Width = 369
- Height = 13
- AutoSize = False
- Caption =
- 'Custom Text is text you can easily re-use in your design with an' +
- 'y text object.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object CustomFieldMemo: TMemo
- Left = 8
- Top = 100
- Width = 289
- Height = 57
- ScrollBars = ssVertical
- TabOrder = 1
- OnChange = CustomFieldMemoChange
- end
- object DeleteBtn: TBitBtn
- Left = 308
- Top = 37
- Width = 75
- Height = 25
- Caption = '&Delete'
- TabOrder = 0
- OnClick = DeleteBtnClick
- end
- object AddBtn: TBitBtn
- Left = 308
- Top = 102
- Width = 75
- Height = 25
- Caption = '&Add'
- Enabled = False
- TabOrder = 2
- OnClick = AddBtnClick
- end
- object NewBtn: TBitBtn
- Left = 308
- Top = 130
- Width = 75
- Height = 25
- Caption = '&New'
- TabOrder = 3
- OnClick = NewBtnClick
- end
- object CustomFieldList: TDragDropListBox
- Left = 8
- Top = 8
- Width = 289
- Height = 81
- DragDropDelete = True
- DragDropEnabled = True
- DragDropInsert = True
- ItemHeight = 13
- TabOrder = 4
- end
- end
- object TabSheet2: TTabSheet
- Caption = '&Folders'
- object Label2: TLabel
- Left = 12
- Top = 24
- Width = 74
- Height = 13
- Caption = 'Graphics folder:'
- end
- object Label3: TLabel
- Left = 12
- Top = 88
- Width = 86
- Height = 13
- Caption = 'Documents folder:'
- end
- object Label5: TLabel
- Left = 12
- Top = 152
- Width = 369
- Height = 41
- AutoSize = False
- Caption =
- 'Specify the folders where you normally store graphic and documen' +
- 't files so that these folders will be opened automatically when ' +
- 'you load and save graphics and documents.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object GraphicsFolderEdit: TEdit
- Left = 12
- Top = 52
- Width = 321
- Height = 21
- TabOrder = 0
- end
- object DocumentsFolderEdit: TEdit
- Left = 12
- Top = 112
- Width = 321
- Height = 21
- TabOrder = 2
- end
- object GraphicsFolderBtn: TBitBtn
- Left = 340
- Top = 50
- Width = 25
- Height = 25
- Caption = '...'
- TabOrder = 1
- OnClick = GraphicsFolderBtnClick
- end
- object DocumentsFolderBtn: TBitBtn
- Left = 340
- Top = 110
- Width = 25
- Height = 25
- Caption = '...'
- TabOrder = 3
- OnClick = DocumentsFolderBtnClick
- end
- end
- end
- object PathDialog: TPathDialog
- Left = 372
- Top = 260
- end
- end
-