home *** CD-ROM | disk | FTP | other *** search
- object hr: Thr
- Left = 253
- Top = 83
- ActiveControl = OKBtn
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Ligne de s�paration'
- ClientHeight = 148
- ClientWidth = 262
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 161
- Height = 137
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 49
- Height = 13
- Caption = 'Epaisseur:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 24
- Top = 56
- Width = 48
- Height = 13
- Caption = 'Longueur:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 24
- Top = 120
- Width = 52
- Height = 13
- Caption = 'Alignement'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OKBtn: TBitBtn
- Left = 180
- Top = 8
- Width = 77
- Height = 27
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 180
- Top = 40
- Width = 77
- Height = 27
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object ComboBox1: TComboBox
- Left = 88
- Top = 16
- Width = 73
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- Text = '1'
- Items.Strings = (
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '9')
- end
- object ComboBox2: TComboBox
- Left = 88
- Top = 48
- Width = 73
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 1
- Text = '90%'
- Items.Strings = (
- '10%'
- '20%'
- '30%'
- '40%'
- '50%'
- '60%'
- '70%'
- '80%'
- '90%'
- '100%')
- end
- object Button1: TButton
- Left = 88
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Couleur'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = Button1Click
- end
- object ComboBox3: TComboBox
- Left = 88
- Top = 112
- Width = 73
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 5
- Text = 'aucun'
- Items.Strings = (
- 'aucun'
- 'left'
- 'center'
- 'right')
- end
- object CheckBox1: TCheckBox
- Left = 24
- Top = 88
- Width = 17
- Height = 17
- TabOrder = 6
- OnClick = CheckBox1Click
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Options = [cdFullOpen, cdAnyColor]
- Left = 208
- Top = 104
- end
- end
-