home *** CD-ROM | disk | FTP | other *** search
- object GraphicPropForm: TGraphicPropForm
- Left = 641
- Top = 137
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Properties'
- ClientHeight = 266
- ClientWidth = 362
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 184
- Top = 240
- Width = 80
- Height = 23
- HelpContext = 10001
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 272
- Top = 240
- Width = 80
- Height = 23
- HelpContext = 10002
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object PageControl1: TPageControl
- Left = 8
- Top = 8
- Width = 345
- Height = 225
- ActivePage = GeneralTabSheet
- TabOrder = 0
- object GeneralTabSheet: TTabSheet
- HelpContext = 40000
- Caption = 'Size and position'
- object PositionGroupBox: TGroupBox
- Left = 8
- Top = 8
- Width = 297
- Height = 71
- Caption = 'Position'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 20
- Width = 21
- Height = 13
- Caption = 'Left:'
- end
- object Label2: TLabel
- Left = 8
- Top = 44
- Width = 22
- Height = 13
- Caption = 'Top:'
- end
- object LeftEdit: TFloatEdit
- Left = 42
- Top = 16
- Width = 80
- Height = 21
- HelpContext = 40001
- Alignment = taLeftJustify
- DisplayFormat = '0.00, cm;(0.00, cm)'
- TabOrder = 0
- Value = 20
- end
- object TopEdit: TFloatEdit
- Left = 42
- Top = 40
- Width = 80
- Height = 21
- HelpContext = 40002
- Alignment = taLeftJustify
- DisplayFormat = '0.00, cm;(0.00, cm)'
- TabOrder = 2
- Value = 1
- end
- object UpDown1: TUpDown
- Left = 104
- Top = 18
- Width = 16
- Height = 18
- Min = 0
- Position = 0
- TabOrder = 1
- Visible = False
- Wrap = False
- end
- object UpDown2: TUpDown
- Left = 104
- Top = 42
- Width = 16
- Height = 18
- Min = 0
- Position = 0
- TabOrder = 3
- Visible = False
- Wrap = False
- end
- end
- object SizeGroupBox: TGroupBox
- Left = 8
- Top = 88
- Width = 297
- Height = 47
- Caption = 'Size'
- TabOrder = 1
- object Label3: TLabel
- Left = 135
- Top = 19
- Width = 34
- Height = 13
- Caption = 'Height:'
- end
- object Label4: TLabel
- Left = 8
- Top = 19
- Width = 31
- Height = 13
- Caption = 'Width:'
- end
- object WidthEdit: TFloatEdit
- Left = 42
- Top = 17
- Width = 80
- Height = 21
- HelpContext = 40003
- Alignment = taLeftJustify
- DisplayFormat = '0.00, cm;(0.00, cm)'
- TabOrder = 0
- Value = 1
- end
- object UpDown3: TUpDown
- Left = 104
- Top = 19
- Width = 16
- Height = 18
- Min = 0
- Position = 0
- TabOrder = 1
- Visible = False
- Wrap = False
- end
- object HeightEdit: TFloatEdit
- Left = 168
- Top = 17
- Width = 80
- Height = 21
- HelpContext = 40004
- Alignment = taLeftJustify
- DisplayFormat = '0.00, cm;(0.00, cm)'
- TabOrder = 2
- Value = 1
- end
- object UpDown4: TUpDown
- Left = 230
- Top = 19
- Width = 16
- Height = 18
- Min = 0
- Position = 0
- TabOrder = 3
- Visible = False
- Wrap = False
- end
- end
- end
- end
- end
-