home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TGRAPHICPROPFORM / TGRAPHICPROPFORM.txt
Encoding:
Text File  |  2002-12-06  |  4.0 KB  |  184 lines

  1. object GraphicPropForm: TGraphicPropForm
  2.   Left = 641
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Properties'
  7.   ClientHeight = 266
  8.   ClientWidth = 362
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKBtn: TButton
  18.     Left = 184
  19.     Top = 240
  20.     Width = 80
  21.     Height = 23
  22.     HelpContext = 10001
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 1
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 272
  30.     Top = 240
  31.     Width = 80
  32.     Height = 23
  33.     HelpContext = 10002
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.   end
  39.   object PageControl1: TPageControl
  40.     Left = 8
  41.     Top = 8
  42.     Width = 345
  43.     Height = 225
  44.     ActivePage = GeneralTabSheet
  45.     TabOrder = 0
  46.     object GeneralTabSheet: TTabSheet
  47.       HelpContext = 40000
  48.       Caption = 'Size and position'
  49.       object PositionGroupBox: TGroupBox
  50.         Left = 8
  51.         Top = 8
  52.         Width = 297
  53.         Height = 71
  54.         Caption = 'Position'
  55.         TabOrder = 0
  56.         object Label1: TLabel
  57.           Left = 8
  58.           Top = 20
  59.           Width = 21
  60.           Height = 13
  61.           Caption = 'Left:'
  62.         end
  63.         object Label2: TLabel
  64.           Left = 8
  65.           Top = 44
  66.           Width = 22
  67.           Height = 13
  68.           Caption = 'Top:'
  69.         end
  70.         object LeftEdit: TFloatEdit
  71.           Left = 42
  72.           Top = 16
  73.           Width = 80
  74.           Height = 21
  75.           HelpContext = 40001
  76.           Alignment = taLeftJustify
  77.           DisplayFormat = '0.00, cm;(0.00, cm)'
  78.           TabOrder = 0
  79.           Value = 20
  80.         end
  81.         object TopEdit: TFloatEdit
  82.           Left = 42
  83.           Top = 40
  84.           Width = 80
  85.           Height = 21
  86.           HelpContext = 40002
  87.           Alignment = taLeftJustify
  88.           DisplayFormat = '0.00, cm;(0.00, cm)'
  89.           TabOrder = 2
  90.           Value = 1
  91.         end
  92.         object UpDown1: TUpDown
  93.           Left = 104
  94.           Top = 18
  95.           Width = 16
  96.           Height = 18
  97.           Min = 0
  98.           Position = 0
  99.           TabOrder = 1
  100.           Visible = False
  101.           Wrap = False
  102.         end
  103.         object UpDown2: TUpDown
  104.           Left = 104
  105.           Top = 42
  106.           Width = 16
  107.           Height = 18
  108.           Min = 0
  109.           Position = 0
  110.           TabOrder = 3
  111.           Visible = False
  112.           Wrap = False
  113.         end
  114.       end
  115.       object SizeGroupBox: TGroupBox
  116.         Left = 8
  117.         Top = 88
  118.         Width = 297
  119.         Height = 47
  120.         Caption = 'Size'
  121.         TabOrder = 1
  122.         object Label3: TLabel
  123.           Left = 135
  124.           Top = 19
  125.           Width = 34
  126.           Height = 13
  127.           Caption = 'Height:'
  128.         end
  129.         object Label4: TLabel
  130.           Left = 8
  131.           Top = 19
  132.           Width = 31
  133.           Height = 13
  134.           Caption = 'Width:'
  135.         end
  136.         object WidthEdit: TFloatEdit
  137.           Left = 42
  138.           Top = 17
  139.           Width = 80
  140.           Height = 21
  141.           HelpContext = 40003
  142.           Alignment = taLeftJustify
  143.           DisplayFormat = '0.00, cm;(0.00, cm)'
  144.           TabOrder = 0
  145.           Value = 1
  146.         end
  147.         object UpDown3: TUpDown
  148.           Left = 104
  149.           Top = 19
  150.           Width = 16
  151.           Height = 18
  152.           Min = 0
  153.           Position = 0
  154.           TabOrder = 1
  155.           Visible = False
  156.           Wrap = False
  157.         end
  158.         object HeightEdit: TFloatEdit
  159.           Left = 168
  160.           Top = 17
  161.           Width = 80
  162.           Height = 21
  163.           HelpContext = 40004
  164.           Alignment = taLeftJustify
  165.           DisplayFormat = '0.00, cm;(0.00, cm)'
  166.           TabOrder = 2
  167.           Value = 1
  168.         end
  169.         object UpDown4: TUpDown
  170.           Left = 230
  171.           Top = 19
  172.           Width = 16
  173.           Height = 18
  174.           Min = 0
  175.           Position = 0
  176.           TabOrder = 3
  177.           Visible = False
  178.           Wrap = False
  179.         end
  180.       end
  181.     end
  182.   end
  183. end
  184.