1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243
|
object saisiefleche: Tsaisiefleche
Left = 200
Height = 380
Top = 108
Width = 917
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Propriétés de ce trait'
ClientHeight = 380
ClientWidth = 917
Color = clAqua
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.6.0.4'
object radioext1: TRadioGroup
Left = 8
Height = 225
Top = 8
Width = 249
AutoFill = True
Caption = 'Forme de la première extrémité'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 203
ClientWidth = 245
ItemIndex = 0
Items.Strings = (
'Normale'
'Fléche'
'Trait perpendiculaire'
'Cercle'
'Croix +'
'Croix x'
'Disque'
)
TabOrder = 0
end
object radioext2: TRadioGroup
Left = 272
Height = 225
Top = 8
Width = 231
AutoFill = True
Caption = 'Forme de la seconde extrémité'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 203
ClientWidth = 227
ItemIndex = 0
Items.Strings = (
'Normale'
'Fléche'
'Trait perpendiculaire'
'Cercle'
'Croix +'
'Croix x'
'Disque'
)
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 8
Height = 129
Top = 240
Width = 249
Caption = 'Taille de la première extrémité'
ClientHeight = 107
ClientWidth = 245
TabOrder = 2
object StaticText1: TLabel
AnchorSideLeft.Control = GroupBox1
AnchorSideLeft.Side = asrCenter
Left = 44
Height = 17
Top = 56
Width = 157
Caption = 'en 1/1000 de la diagonale'
ParentColor = False
end
object StaticText3: TLabel
AnchorSideLeft.Control = GroupBox1
AnchorSideLeft.Side = asrCenter
Left = 60
Height = 17
Top = 80
Width = 125
Caption = 'de l''espace de travail'
ParentColor = False
end
object spintaille1: TSpinEdit
AnchorSideLeft.Control = GroupBox1
AnchorSideLeft.Side = asrCenter
Left = 94
Height = 25
Top = 24
Width = 57
MaxValue = 1000
MinValue = 1
TabOrder = 0
Value = 10
end
end
object GroupBox2: TGroupBox
Left = 272
Height = 129
Top = 240
Width = 233
Caption = 'Taille de la seconde extrémité'
ClientHeight = 107
ClientWidth = 229
TabOrder = 3
object StaticText2: TLabel
AnchorSideLeft.Control = GroupBox2
AnchorSideLeft.Side = asrCenter
Left = 36
Height = 17
Top = 56
Width = 157
Caption = 'en 1/1000 de la diagonale'
ParentColor = False
end
object StaticText4: TLabel
AnchorSideLeft.Control = GroupBox2
AnchorSideLeft.Side = asrCenter
Left = 52
Height = 17
Top = 80
Width = 125
Caption = 'de l''espace de travail'
ParentColor = False
end
object spintaille2: TSpinEdit
AnchorSideLeft.Control = GroupBox2
AnchorSideLeft.Side = asrCenter
Left = 86
Height = 25
Top = 24
Width = 57
MaxValue = 1000
MinValue = 1
TabOrder = 0
Value = 10
end
end
object GroupBox3: TGroupBox
Left = 576
Height = 65
Top = 8
Width = 201
Caption = 'Epaisseur du trait'
ClientHeight = 43
ClientWidth = 197
TabOrder = 4
object spinepaisseur: TSpinEdit
AnchorSideLeft.Control = GroupBox3
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GroupBox3
AnchorSideTop.Side = asrCenter
Left = 74
Height = 25
Top = 9
Width = 49
MaxValue = 10
MinValue = 1
TabOrder = 0
Value = 1
end
end
object radiostyletrait: TRadioGroup
Left = 512
Height = 153
Top = 80
Width = 265
AutoFill = True
Caption = 'Style du trait (valable si épaisseur=1)'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 131
ClientWidth = 261
ItemIndex = 0
Items.Strings = (
'Plein'
'Pointillés'
'Tirés'
'Tirés - Points'
'Tirés - Points - Points'
)
OnClick = radiostyletraitClick
TabOrder = 5
end
object GroupBox4: TGroupBox
Left = 592
Height = 129
Top = 240
Width = 185
Caption = 'Couleur du trait'
ClientHeight = 107
ClientWidth = 181
TabOrder = 6
object Colorgrid1: TColorBox
AnchorSideLeft.Control = GroupBox4
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GroupBox4
AnchorSideTop.Side = asrCenter
Left = 29
Height = 22
Top = 42
Width = 122
ItemHeight = 16
TabOrder = 0
end
end
object BitBtn1: TBitBtn
Left = 792
Height = 361
Top = 8
Width = 112
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
OnClick = BitBtn1Click
TabOrder = 7
end
end
|