home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / WordWrite / _SETUP.1 / ww.exe / 0 / RCDATA / TPAGESETUPDIALOG / TPAGESETUPDIALOG.txt
Text File  |  1999-11-05  |  3KB  |  190 lines

  1. object PageSetupDialog: TPageSetupDialog
  2.   Left = 403
  3.   Top = 132
  4.   HelpContext = 16
  5.   BorderStyle = bsDialog
  6.   Caption = 'Page Setup'
  7.   ClientHeight = 188
  8.   ClientWidth = 301
  9.   Font.Charset = DEFAULT_CHARSET
  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 GroupBox1: TGroupBox
  19.     Left = 6
  20.     Top = 6
  21.     Width = 163
  22.     Height = 88
  23.     Caption = '  Paper  '
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 12
  27.       Top = 33
  28.       Width = 37
  29.       Height = 13
  30.       Caption = 'Height :'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 12
  34.       Top = 63
  35.       Width = 34
  36.       Height = 13
  37.       Caption = 'Width :'
  38.     end
  39.     object Label7: TLabel
  40.       Left = 102
  41.       Top = 33
  42.       Width = 31
  43.       Height = 13
  44.       Caption = 'inches'
  45.     end
  46.     object Label8: TLabel
  47.       Left = 102
  48.       Top = 60
  49.       Width = 31
  50.       Height = 13
  51.       Caption = 'inches'
  52.     end
  53.     object PageHeight: TEdit
  54.       Left = 54
  55.       Top = 30
  56.       Width = 37
  57.       Height = 21
  58.       TabOrder = 0
  59.       Text = '11'
  60.     end
  61.     object PageWidth: TEdit
  62.       Left = 54
  63.       Top = 57
  64.       Width = 37
  65.       Height = 21
  66.       TabOrder = 1
  67.       Text = '8.5'
  68.     end
  69.   end
  70.   object GroupBox2: TGroupBox
  71.     Left = 6
  72.     Top = 105
  73.     Width = 289
  74.     Height = 75
  75.     Caption = '  Margins  '
  76.     TabOrder = 1
  77.     object Label3: TLabel
  78.       Left = 15
  79.       Top = 21
  80.       Width = 25
  81.       Height = 13
  82.       Caption = 'Top :'
  83.     end
  84.     object Label4: TLabel
  85.       Left = 15
  86.       Top = 48
  87.       Width = 39
  88.       Height = 13
  89.       Caption = 'Bottom :'
  90.     end
  91.     object Label5: TLabel
  92.       Left = 144
  93.       Top = 18
  94.       Width = 24
  95.       Height = 13
  96.       Caption = 'Left :'
  97.     end
  98.     object Label6: TLabel
  99.       Left = 144
  100.       Top = 48
  101.       Width = 31
  102.       Height = 13
  103.       Caption = 'Right :'
  104.     end
  105.     object Label9: TLabel
  106.       Left = 93
  107.       Top = 21
  108.       Width = 31
  109.       Height = 13
  110.       Caption = 'inches'
  111.     end
  112.     object Label10: TLabel
  113.       Left = 93
  114.       Top = 48
  115.       Width = 31
  116.       Height = 13
  117.       Caption = 'inches'
  118.     end
  119.     object Label11: TLabel
  120.       Left = 234
  121.       Top = 18
  122.       Width = 31
  123.       Height = 13
  124.       Caption = 'inches'
  125.     end
  126.     object Label12: TLabel
  127.       Left = 234
  128.       Top = 48
  129.       Width = 31
  130.       Height = 13
  131.       Caption = 'inches'
  132.     end
  133.     object Bevel1: TBevel
  134.       Left = 135
  135.       Top = 15
  136.       Width = 7
  137.       Height = 50
  138.       Shape = bsLeftLine
  139.     end
  140.     object TMargin: TEdit
  141.       Left = 57
  142.       Top = 18
  143.       Width = 31
  144.       Height = 21
  145.       TabOrder = 0
  146.       Text = '1'
  147.     end
  148.     object BMargin: TEdit
  149.       Left = 57
  150.       Top = 45
  151.       Width = 31
  152.       Height = 21
  153.       TabOrder = 1
  154.       Text = '1'
  155.     end
  156.     object LMargin: TEdit
  157.       Left = 189
  158.       Top = 15
  159.       Width = 31
  160.       Height = 21
  161.       TabOrder = 2
  162.       Text = '1'
  163.     end
  164.     object RMargin: TEdit
  165.       Left = 189
  166.       Top = 45
  167.       Width = 31
  168.       Height = 21
  169.       TabOrder = 3
  170.       Text = '1'
  171.     end
  172.   end
  173.   object BitBtn1: TBitBtn
  174.     Left = 216
  175.     Top = 9
  176.     Width = 75
  177.     Height = 25
  178.     TabOrder = 2
  179.     Kind = bkOK
  180.   end
  181.   object BitBtn2: TBitBtn
  182.     Left = 216
  183.     Top = 42
  184.     Width = 75
  185.     Height = 25
  186.     TabOrder = 3
  187.     Kind = bkCancel
  188.   end
  189. end
  190.