home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / QCARD250.ZIP / QC2000.EXE / 0 / RCDATA / TPAGESETUPDLG / TPAGESETUPDLG.txt
Text File  |  1998-06-12  |  8KB  |  356 lines

  1. object PageSetupDlg: TPageSetupDlg
  2.   Left = 187
  3.   Top = 107
  4.   HelpContext = 4
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜∩┐╜╦╣∩┐╜∩┐╜∩┐╜╥┤∩┐╜∩┐╜╨┤∩┐╜∩┐╜∩┐╜∩┐╜╨╣∩┐╜∩┐╜∩┐╜╤╡∩┐╜'
  7.   ClientHeight = 354
  8.   ClientWidth = 602
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object Bevel1: TBevel
  19.     Left = 9
  20.     Top = 9
  21.     Width = 280
  22.     Height = 336
  23.     Shape = bsFrame
  24.   end
  25.   object Bevel2: TBevel
  26.     Left = 297
  27.     Top = 9
  28.     Width = 296
  29.     Height = 296
  30.     Shape = bsFrame
  31.   end
  32.   object PreviewImage: TImage
  33.     Left = 304
  34.     Top = 16
  35.     Width = 281
  36.     Height = 281
  37.   end
  38.   object GroupBox1: TGroupBox
  39.     Left = 16
  40.     Top = 104
  41.     Width = 265
  42.     Height = 121
  43.     Caption = '∩┐╜∩┐╜╥┤∩┐╜Φ╣í∩┐╜╨┤∩┐╜∩┐╜'
  44.     TabOrder = 5
  45.     object Label1: TLabel
  46.       Left = 144
  47.       Top = 22
  48.       Width = 60
  49.       Height = 14
  50.       Alignment = taRightJustify
  51.       AutoSize = False
  52.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╥º'
  53.     end
  54.     object Label2: TLabel
  55.       Left = 144
  56.       Top = 45
  57.       Width = 60
  58.       Height = 14
  59.       Alignment = taRightJustify
  60.       AutoSize = False
  61.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜┘º'
  62.     end
  63.     object Label5: TLabel
  64.       Left = 128
  65.       Top = 75
  66.       Width = 79
  67.       Height = 14
  68.       Alignment = taRightJustify
  69.       AutoSize = False
  70.       Caption = '∩┐╜∩┐╜∩┐╜╨¿╥í∩┐╜═║∩┐╜∩┐╜∩┐╜∩┐╜'
  71.     end
  72.     object Label6: TLabel
  73.       Left = 128
  74.       Top = 99
  75.       Width = 79
  76.       Height = 14
  77.       Alignment = taRightJustify
  78.       AutoSize = False
  79.       Caption = '∩┐╜∩┐╜∩┐╜╨¿╥í∩┐╜═║∩┐╜∩┐╜'
  80.     end
  81.     object RadioGroup1: TRadioGroup
  82.       Tag = 1
  83.       Left = 8
  84.       Top = 16
  85.       Width = 137
  86.       Height = 49
  87.       Caption = '∩┐╜∩┐╜╨┤∩┐╜∩┐╜∩┐╜╥╡├░╥╣'
  88.       ItemIndex = 0
  89.       Items.Strings = (
  90.         'A4 -    8.27" x 11.69"'
  91.         'Letter- 8.50" x 11.00"')
  92.       TabOrder = 0
  93.       OnClick = RadioGroup1Click
  94.     end
  95.     object PageWidth: TEdit
  96.       Left = 208
  97.       Top = 19
  98.       Width = 49
  99.       Height = 22
  100.       TabOrder = 1
  101.       Text = '8.268'
  102.       OnChange = PageWidthChange
  103.       OnEnter = PageWidthEnter
  104.       OnExit = PageWidthExit
  105.       OnKeyPress = PageWidthKeyPress
  106.     end
  107.     object PageHeight: TEdit
  108.       Left = 208
  109.       Top = 43
  110.       Width = 49
  111.       Height = 22
  112.       TabOrder = 2
  113.       Text = '11.693'
  114.       OnChange = PageWidthChange
  115.       OnEnter = PageWidthEnter
  116.       OnExit = PageWidthExit
  117.       OnKeyPress = PageWidthKeyPress
  118.     end
  119.     object RadioGroup2: TRadioGroup
  120.       Tag = 2
  121.       Left = 8
  122.       Top = 64
  123.       Width = 117
  124.       Height = 49
  125.       Caption = '∩┐╜∩┐╜╚╖╥º∩┐╜∩┐╜├╛∩┐╜∩┐╜∩┐╜∩┐╜'
  126.       ItemIndex = 0
  127.       Items.Strings = (
  128.         '∩┐╜∩┐╜∩┐╜ (Portrait)'
  129.         '∩┐╜═╣ (Landscape)')
  130.       TabOrder = 3
  131.       OnClick = RadioGroup1Click
  132.     end
  133.     object TopMargin: TEdit
  134.       Left = 208
  135.       Top = 94
  136.       Width = 49
  137.       Height = 22
  138.       TabOrder = 5
  139.       Text = '0.530'
  140.       OnChange = PageWidthChange
  141.       OnEnter = PageWidthEnter
  142.       OnExit = PageWidthExit
  143.       OnKeyPress = PageWidthKeyPress
  144.     end
  145.     object LeftMargin: TEdit
  146.       Left = 208
  147.       Top = 70
  148.       Width = 49
  149.       Height = 22
  150.       TabOrder = 4
  151.       Text = '0.635'
  152.       OnChange = PageWidthChange
  153.       OnEnter = PageWidthEnter
  154.       OnExit = PageWidthExit
  155.       OnKeyPress = PageWidthKeyPress
  156.     end
  157.   end
  158.   object OKBtn: TButton
  159.     Left = 297
  160.     Top = 314
  161.     Width = 73
  162.     Height = 27
  163.     Caption = 'OK'
  164.     Default = True
  165.     ModalResult = 1
  166.     TabOrder = 0
  167.   end
  168.   object CancelBtn: TButton
  169.     Left = 371
  170.     Top = 314
  171.     Width = 73
  172.     Height = 27
  173.     Cancel = True
  174.     Caption = 'Cancel'
  175.     ModalResult = 2
  176.     TabOrder = 1
  177.   end
  178.   object ListBox1: TListBox
  179.     Left = 16
  180.     Top = 16
  181.     Width = 265
  182.     Height = 89
  183.     ItemHeight = 14
  184.     Items.Strings = (
  185.       'ß║║∩┐╜∩┐╜  3.5 x 2.125 ∩┐╜∩┐╜∩┐╜∩┐╜ (∩┐╜╟╣═╣) ∩┐╜∩┐╜╨┤∩┐╜∩┐╜ A4'
  186.       'ß║║∩┐╜∩┐╜  2.125 x 3.5 ∩┐╜∩┐╜∩┐╜∩┐╜ (∩┐╜╟╡∩┐╜∩┐╜) ∩┐╜∩┐╜╨┤∩┐╜∩┐╜ A4'
  187.       'ß║║∩┐╜∩┐╜∩┐╜∩┐╜╘í∩┐╜ 3.5 x 2.0 ∩┐╜∩┐╜∩┐╜∩┐╜ (∩┐╜╟╣═╣) ∩┐╜∩┐╜╨┤∩┐╜∩┐╜ Letter'
  188.       'ß║║∩┐╜∩┐╜∩┐╜∩┐╜╘í∩┐╜ 2.0 x 3.5 ∩┐╜∩┐╜∩┐╜∩┐╜ (∩┐╜╟╡∩┐╜∩┐╜) ∩┐╜∩┐╜╨┤∩┐╜∩┐╜ Letter'
  189.       'QuickLabel ∩┐╜∩┐╜∩┐╜∩┐╜╥ñ (2 ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜) 16 ∩┐╜╟º'
  190.       'QuickLabel ∩┐╜∩┐╜∩┐╜╥ñ∩┐╜ (3 ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜) 30 ∩┐╜╟º')
  191.     TabOrder = 4
  192.     OnClick = ComboBox1Change
  193.   end
  194.   object SetColor: TButton
  195.     Left = 447
  196.     Top = 314
  197.     Width = 73
  198.     Height = 27
  199.     Caption = '∩┐╜╒í∩┐╜╨┤∩┐╜∩┐╜...'
  200.     TabOrder = 2
  201.     OnClick = SetColorClick
  202.   end
  203.   object SaveLayout: TButton
  204.     Left = 522
  205.     Top = 314
  206.     Width = 73
  207.     Height = 27
  208.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜ß║║...'
  209.     TabOrder = 3
  210.     OnClick = SaveLayoutClick
  211.   end
  212.   object GroupBox2: TGroupBox
  213.     Left = 16
  214.     Top = 224
  215.     Width = 265
  216.     Height = 113
  217.     Caption = '∩┐╜∩┐╜╥┤∩┐╜∩┐╜∩┐╜∩┐╜╤╡∩┐╜'
  218.     TabOrder = 6
  219.     object Label3: TLabel
  220.       Left = 8
  221.       Top = 19
  222.       Width = 56
  223.       Height = 14
  224.       Alignment = taRightJustify
  225.       AutoSize = False
  226.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╥º'
  227.     end
  228.     object Label4: TLabel
  229.       Left = 128
  230.       Top = 19
  231.       Width = 76
  232.       Height = 14
  233.       Alignment = taRightJustify
  234.       AutoSize = False
  235.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜┘º'
  236.     end
  237.     object Label7: TLabel
  238.       Left = 8
  239.       Top = 43
  240.       Width = 57
  241.       Height = 14
  242.       Alignment = taRightJustify
  243.       AutoSize = False
  244.       Caption = '∩┐╜╙╣╟╣∩┐╜∩┐╜'
  245.     end
  246.     object Label8: TLabel
  247.       Left = 124
  248.       Top = 43
  249.       Width = 81
  250.       Height = 14
  251.       Alignment = taRightJustify
  252.       AutoSize = False
  253.       Caption = '∩┐╜╙╣╟╣∩┐╜∩┐╜∩┐╜∩┐╜'
  254.     end
  255.     object Label9: TLabel
  256.       Left = 16
  257.       Top = 67
  258.       Width = 187
  259.       Height = 14
  260.       Alignment = taRightJustify
  261.       AutoSize = False
  262.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╥º∩┐╜∩┐╜∩┐╜∩┐╜╤╡∩┐╜π║½∩┐╜∩┐╜┬í╤║π║ó∩┐╜∩┐╜'
  263.     end
  264.     object Label10: TLabel
  265.       Left = 16
  266.       Top = 91
  267.       Width = 188
  268.       Height = 14
  269.       Alignment = taRightJustify
  270.       AutoSize = False
  271.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╥º∩┐╜∩┐╜∩┐╜∩┐╜╤╡∩┐╜π║║∩┐╜∩┐╜╤║∩┐╜∩┐╜∩┐╜╥º'
  272.     end
  273.     object CardHeight: TEdit
  274.       Left = 208
  275.       Top = 14
  276.       Width = 49
  277.       Height = 22
  278.       TabOrder = 1
  279.       Text = '2.125'
  280.       OnChange = PageWidthChange
  281.       OnEnter = PageWidthEnter
  282.       OnExit = PageWidthExit
  283.       OnKeyPress = PageWidthKeyPress
  284.     end
  285.     object CardWidth: TEdit
  286.       Left = 72
  287.       Top = 14
  288.       Width = 49
  289.       Height = 22
  290.       TabOrder = 0
  291.       Text = '3.500'
  292.       OnChange = PageWidthChange
  293.       OnEnter = PageWidthEnter
  294.       OnExit = PageWidthExit
  295.       OnKeyPress = PageWidthKeyPress
  296.     end
  297.     object NumCol: TEdit
  298.       Tag = 1
  299.       Left = 208
  300.       Top = 38
  301.       Width = 49
  302.       Height = 22
  303.       TabOrder = 3
  304.       Text = '2'
  305.       OnChange = PageWidthChange
  306.       OnEnter = PageWidthEnter
  307.       OnExit = PageWidthExit
  308.       OnKeyPress = NumRowKeyPress
  309.     end
  310.     object NumRow: TEdit
  311.       Tag = 1
  312.       Left = 72
  313.       Top = 38
  314.       Width = 49
  315.       Height = 22
  316.       TabOrder = 2
  317.       Text = '5'
  318.       OnChange = PageWidthChange
  319.       OnEnter = PageWidthEnter
  320.       OnExit = PageWidthExit
  321.       OnKeyPress = NumRowKeyPress
  322.     end
  323.     object ColGap: TEdit
  324.       Tag = 2
  325.       Left = 208
  326.       Top = 62
  327.       Width = 49
  328.       Height = 22
  329.       TabOrder = 4
  330.       Text = '0.000'
  331.       OnChange = PageWidthChange
  332.       OnEnter = PageWidthEnter
  333.       OnExit = PageWidthExit
  334.       OnKeyPress = PageWidthKeyPress
  335.     end
  336.     object RowGap: TEdit
  337.       Tag = 2
  338.       Left = 208
  339.       Top = 86
  340.       Width = 49
  341.       Height = 22
  342.       TabOrder = 5
  343.       Text = '0.000'
  344.       OnChange = PageWidthChange
  345.       OnEnter = PageWidthEnter
  346.       OnExit = PageWidthExit
  347.       OnKeyPress = PageWidthKeyPress
  348.     end
  349.   end
  350.   object ColorDialog1: TColorDialog
  351.     Ctl3D = True
  352.     Left = 495
  353.     Top = 283
  354.   end
  355. end
  356.