-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUnit1.dfm
executable file
·150 lines (150 loc) · 3.17 KB
/
Unit1.dfm
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
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Persian CAPTCHA'
ClientHeight = 253
ClientWidth = 281
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 70
Top = 8
Width = 211
Height = 151
end
object Label1: TLabel
Left = 0
Top = 8
Width = 97
Height = 25
AutoSize = False
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'IranNastaliq'
Font.Orientation = 999
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
Visible = False
end
object Label2: TLabel
Left = 8
Top = 39
Width = 97
Height = 25
AutoSize = False
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'B Yekan'
Font.Orientation = 999
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
Visible = False
end
object Label3: TLabel
Left = 8
Top = 70
Width = 97
Height = 25
AutoSize = False
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'B Nazanin'
Font.Orientation = 999
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
Visible = False
end
object Label4: TLabel
Left = 8
Top = 101
Width = 97
Height = 25
AutoSize = False
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'B Mehr'
Font.Orientation = 999
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
Visible = False
end
object Label5: TLabel
Left = 8
Top = 132
Width = 97
Height = 25
AutoSize = False
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'B Titr'
Font.Orientation = 999
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
Visible = False
end
object Label6: TLabel
Left = 181
Top = 195
Width = 5
Height = 19
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 16
Top = 196
Width = 105
Height = 21
Hint = 'Enter the recognized word here'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object Button1: TButton
Left = 30
Top = 223
Width = 75
Height = 25
Caption = 'Submit'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 166
Top = 223
Width = 75
Height = 25
Caption = 'Regenerate'
TabOrder = 2
OnClick = Button2Click
end
end