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

  1. object LayoutsForm: TLayoutsForm
  2.   Left = 214
  3.   Top = 108
  4.   HelpContext = 101
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Layouts'
  8.   ClientHeight = 364
  9.   ClientWidth = 562
  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.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PreviewPaintBox: TPaintBox
  22.     Left = 352
  23.     Top = 16
  24.     Width = 201
  25.     Height = 233
  26.     OnPaint = PreviewPaintBoxPaint
  27.   end
  28.   object OkBtn: TBitBtn
  29.     Left = 151
  30.     Top = 333
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&OK'
  34.     Default = True
  35.     TabOrder = 2
  36.     OnClick = OkBtnClick
  37.     Glyph.Data = {
  38.       DE010000424DDE01000000000000760000002800000024000000120000000100
  39.       0400000000006801000000000000000000001000000000000000000000000000
  40.       80000080000000808000800000008000800080800000C0C0C000808080000000
  41.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  42.       3333333333333333333333330000333333333333333333333333F33333333333
  43.       00003333344333333333333333388F3333333333000033334224333333333333
  44.       338338F3333333330000333422224333333333333833338F3333333300003342
  45.       222224333333333383333338F3333333000034222A22224333333338F338F333
  46.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  47.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  48.       0000333333333A222433333333333338F338F33300003333333333A222433333
  49.       333333338F338F33000033333333333A222433333333333338F338F300003333
  50.       33333333A222433333333333338F338F00003333333333333A22433333333333
  51.       3338F38F000033333333333333A223333333333333338F830000333333333333
  52.       333A333333333333333338330000333333333333333333333333333333333333
  53.       0000}
  54.     NumGlyphs = 2
  55.   end
  56.   object CancelBtn: TBitBtn
  57.     Left = 243
  58.     Top = 333
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = '&Cancel'
  63.     TabOrder = 3
  64.     OnClick = CancelBtnClick
  65.     Glyph.Data = {
  66.       DE010000424DDE01000000000000760000002800000024000000120000000100
  67.       0400000000006801000000000000000000001000000000000000000000000000
  68.       80000080000000808000800000008000800080800000C0C0C000808080000000
  69.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  70.       333333333333333333333333000033338833333333333333333F333333333333
  71.       0000333911833333983333333388F333333F3333000033391118333911833333
  72.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  73.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  74.       3333F8330000333333911111183333333338F333333F83330000333333311111
  75.       8333333333338F3333383333000033333339111183333333333338F333833333
  76.       00003333339111118333333333333833338F3333000033333911181118333333
  77.       33338333338F333300003333911183911183333333383338F338F33300003333
  78.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  79.       38F338F300003333333333333919333333388333338FFF830000333333333333
  80.       3333333333333333333888330000333333333333333333333333333333333333
  81.       0000}
  82.     NumGlyphs = 2
  83.   end
  84.   object HelpBtn: TBitBtn
  85.     Left = 335
  86.     Top = 333
  87.     Width = 75
  88.     Height = 25
  89.     TabOrder = 4
  90.     Kind = bkHelp
  91.   end
  92.   object GroupBox1: TGroupBox
  93.     Left = 8
  94.     Top = 8
  95.     Width = 329
  96.     Height = 313
  97.     Caption = '&Layouts'
  98.     TabOrder = 0
  99.     object NotesLabel: TLabel
  100.       Left = 12
  101.       Top = 232
  102.       Width = 157
  103.       Height = 13
  104.       AutoSize = False
  105.       Caption = 'NotesLabel'
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = [fsBold]
  111.       ParentFont = False
  112.     end
  113.     object SizeLabel: TLabel
  114.       Left = 44
  115.       Top = 214
  116.       Width = 125
  117.       Height = 13
  118.       AutoSize = False
  119.       Caption = 'SizeLabel'
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clWindowText
  122.       Font.Height = -11
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.     end
  127.     object Label2: TLabel
  128.       Left = 12
  129.       Top = 214
  130.       Width = 23
  131.       Height = 13
  132.       Caption = 'Size:'
  133.     end
  134.     object Label3: TLabel
  135.       Left = 12
  136.       Top = 258
  137.       Width = 305
  138.       Height = 49
  139.       AutoSize = False
  140.       Caption = 
  141.         'If you don'#39't see a layout listed for the stock you have, first s' +
  142.         'elect a similar layout, then click the New button to add a layou' +
  143.         't for the stock you have.'
  144.       Font.Charset = DEFAULT_CHARSET
  145.       Font.Color = clRed
  146.       Font.Height = -11
  147.       Font.Name = 'MS Sans Serif'
  148.       Font.Style = []
  149.       ParentFont = False
  150.       WordWrap = True
  151.     end
  152.     object Bevel1: TBevel
  153.       Left = 12
  154.       Top = 251
  155.       Width = 305
  156.       Height = 9
  157.       Shape = bsTopLine
  158.     end
  159.     object LayoutList: TDragDropListBox
  160.       Left = 8
  161.       Top = 48
  162.       Width = 313
  163.       Height = 153
  164.       DragDropDelete = True
  165.       DragDropEnabled = True
  166.       DragDropInsert = True
  167.       Font.Charset = ANSI_CHARSET
  168.       Font.Color = clWindowText
  169.       Font.Height = -11
  170.       Font.Name = 'Courier New'
  171.       Font.Style = []
  172.       ItemHeight = 14
  173.       ParentFont = False
  174.       TabOrder = 1
  175.       OnEndDrag = LayoutListEndDrag
  176.       OnKeyUp = LayoutListKeyUp
  177.       OnMouseDown = LayoutListMouseDown
  178.     end
  179.     object NewBtn: TBitBtn
  180.       Left = 179
  181.       Top = 212
  182.       Width = 45
  183.       Height = 25
  184.       Caption = '&New'
  185.       TabOrder = 2
  186.       OnClick = NewBtnClick
  187.     end
  188.     object EditBtn: TBitBtn
  189.       Left = 227
  190.       Top = 212
  191.       Width = 45
  192.       Height = 25
  193.       Caption = '&Edit'
  194.       TabOrder = 3
  195.       OnClick = EditBtnClick
  196.     end
  197.     object DeleteBtn: TBitBtn
  198.       Left = 275
  199.       Top = 212
  200.       Width = 45
  201.       Height = 25
  202.       Caption = '&Delete'
  203.       TabOrder = 4
  204.       OnClick = DeleteBtnClick
  205.     end
  206.     object LayoutCombo: TComboBox
  207.       Left = 8
  208.       Top = 24
  209.       Width = 313
  210.       Height = 21
  211.       Style = csDropDownList
  212.       ItemHeight = 13
  213.       Sorted = True
  214.       TabOrder = 0
  215.       OnChange = LayoutComboChange
  216.     end
  217.   end
  218.   object OppositeCheck: TCheckBox
  219.     Left = 352
  220.     Top = 304
  221.     Width = 137
  222.     Height = 17
  223.     Caption = '&Opposite Orientation'
  224.     TabOrder = 1
  225.     OnClick = OppositeCheckClick
  226.   end
  227.   object GroupBox2: TGroupBox
  228.     Left = 368
  229.     Top = 88
  230.     Width = 185
  231.     Height = 201
  232.     Caption = 'Conversion'
  233.     TabOrder = 5
  234.     Visible = False
  235.     object ConvertBtn: TBitBtn
  236.       Left = 88
  237.       Top = 160
  238.       Width = 75
  239.       Height = 25
  240.       Caption = 'Convert'
  241.       TabOrder = 0
  242.       OnClick = ConvertBtnClick
  243.     end
  244.     object ListBox1: TListBox
  245.       Left = 8
  246.       Top = 16
  247.       Width = 169
  248.       Height = 121
  249.       ItemHeight = 13
  250.       TabOrder = 1
  251.     end
  252.   end
  253.   object OpenDialog: TOpenDialog
  254.     DefaultExt = 'cct'
  255.     Filter = 'Templates|*.cct'
  256.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  257.     Left = 384
  258.     Top = 248
  259.   end
  260. end
  261.