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
|
object saisietexte2: Tsaisietexte2
Left = 200
Height = 270
Top = 108
Width = 611
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Saisir le texte à afficher'
ClientHeight = 270
ClientWidth = 611
Color = clAqua
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.6.0.4'
object SpeedButton1: TSpeedButton
Left = 419
Height = 82
Top = 104
Width = 181
Caption = 'Police'
OnClick = SpeedButton1Click
end
object GroupBox1: TGroupBox
Left = 8
Height = 65
Top = 8
Width = 392
Caption = 'Texte'
ClientHeight = 43
ClientWidth = 388
TabOrder = 0
object Edit1: TEdit
AnchorSideLeft.Control = GroupBox1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrCenter
Left = 10
Height = 25
Top = 9
Width = 369
TabOrder = 0
end
end
object GroupBox2: TGroupBox
Left = 8
Height = 105
Top = 80
Width = 393
Caption = 'Coordonnées du point supérieur gauche du texte'
ClientHeight = 83
ClientWidth = 389
TabOrder = 1
object StaticText1: TLabel
Left = 8
Height = 17
Top = 20
Width = 18
Caption = 'x='
ParentColor = False
end
object StaticText2: TLabel
Left = 10
Height = 17
Top = 52
Width = 18
Caption = 'y='
ParentColor = False
end
object log1: TLabel
AnchorSideLeft.Control = editx
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = editx
AnchorSideTop.Side = asrCenter
Left = 187
Height = 17
Top = 20
Width = 26
Caption = 'log1'
ParentColor = False
end
object log2: TLabel
AnchorSideLeft.Control = edity
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = edity
AnchorSideTop.Side = asrCenter
Left = 189
Height = 17
Top = 52
Width = 26
Caption = 'log2'
ParentColor = False
end
object editx: TEdit
AnchorSideLeft.Control = StaticText1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = StaticText1
AnchorSideTop.Side = asrCenter
Left = 26
Height = 25
Top = 16
Width = 161
TabOrder = 1
end
object edity: TEdit
AnchorSideLeft.Control = StaticText2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = StaticText2
AnchorSideTop.Side = asrCenter
Left = 28
Height = 25
Top = 48
Width = 161
TabOrder = 0
end
end
object boutonsup: TBitBtn
Left = 419
Height = 33
Top = 64
Width = 181
Caption = 'Supprimer ce texte'
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 = 8
Height = 68
Top = 192
Width = 592
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
OnClick = BitBtn1Click
TabOrder = 3
end
object BitBtn2: TBitBtn
Left = 419
Height = 41
Top = 15
Width = 181
Cancel = True
Caption = 'Annuler'
Kind = bkCancel
ModalResult = 2
TabOrder = 4
end
object FontDialog1: TFontDialog
Font.Height = -11
MinFontSize = 0
MaxFontSize = 0
left = 216
top = 256
end
end
|