home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / zkuste / delphi / kompon / D34567 / SETDBGR / SMDBGSET.ZIP / SMDBGSet.dfm / SMDBGSet.txt
Text File  |  2002-06-05  |  7KB  |  387 lines

  1. object frmGridSetup: TfrmGridSetup
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Grid setup'
  6.   ClientHeight = 294
  7.   ClientWidth = 487
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object bvlButton: TBevel
  17.     Left = 0
  18.     Top = 253
  19.     Width = 489
  20.     Height = 20
  21.     Shape = bsTopLine
  22.   end
  23.   object lblWidth: TLabel
  24.     Left = 232
  25.     Top = 224
  26.     Width = 74
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     AutoSize = False
  30.     Caption = 'Width:'
  31.   end
  32.   object lblWidthFix: TLabel
  33.     Left = 351
  34.     Top = 224
  35.     Width = 50
  36.     Height = 13
  37.     Caption = 'characters'
  38.   end
  39.   object btnOk: TButton
  40.     Left = 328
  41.     Top = 264
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&OK'
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.   end
  48.   object btnCancel: TButton
  49.     Left = 408
  50.     Top = 264
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = '&Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 1
  57.   end
  58.   object clbFields: TCheckListBox
  59.     Left = 8
  60.     Top = 8
  61.     Width = 201
  62.     Height = 233
  63.     DragMode = dmAutomatic
  64.     ItemHeight = 13
  65.     PopupMenu = pmColumns
  66.     TabOrder = 2
  67.     OnClick = clbFieldsClick
  68.     OnDragDrop = clbFieldsDragDrop
  69.     OnDragOver = clbFieldsDragOver
  70.   end
  71.   object gbTitle: TGroupBox
  72.     Left = 216
  73.     Top = 3
  74.     Width = 265
  75.     Height = 120
  76.     Caption = ' Title '
  77.     TabOrder = 3
  78.     object lblTitleCaption: TLabel
  79.       Left = 5
  80.       Top = 18
  81.       Width = 85
  82.       Height = 13
  83.       Alignment = taRightJustify
  84.       AutoSize = False
  85.       Caption = 'Caption:'
  86.       FocusControl = edTitleCaption
  87.     end
  88.     object lblTitleAlignment: TLabel
  89.       Left = 5
  90.       Top = 42
  91.       Width = 85
  92.       Height = 13
  93.       Alignment = taRightJustify
  94.       AutoSize = False
  95.       Caption = 'Alignment:'
  96.     end
  97.     object lblTitleColor: TLabel
  98.       Left = 5
  99.       Top = 69
  100.       Width = 85
  101.       Height = 13
  102.       Alignment = taRightJustify
  103.       AutoSize = False
  104.       Caption = 'Background:'
  105.     end
  106.     object lblTitleFont: TLabel
  107.       Left = 5
  108.       Top = 94
  109.       Width = 85
  110.       Height = 13
  111.       Alignment = taRightJustify
  112.       AutoSize = False
  113.       Caption = 'Font:'
  114.       FocusControl = edTitleFont
  115.     end
  116.     object edTitleCaption: TEdit
  117.       Tag = 1
  118.       Left = 96
  119.       Top = 16
  120.       Width = 161
  121.       Height = 21
  122.       TabOrder = 0
  123.       Text = 'edTitleCaption'
  124.       OnExit = PropertyExit
  125.     end
  126.     object edTitleFont: TEdit
  127.       Tag = 4
  128.       Left = 96
  129.       Top = 89
  130.       Width = 137
  131.       Height = 21
  132.       ReadOnly = True
  133.       TabOrder = 2
  134.       Text = 'edTitleFont'
  135.       OnExit = PropertyExit
  136.     end
  137.     object cbTitleAlignment: TComboBox
  138.       Tag = 2
  139.       Left = 96
  140.       Top = 40
  141.       Width = 161
  142.       Height = 21
  143.       Style = csDropDownList
  144.       ItemHeight = 13
  145.       TabOrder = 1
  146.       OnExit = PropertyExit
  147.     end
  148.     object SMColorsCBTitle: TComboBox
  149.       Tag = 3
  150.       Left = 96
  151.       Top = 64
  152.       Width = 161
  153.       Height = 22
  154.       Style = csOwnerDrawFixed
  155.       ItemHeight = 16
  156.       Items.Strings = (
  157.         ''
  158.         ''
  159.         ''
  160.         ''
  161.         ''
  162.         ''
  163.         ''
  164.         ''
  165.         ''
  166.         ''
  167.         ''
  168.         ''
  169.         ''
  170.         ''
  171.         ''
  172.         ''
  173.         ''
  174.         ''
  175.         ''
  176.         ''
  177.         ''
  178.         ''
  179.         ''
  180.         ''
  181.         ''
  182.         ''
  183.         ''
  184.         ''
  185.         ''
  186.         ''
  187.         ''
  188.         ''
  189.         ''
  190.         ''
  191.         ''
  192.         ''
  193.         ''
  194.         ''
  195.         ''
  196.         ''
  197.         ''
  198.         ''
  199.         ''
  200.         ''
  201.         '')
  202.       TabOrder = 3
  203.       OnChange = SMColorsCBTitleChange
  204.       OnClick = SMColorsCBTitleClick
  205.       OnDrawItem = SMColorsCBTitleDrawItem
  206.       OnExit = PropertyExit
  207.     end
  208.     object btnTitleFont: TButton
  209.       Tag = 4
  210.       Left = 235
  211.       Top = 89
  212.       Width = 21
  213.       Height = 21
  214.       Caption = '...'
  215.       TabOrder = 4
  216.       OnClick = edTitleFontButtonClick
  217.     end
  218.   end
  219.   object gbData: TGroupBox
  220.     Left = 216
  221.     Top = 123
  222.     Width = 265
  223.     Height = 94
  224.     Caption = ' Data '
  225.     TabOrder = 4
  226.     object lblDataAlignment: TLabel
  227.       Left = 5
  228.       Top = 18
  229.       Width = 85
  230.       Height = 13
  231.       Alignment = taRightJustify
  232.       AutoSize = False
  233.       Caption = 'Alignment:'
  234.     end
  235.     object lblDataColor: TLabel
  236.       Left = 5
  237.       Top = 45
  238.       Width = 85
  239.       Height = 13
  240.       Alignment = taRightJustify
  241.       AutoSize = False
  242.       Caption = 'Background:'
  243.     end
  244.     object lblDataFont: TLabel
  245.       Left = 5
  246.       Top = 70
  247.       Width = 85
  248.       Height = 13
  249.       Alignment = taRightJustify
  250.       AutoSize = False
  251.       Caption = 'Font:'
  252.       FocusControl = edDataFont
  253.     end
  254.     object edDataFont: TEdit
  255.       Tag = 7
  256.       Left = 96
  257.       Top = 65
  258.       Width = 137
  259.       Height = 21
  260.       ReadOnly = True
  261.       TabOrder = 1
  262.       Text = 'edDataFont'
  263.       OnExit = PropertyExit
  264.     end
  265.     object cbDataAlignment: TComboBox
  266.       Tag = 5
  267.       Left = 96
  268.       Top = 16
  269.       Width = 161
  270.       Height = 21
  271.       Style = csDropDownList
  272.       ItemHeight = 13
  273.       TabOrder = 0
  274.       OnExit = PropertyExit
  275.     end
  276.     object SMColorsCBData: TComboBox
  277.       Tag = 6
  278.       Left = 96
  279.       Top = 40
  280.       Width = 161
  281.       Height = 22
  282.       Style = csOwnerDrawFixed
  283.       ItemHeight = 16
  284.       Items.Strings = (
  285.         ''
  286.         ''
  287.         ''
  288.         ''
  289.         ''
  290.         ''
  291.         ''
  292.         ''
  293.         ''
  294.         ''
  295.         ''
  296.         ''
  297.         ''
  298.         ''
  299.         ''
  300.         ''
  301.         ''
  302.         ''
  303.         ''
  304.         ''
  305.         ''
  306.         ''
  307.         ''
  308.         ''
  309.         ''
  310.         ''
  311.         ''
  312.         ''
  313.         ''
  314.         ''
  315.         ''
  316.         ''
  317.         ''
  318.         ''
  319.         ''
  320.         ''
  321.         ''
  322.         ''
  323.         ''
  324.         ''
  325.         ''
  326.         ''
  327.         ''
  328.         ''
  329.         '')
  330.       TabOrder = 2
  331.       OnChange = SMColorsCBTitleChange
  332.       OnClick = SMColorsCBTitleClick
  333.       OnDrawItem = SMColorsCBTitleDrawItem
  334.       OnExit = PropertyExit
  335.     end
  336.     object btnDataFont: TButton
  337.       Tag = 7
  338.       Left = 235
  339.       Top = 65
  340.       Width = 21
  341.       Height = 21
  342.       Caption = '...'
  343.       TabOrder = 3
  344.       OnClick = edTitleFontButtonClick
  345.     end
  346.   end
  347.   object edWidth: TEdit
  348.     Tag = 9
  349.     Left = 316
  350.     Top = 221
  351.     Width = 30
  352.     Height = 21
  353.     TabOrder = 5
  354.     Text = '10'
  355.     OnExit = PropertyExit
  356.   end
  357.   object FontDlg: TFontDialog
  358.     Font.Charset = DEFAULT_CHARSET
  359.     Font.Color = clWindowText
  360.     Font.Height = -11
  361.     Font.Name = 'MS Sans Serif'
  362.     Font.Style = []
  363.     MinFontSize = 0
  364.     MaxFontSize = 0
  365.     Left = 16
  366.     Top = 262
  367.   end
  368.   object pmColumns: TPopupMenu
  369.     Left = 128
  370.     Top = 256
  371.     object miSelectAll: TMenuItem
  372.       Caption = 'Select &All'
  373.       OnClick = miSelectAllClick
  374.     end
  375.     object miUnselectAll: TMenuItem
  376.       Tag = 1
  377.       Caption = '&Unselect all'
  378.       OnClick = miSelectAllClick
  379.     end
  380.     object miInvertSelection: TMenuItem
  381.       Tag = 2
  382.       Caption = 'Invert selection'
  383.       OnClick = miSelectAllClick
  384.     end
  385.   end
  386. end
  387.