home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TPRINTCONFDLG / TPRINTCONFDLG.txt
Text File  |  1999-07-27  |  5KB  |  251 lines

  1. object PrintConfDlg: TPrintConfDlg
  2.   Tag = 1
  3.   Left = 166
  4.   Top = 209
  5.   HelpContext = 600
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print configuration'
  8.   ClientHeight = 223
  9.   ClientWidth = 331
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Tag = 8
  20.     Left = 8
  21.     Top = 14
  22.     Width = 69
  23.     Height = 14
  24.     AutoSize = False
  25.     Caption = 'Printer:'
  26.   end
  27.   object GroupBox4: TGroupBox
  28.     Tag = 3
  29.     Left = 7
  30.     Top = 112
  31.     Width = 318
  32.     Height = 77
  33.     Caption = 'Margins:'
  34.     TabOrder = 1
  35.     object Label5: TLabel
  36.       Tag = 4
  37.       Left = 8
  38.       Top = 20
  39.       Width = 65
  40.       Height = 13
  41.       AutoSize = False
  42.       Caption = 'Left:'
  43.     end
  44.     object Label6: TLabel
  45.       Tag = 5
  46.       Left = 164
  47.       Top = 20
  48.       Width = 65
  49.       Height = 13
  50.       AutoSize = False
  51.       Caption = 'Right:'
  52.     end
  53.     object Label7: TLabel
  54.       Tag = 6
  55.       Left = 8
  56.       Top = 48
  57.       Width = 65
  58.       Height = 13
  59.       AutoSize = False
  60.       Caption = 'Top:'
  61.     end
  62.     object Label8: TLabel
  63.       Tag = 7
  64.       Left = 164
  65.       Top = 48
  66.       Width = 65
  67.       Height = 13
  68.       AutoSize = False
  69.       Caption = 'Bottom:'
  70.     end
  71.     object mm1: TLabel
  72.       Left = 128
  73.       Top = 20
  74.       Width = 32
  75.       Height = 13
  76.       AutoSize = False
  77.       Caption = 'mm'
  78.     end
  79.     object mm2: TLabel
  80.       Left = 128
  81.       Top = 48
  82.       Width = 32
  83.       Height = 13
  84.       AutoSize = False
  85.       Caption = 'mm'
  86.     end
  87.     object mm3: TLabel
  88.       Left = 284
  89.       Top = 20
  90.       Width = 32
  91.       Height = 13
  92.       AutoSize = False
  93.       Caption = 'mm'
  94.     end
  95.     object mm4: TLabel
  96.       Left = 284
  97.       Top = 48
  98.       Width = 32
  99.       Height = 13
  100.       AutoSize = False
  101.       Caption = 'mm'
  102.     end
  103.     object LeftEdit: TEdit
  104.       Left = 76
  105.       Top = 16
  106.       Width = 49
  107.       Height = 21
  108.       TabOrder = 0
  109.     end
  110.     object RightEdit: TEdit
  111.       Left = 232
  112.       Top = 16
  113.       Width = 49
  114.       Height = 21
  115.       TabOrder = 1
  116.     end
  117.     object TopEdit: TEdit
  118.       Left = 76
  119.       Top = 44
  120.       Width = 49
  121.       Height = 21
  122.       TabOrder = 2
  123.     end
  124.     object BottomEdit: TEdit
  125.       Left = 232
  126.       Top = 44
  127.       Width = 49
  128.       Height = 21
  129.       TabOrder = 3
  130.     end
  131.   end
  132.   object Ok: TButton
  133.     Tag = 4001
  134.     Left = 21
  135.     Top = 194
  136.     Width = 99
  137.     Height = 23
  138.     Caption = 'Ok'
  139.     Default = True
  140.     ModalResult = 1
  141.     TabOrder = 4
  142.     OnClick = OkClick
  143.   end
  144.   object Cancel: TButton
  145.     Tag = 4002
  146.     Left = 124
  147.     Top = 194
  148.     Width = 99
  149.     Height = 23
  150.     Cancel = True
  151.     Caption = 'Cancel'
  152.     ModalResult = 2
  153.     TabOrder = 5
  154.   end
  155.   object HelpButton: TButton
  156.     Tag = 4003
  157.     Left = 227
  158.     Top = 194
  159.     Width = 99
  160.     Height = 23
  161.     Caption = '&Help'
  162.     TabOrder = 2
  163.     OnClick = HelpButtonClick
  164.   end
  165.   object GroupBox1: TGroupBox
  166.     Tag = 5844
  167.     Left = 8
  168.     Top = 36
  169.     Width = 317
  170.     Height = 73
  171.     Caption = 'Font'
  172.     TabOrder = 3
  173.     object id_Printer1: TLabel
  174.       Tag = 2
  175.       Left = 6
  176.       Top = 17
  177.       Width = 57
  178.       Height = 14
  179.       AutoSize = False
  180.       Caption = 'Fixed:'
  181.       FocusControl = id_PrinterDefault
  182.     end
  183.     object id_Printer2: TLabel
  184.       Tag = 5847
  185.       Left = 6
  186.       Top = 49
  187.       Width = 57
  188.       Height = 14
  189.       AutoSize = False
  190.       Caption = 'Variable:'
  191.       FocusControl = id_PrinterDefault
  192.     end
  193.     object id_PrinterDefault: TCheckBox
  194.       Tag = 5848
  195.       Left = 62
  196.       Top = 17
  197.       Width = 77
  198.       Height = 14
  199.       Caption = 'default'
  200.       TabOrder = 0
  201.     end
  202.     object id_PrinterButton: TButton
  203.       Left = 139
  204.       Top = 13
  205.       Width = 170
  206.       Height = 23
  207.       Caption = '...'
  208.       TabOrder = 1
  209.       OnClick = id_PrinterButtonClick
  210.     end
  211.     object id_PrinterVarDefault: TCheckBox
  212.       Tag = 5848
  213.       Left = 62
  214.       Top = 49
  215.       Width = 77
  216.       Height = 14
  217.       Caption = 'default'
  218.       TabOrder = 2
  219.     end
  220.     object id_PrinterVarButton: TButton
  221.       Left = 139
  222.       Top = 45
  223.       Width = 170
  224.       Height = 23
  225.       Caption = '...'
  226.       TabOrder = 3
  227.       OnClick = id_PrinterVarButtonClick
  228.     end
  229.   end
  230.   object PrinterButton: TButton
  231.     Left = 80
  232.     Top = 9
  233.     Width = 245
  234.     Height = 23
  235.     Caption = '...'
  236.     TabOrder = 0
  237.     OnClick = PrinterButtonClick
  238.   end
  239.   object ResolutionFix1: TResolutionFix
  240.     Top = 164
  241.   end
  242.   object Translate1: TTranslate
  243.     Tag = 6300
  244.     Top = 192
  245.   end
  246.   object PrinterSetupDialog1: TPrinterSetupDialog
  247.     Left = 216
  248.     Top = 16
  249.   end
  250. end
  251.