home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TCONFIGFORM / TCONFIGFORM.txt
Encoding:
Text File  |  2000-10-20  |  7.9 KB  |  320 lines

  1. object ConfigForm: TConfigForm
  2.   Left = 261
  3.   Top = 108
  4.   HelpContext = 119
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 299
  9.   ClientWidth = 410
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OkBtn: TBitBtn
  22.     Left = 66
  23.     Top = 262
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&OK'
  27.     Default = True
  28.     TabOrder = 0
  29.     OnClick = OkBtnClick
  30.     Glyph.Data = {
  31.       DE010000424DDE01000000000000760000002800000024000000120000000100
  32.       0400000000006801000000000000000000001000000000000000000000000000
  33.       80000080000000808000800000008000800080800000C0C0C000808080000000
  34.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  35.       3333333333333333333333330000333333333333333333333333F33333333333
  36.       00003333344333333333333333388F3333333333000033334224333333333333
  37.       338338F3333333330000333422224333333333333833338F3333333300003342
  38.       222224333333333383333338F3333333000034222A22224333333338F338F333
  39.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  40.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  41.       0000333333333A222433333333333338F338F33300003333333333A222433333
  42.       333333338F338F33000033333333333A222433333333333338F338F300003333
  43.       33333333A222433333333333338F338F00003333333333333A22433333333333
  44.       3338F38F000033333333333333A223333333333333338F830000333333333333
  45.       333A333333333333333338330000333333333333333333333333333333333333
  46.       0000}
  47.     NumGlyphs = 2
  48.   end
  49.   object CancelBtn: TBitBtn
  50.     Left = 158
  51.     Top = 262
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&Cancel'
  55.     TabOrder = 1
  56.     Kind = bkCancel
  57.   end
  58.   object HelpBtn: TBitBtn
  59.     Left = 250
  60.     Top = 262
  61.     Width = 75
  62.     Height = 25
  63.     TabOrder = 2
  64.     Kind = bkHelp
  65.   end
  66.   object PageControl: TPageControl
  67.     Left = 4
  68.     Top = 12
  69.     Width = 397
  70.     Height = 237
  71.     ActivePage = GeneralSheet
  72.     TabOrder = 3
  73.     object GeneralSheet: TTabSheet
  74.       Caption = '&General'
  75.       object PromptDeleteCheck: TCheckBox
  76.         Left = 16
  77.         Top = 24
  78.         Width = 350
  79.         Height = 17
  80.         Caption = '&Prompt when deleting objects'
  81.         TabOrder = 0
  82.       end
  83.       object ReturnSelectCheck: TCheckBox
  84.         Left = 16
  85.         Top = 51
  86.         Width = 350
  87.         Height = 17
  88.         Caption = '&Return to the select tool automatically'
  89.         TabOrder = 1
  90.       end
  91.       object MetricUnitsCheck: TCheckBox
  92.         Left = 16
  93.         Top = 78
  94.         Width = 350
  95.         Height = 17
  96.         Caption = '&Metric units'
  97.         TabOrder = 2
  98.       end
  99.       object ReduceGraphicsCheck: TCheckBox
  100.         Left = 16
  101.         Top = 106
  102.         Width = 350
  103.         Height = 17
  104.         Caption = 'Reduce &graphics to 256 colors'
  105.         TabOrder = 3
  106.       end
  107.       object ShowDesignWizardCheck: TCheckBox
  108.         Left = 16
  109.         Top = 133
  110.         Width = 350
  111.         Height = 17
  112.         Caption = '&Show the design wizard when the application starts'
  113.         TabOrder = 4
  114.       end
  115.       object SavePropertiesCheck: TCheckBox
  116.         Left = 16
  117.         Top = 160
  118.         Width = 350
  119.         Height = 17
  120.         Caption = 
  121.           '&Use last selected object'#39's properties for the next object inser' +
  122.           'ted'
  123.         TabOrder = 5
  124.       end
  125.     end
  126.     object GridSheet: TTabSheet
  127.       Caption = 'G&rid'
  128.       object Label1: TLabel
  129.         Left = 12
  130.         Top = 24
  131.         Width = 80
  132.         Height = 13
  133.         Caption = '&Grid Size (pixels):'
  134.         FocusControl = GridSizeEdit
  135.       end
  136.       object GridSizeEdit: TEdit
  137.         Left = 104
  138.         Top = 20
  139.         Width = 41
  140.         Height = 21
  141.         TabOrder = 0
  142.       end
  143.       object DisplayGridCheck: TCheckBox
  144.         Left = 12
  145.         Top = 76
  146.         Width = 97
  147.         Height = 17
  148.         Caption = '&Display grid'
  149.         TabOrder = 1
  150.       end
  151.       object SnapToGridCheck: TCheckBox
  152.         Left = 12
  153.         Top = 100
  154.         Width = 97
  155.         Height = 17
  156.         Caption = '&Snap to grid'
  157.         TabOrder = 2
  158.       end
  159.     end
  160.     object PrintSheet: TTabSheet
  161.       Caption = '&Printing'
  162.       object CropMarksCheck: TCheckBox
  163.         Left = 12
  164.         Top = 24
  165.         Width = 205
  166.         Height = 21
  167.         Caption = '&Print crop marks'
  168.         TabOrder = 0
  169.       end
  170.       object SetOrientationCheck: TCheckBox
  171.         Left = 12
  172.         Top = 52
  173.         Width = 301
  174.         Height = 17
  175.         Caption = '&Set printer orientation and paper size automatically'
  176.         TabOrder = 1
  177.       end
  178.     end
  179.     object TabSheet1: TTabSheet
  180.       Caption = '&Custom Text'
  181.       object Label4: TLabel
  182.         Left = 12
  183.         Top = 176
  184.         Width = 369
  185.         Height = 13
  186.         AutoSize = False
  187.         Caption = 
  188.           'Custom Text is text you can easily re-use in your design with an' +
  189.           'y text object.'
  190.         Font.Charset = DEFAULT_CHARSET
  191.         Font.Color = clRed
  192.         Font.Height = -11
  193.         Font.Name = 'MS Sans Serif'
  194.         Font.Style = []
  195.         ParentFont = False
  196.         WordWrap = True
  197.       end
  198.       object CustomFieldMemo: TMemo
  199.         Left = 8
  200.         Top = 100
  201.         Width = 289
  202.         Height = 57
  203.         ScrollBars = ssVertical
  204.         TabOrder = 1
  205.         OnChange = CustomFieldMemoChange
  206.       end
  207.       object DeleteBtn: TBitBtn
  208.         Left = 308
  209.         Top = 37
  210.         Width = 75
  211.         Height = 25
  212.         Caption = '&Delete'
  213.         TabOrder = 0
  214.         OnClick = DeleteBtnClick
  215.       end
  216.       object AddBtn: TBitBtn
  217.         Left = 308
  218.         Top = 102
  219.         Width = 75
  220.         Height = 25
  221.         Caption = '&Add'
  222.         Enabled = False
  223.         TabOrder = 2
  224.         OnClick = AddBtnClick
  225.       end
  226.       object NewBtn: TBitBtn
  227.         Left = 308
  228.         Top = 130
  229.         Width = 75
  230.         Height = 25
  231.         Caption = '&New'
  232.         TabOrder = 3
  233.         OnClick = NewBtnClick
  234.       end
  235.       object CustomFieldList: TDragDropListBox
  236.         Left = 8
  237.         Top = 8
  238.         Width = 289
  239.         Height = 81
  240.         DragDropDelete = True
  241.         DragDropEnabled = True
  242.         DragDropInsert = True
  243.         ItemHeight = 13
  244.         TabOrder = 4
  245.       end
  246.     end
  247.     object TabSheet2: TTabSheet
  248.       Caption = '&Folders'
  249.       object Label2: TLabel
  250.         Left = 12
  251.         Top = 24
  252.         Width = 74
  253.         Height = 13
  254.         Caption = 'Graphics folder:'
  255.       end
  256.       object Label3: TLabel
  257.         Left = 12
  258.         Top = 88
  259.         Width = 86
  260.         Height = 13
  261.         Caption = 'Documents folder:'
  262.       end
  263.       object Label5: TLabel
  264.         Left = 12
  265.         Top = 152
  266.         Width = 369
  267.         Height = 41
  268.         AutoSize = False
  269.         Caption = 
  270.           'Specify the folders where you normally store graphic and documen' +
  271.           't files so that these folders will be opened automatically when ' +
  272.           'you load and save graphics and documents.'
  273.         Font.Charset = DEFAULT_CHARSET
  274.         Font.Color = clRed
  275.         Font.Height = -11
  276.         Font.Name = 'MS Sans Serif'
  277.         Font.Style = []
  278.         ParentFont = False
  279.         WordWrap = True
  280.       end
  281.       object GraphicsFolderEdit: TEdit
  282.         Left = 12
  283.         Top = 52
  284.         Width = 321
  285.         Height = 21
  286.         TabOrder = 0
  287.       end
  288.       object DocumentsFolderEdit: TEdit
  289.         Left = 12
  290.         Top = 112
  291.         Width = 321
  292.         Height = 21
  293.         TabOrder = 2
  294.       end
  295.       object GraphicsFolderBtn: TBitBtn
  296.         Left = 340
  297.         Top = 50
  298.         Width = 25
  299.         Height = 25
  300.         Caption = '...'
  301.         TabOrder = 1
  302.         OnClick = GraphicsFolderBtnClick
  303.       end
  304.       object DocumentsFolderBtn: TBitBtn
  305.         Left = 340
  306.         Top = 110
  307.         Width = 25
  308.         Height = 25
  309.         Caption = '...'
  310.         TabOrder = 3
  311.         OnClick = DocumentsFolderBtnClick
  312.       end
  313.     end
  314.   end
  315.   object PathDialog: TPathDialog
  316.     Left = 372
  317.     Top = 260
  318.   end
  319. end
  320.