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
|
object saisiemetre: Tsaisiemetre
Left = 200
Height = 232
Top = 108
Width = 404
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Modification d''une mesure de distance'
ClientHeight = 232
ClientWidth = 404
Color = clAqua
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '0.9.29'
object GroupBox1: TGroupBox
Left = 8
Height = 113
Top = 0
Width = 178
Caption = 'Coordonnées du 1er point'
ClientHeight = 95
ClientWidth = 174
TabOrder = 0
object StaticText1: TLabel
Left = 16
Height = 14
Top = 24
Width = 15
Caption = 'x='
ParentColor = False
end
object StaticText2: TLabel
Left = 16
Height = 14
Top = 56
Width = 15
Caption = 'y='
ParentColor = False
end
object log1: TLabel
Left = 136
Height = 14
Top = 24
Width = 21
Caption = 'log1'
ParentColor = False
end
object log2: TLabel
Left = 136
Height = 14
Top = 56
Width = 21
Caption = 'log2'
ParentColor = False
end
object editx1: TEdit
Left = 32
Height = 21
Top = 16
Width = 97
TabOrder = 0
end
object edity1: TEdit
Left = 32
Height = 21
Top = 49
Width = 97
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 8
Height = 105
Top = 120
Width = 177
Caption = 'Coordonnées du 2nd point'
ClientHeight = 87
ClientWidth = 173
TabOrder = 1
object StaticText3: TLabel
Left = 16
Height = 14
Top = 32
Width = 15
Caption = 'x='
ParentColor = False
end
object StaticText4: TLabel
Left = 16
Height = 14
Top = 64
Width = 15
Caption = 'y='
ParentColor = False
end
object log3: TLabel
Left = 136
Height = 14
Top = 32
Width = 21
Caption = 'log3'
ParentColor = False
end
object log4: TLabel
Left = 136
Height = 14
Top = 64
Width = 21
Caption = 'log4'
ParentColor = False
end
object editx2: TEdit
Left = 40
Height = 21
Top = 25
Width = 89
TabOrder = 0
end
object edity2: TEdit
Left = 40
Height = 21
Top = 57
Width = 89
TabOrder = 1
end
end
object boutonsup: TBitBtn
Left = 192
Height = 49
Top = 176
Width = 201
Caption = 'Supprimer cette distance'
Enabled = False
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000010000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
0000
}
ModalResult = 7
NumGlyphs = 2
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 192
Height = 105
Top = 7
Width = 203
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
OnClick = BitBtn1Click
TabOrder = 3
end
object BitBtn2: TBitBtn
Left = 190
Height = 45
Top = 120
Width = 203
Cancel = True
Caption = 'Annuler'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 4
end
end
|