home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EBRepDesigner.exe / 0 / RCDATA / TFRMSRWLABEL / TFRMSRWLABEL.txt
Text File  |  1999-06-21  |  4KB  |  183 lines

  1. object frmSrwLabel: TfrmSrwLabel
  2.   Left = 310
  3.   Top = 15
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose Label Format'
  7.   ClientHeight = 258
  8.   ClientWidth = 313
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   TextHeight = 13
  19.   object panMain: TPanel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 211
  23.     Height = 251
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object Label4: TLabel
  31.       Left = 8
  32.       Top = 10
  33.       Width = 51
  34.       Height = 13
  35.       Caption = '&Category'
  36.       FocusControl = cmbLabels
  37.       Font.Color = clBlack
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.     end
  43.     object cmbLabels: TComboBox
  44.       Left = 64
  45.       Top = 8
  46.       Width = 137
  47.       Height = 21
  48.       Style = csDropDownList
  49.       ItemHeight = 13
  50.       Items.Strings = (
  51.         'Avery Standard'
  52.         'Avery Mini'
  53.         'Avery A4'
  54.         'Avery A4 Mini'
  55.         'Avery Continuous')
  56.       TabOrder = 0
  57.       OnChange = cmbLabelsChange
  58.     end
  59.     object grdLabels: TDBGrid
  60.       Left = 8
  61.       Top = 36
  62.       Width = 193
  63.       Height = 205
  64.       DataSource = srcLabels
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'Arial'
  68.       Font.Style = []
  69.       Options = [dgTabs, dgConfirmDelete, dgCancelOnExit]
  70.       ParentFont = False
  71.       TabOrder = 1
  72.       TitleFont.Color = clNavy
  73.       TitleFont.Height = -11
  74.       TitleFont.Name = 'Arial'
  75.       TitleFont.Style = [fsBold]
  76.       OnDblClick = cmdOKClick
  77.     end
  78.   end
  79.   object cmdOK: TBitBtn
  80.     Left = 220
  81.     Top = 4
  82.     Width = 89
  83.     Height = 25
  84.     Caption = '&OK'
  85.     Font.Color = clBlack
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     TabOrder = 1
  91.     OnClick = cmdOKClick
  92.     Style = bsNew
  93.   end
  94.   object cmdCancel: TBitBtn
  95.     Left = 220
  96.     Top = 36
  97.     Width = 89
  98.     Height = 25
  99.     Caption = '&Cancel'
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ModalResult = 2
  105.     ParentFont = False
  106.     TabOrder = 2
  107.     Style = bsNew
  108.   end
  109.   object cmdHelp: TBitBtn
  110.     Left = 220
  111.     Top = 68
  112.     Width = 89
  113.     Height = 25
  114.     Caption = '&Help'
  115.     Font.Color = clBlack
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     TabOrder = 3
  121.     OnClick = cmdHelpClick
  122.     Style = bsNew
  123.   end
  124.   object qryLabels: TQuery
  125.     SQL.Strings = (
  126.       '')
  127.     RequestLive = True
  128.     Left = 232
  129.     Top = 224
  130.     object qryLabelsVendor: TStringField
  131.       FieldName = 'Vendor'
  132.       Visible = False
  133.       Size = 10
  134.     end
  135.     object qryLabelsPaper: TStringField
  136.       FieldName = 'Paper'
  137.       Visible = False
  138.       Size = 3
  139.     end
  140.     object qryLabelsDesc: TStringField
  141.       FieldName = 'Desc'
  142.       Size = 35
  143.     end
  144.     object qryLabelsTop: TFloatField
  145.       FieldName = 'Top'
  146.       Visible = False
  147.     end
  148.     object qryLabelsLeft: TFloatField
  149.       FieldName = 'Left'
  150.       Visible = False
  151.     end
  152.     object qryLabelsHeight: TFloatField
  153.       FieldName = 'Height'
  154.       Visible = False
  155.     end
  156.     object qryLabelsWidth: TFloatField
  157.       FieldName = 'Width'
  158.       Visible = False
  159.     end
  160.     object qryLabelsVertGap: TFloatField
  161.       FieldName = 'VertGap'
  162.       Visible = False
  163.     end
  164.     object qryLabelsHorzGap: TFloatField
  165.       FieldName = 'HorzGap'
  166.       Visible = False
  167.     end
  168.     object qryLabelsAcross: TSmallintField
  169.       FieldName = 'Across'
  170.       Visible = False
  171.     end
  172.     object qryLabelsDown: TSmallintField
  173.       FieldName = 'Down'
  174.       Visible = False
  175.     end
  176.   end
  177.   object srcLabels: TDataSource
  178.     DataSet = qryLabels
  179.     Left = 264
  180.     Top = 224
  181.   end
  182. end
  183.