home *** CD-ROM | disk | FTP | other *** search
/ ftp.sanbilgisayar.com / ftp.sanbilgisayar.com.tar / ftp.sanbilgisayar.com / Sejour4 / qrpt40.bpl / 0 / RCDATA / TQRLABELSETUP / TQRLABELSETUP.txt
Text File  |  2005-03-02  |  4KB  |  186 lines

  1. object QRLabelSetup: TQRLabelSetup
  2.   Left = 234
  3.   Top = 417
  4.   Width = 389
  5.   Height = 279
  6.   Caption = 'Mailing Label Setup'
  7.   ParentFont = True
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object GroupBox1: TGroupBox
  11.     Left = 8
  12.     Top = 12
  13.     Width = 365
  14.     Height = 193
  15.     Caption = 'Setup type'
  16.     TabOrder = 0
  17.     object Label1: TLabel
  18.       Left = 12
  19.       Top = 82
  20.       Width = 54
  21.       Height = 13
  22.       Caption = '&Top Margin'
  23.       FocusControl = TopMargin
  24.     end
  25.     object Label2: TLabel
  26.       Left = 10
  27.       Top = 107
  28.       Width = 56
  29.       Height = 13
  30.       Caption = 'Si&de Margin'
  31.       FocusControl = SideMargin
  32.     end
  33.     object Label3: TLabel
  34.       Left = 10
  35.       Top = 131
  36.       Width = 60
  37.       Height = 13
  38.       Caption = 'Label &Height'
  39.       FocusControl = LabelHeight
  40.     end
  41.     object Label4: TLabel
  42.       Left = 10
  43.       Top = 156
  44.       Width = 57
  45.       Height = 13
  46.       Caption = 'Label &Width'
  47.       FocusControl = LabelWidth
  48.     end
  49.     object Label5: TLabel
  50.       Left = 162
  51.       Top = 82
  52.       Width = 62
  53.       Height = 13
  54.       Caption = '&Vertical Pitch'
  55.       FocusControl = VerticalPitch
  56.     end
  57.     object Label6: TLabel
  58.       Left = 162
  59.       Top = 107
  60.       Width = 74
  61.       Height = 13
  62.       Caption = 'Hori&zontal Pitch'
  63.       FocusControl = HorizontalPitch
  64.     end
  65.     object Label7: TLabel
  66.       Left = 162
  67.       Top = 131
  68.       Width = 72
  69.       Height = 13
  70.       Caption = 'Number &Across'
  71.       FocusControl = NumberAcross
  72.     end
  73.     object Label8: TLabel
  74.       Left = 162
  75.       Top = 156
  76.       Width = 51
  77.       Height = 13
  78.       Caption = '&Paper Size'
  79.       FocusControl = PaperSize
  80.     end
  81.     object StandardLabel: TRadioButton
  82.       Left = 10
  83.       Top = 18
  84.       Width = 99
  85.       Height = 17
  86.       Caption = '&Standard Label'
  87.       Checked = True
  88.       TabOrder = 0
  89.       TabStop = True
  90.     end
  91.     object CustomLabel: TRadioButton
  92.       Left = 10
  93.       Top = 44
  94.       Width = 113
  95.       Height = 17
  96.       Caption = '&Custom Label'
  97.       TabOrder = 1
  98.     end
  99.     object StandardLabelType: TComboBox
  100.       Left = 114
  101.       Top = 16
  102.       Width = 241
  103.       Height = 21
  104.       Style = csDropDownList
  105.       ItemHeight = 13
  106.       TabOrder = 2
  107.     end
  108.     object TopMargin: TEdit
  109.       Left = 78
  110.       Top = 78
  111.       Width = 55
  112.       Height = 21
  113.       TabOrder = 3
  114.       Text = '0'
  115.     end
  116.     object SideMargin: TEdit
  117.       Left = 78
  118.       Top = 103
  119.       Width = 55
  120.       Height = 21
  121.       TabOrder = 4
  122.     end
  123.     object LabelHeight: TEdit
  124.       Left = 78
  125.       Top = 127
  126.       Width = 55
  127.       Height = 21
  128.       TabOrder = 5
  129.     end
  130.     object LabelWidth: TEdit
  131.       Left = 78
  132.       Top = 152
  133.       Width = 55
  134.       Height = 21
  135.       TabOrder = 6
  136.     end
  137.     object VerticalPitch: TEdit
  138.       Left = 250
  139.       Top = 78
  140.       Width = 55
  141.       Height = 21
  142.       TabOrder = 7
  143.     end
  144.     object HorizontalPitch: TEdit
  145.       Left = 250
  146.       Top = 103
  147.       Width = 55
  148.       Height = 21
  149.       TabOrder = 8
  150.     end
  151.     object NumberAcross: TEdit
  152.       Left = 250
  153.       Top = 127
  154.       Width = 55
  155.       Height = 21
  156.       TabOrder = 9
  157.     end
  158.     object PaperSize: TComboBox
  159.       Left = 250
  160.       Top = 152
  161.       Width = 105
  162.       Height = 21
  163.       Style = csDropDownList
  164.       ItemHeight = 13
  165.       TabOrder = 10
  166.     end
  167.   end
  168.   object StartWizardBtn: TButton
  169.     Left = 204
  170.     Top = 217
  171.     Width = 75
  172.     Height = 25
  173.     Caption = 'OK'
  174.     TabOrder = 1
  175.   end
  176.   object Button1: TButton
  177.     Left = 290
  178.     Top = 217
  179.     Width = 75
  180.     Height = 25
  181.     Cancel = True
  182.     Caption = 'Cancel'
  183.     TabOrder = 2
  184.   end
  185. end
  186.