source: trunk/Forms/UFormCheck.lfm

Last change on this file was 203, checked in by chronos, 5 years ago
  • Modified: Build under Lazarus 2.0.0 and newer.
  • Modified: Older .lrt files replaced by .lrj files.
File size: 5.7 KB
Line 
1object FormCheck: TFormCheck
2 Left = 483
3 Height = 635
4 Top = 257
5 Width = 891
6 Caption = 'Check document'
7 ClientHeight = 635
8 ClientWidth = 891
9 DesignTimePPI = 120
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnShow = FormShow
14 LCLVersion = '2.0.2.0'
15 object Panel1: TPanel
16 Left = 0
17 Height = 635
18 Top = 0
19 Width = 224
20 Align = alLeft
21 BevelOuter = bvNone
22 ClientHeight = 635
23 ClientWidth = 224
24 TabOrder = 0
25 object ButtonCheck: TButton
26 Left = 11
27 Height = 31
28 Top = 13
29 Width = 94
30 Caption = 'Check'
31 OnClick = ButtonCheckClick
32 TabOrder = 0
33 end
34 object GroupBox1: TGroupBox
35 Left = 11
36 Height = 217
37 Top = 199
38 Width = 206
39 Anchors = [akTop, akLeft, akRight]
40 Caption = 'Summary section'
41 ClientHeight = 192
42 ClientWidth = 202
43 TabOrder = 1
44 object ButtonAcronymsSummary: TButton
45 Left = 6
46 Height = 31
47 Top = 8
48 Width = 150
49 Caption = 'Acronyms'
50 OnClick = ButtonAcronymsSummaryClick
51 TabOrder = 0
52 end
53 object LabelAcronymCountSummary: TLabel
54 Left = 6
55 Height = 20
56 Top = 48
57 Width = 103
58 Caption = 'Acronym count:'
59 ParentColor = False
60 end
61 object Label1: TLabel
62 Left = 8
63 Height = 20
64 Top = 72
65 Width = 75
66 Caption = 'Start string:'
67 ParentColor = False
68 end
69 object EditSummaryStart: TEdit
70 Left = 8
71 Height = 28
72 Top = 96
73 Width = 184
74 Anchors = [akTop, akLeft, akRight]
75 TabOrder = 1
76 end
77 object Label2: TLabel
78 Left = 8
79 Height = 20
80 Top = 128
81 Width = 69
82 Caption = 'End string:'
83 ParentColor = False
84 end
85 object EditSummaryEnd: TEdit
86 Left = 8
87 Height = 28
88 Top = 152
89 Width = 184
90 Anchors = [akTop, akLeft, akRight]
91 TabOrder = 2
92 end
93 end
94 object GroupBox2: TGroupBox
95 Left = 11
96 Height = 99
97 Top = 96
98 Width = 207
99 Anchors = [akTop, akLeft, akRight]
100 Caption = 'Content'
101 ClientHeight = 74
102 ClientWidth = 203
103 TabOrder = 2
104 object ButtonAcronymsContent: TButton
105 Left = 8
106 Height = 31
107 Top = 0
108 Width = 150
109 Caption = 'Acronyms'
110 OnClick = ButtonAcronymsContentClick
111 TabOrder = 0
112 end
113 object LabelAcronymCountContent: TLabel
114 Left = 8
115 Height = 20
116 Top = 40
117 Width = 103
118 Caption = 'Acronym count:'
119 ParentColor = False
120 end
121 end
122 object ButtonLoadFromFile: TButton
123 Left = 11
124 Height = 31
125 Top = 48
126 Width = 134
127 Caption = 'Load from file'
128 OnClick = ButtonLoadFromFileClick
129 TabOrder = 3
130 end
131 object CheckBoxCaseSensitive: TCheckBox
132 Left = 11
133 Height = 24
134 Top = 424
135 Width = 197
136 Caption = 'Case sensitive comparison'
137 TabOrder = 4
138 end
139 end
140 object Splitter1: TSplitter
141 Left = 224
142 Height = 635
143 Top = 0
144 Width = 6
145 end
146 object Panel2: TPanel
147 Left = 230
148 Height = 635
149 Top = 0
150 Width = 661
151 Align = alClient
152 BevelOuter = bvNone
153 ClientHeight = 635
154 ClientWidth = 661
155 TabOrder = 2
156 object PageControl1: TPageControl
157 Left = 8
158 Height = 619
159 Top = 8
160 Width = 645
161 ActivePage = TabSheetReport
162 Align = alClient
163 BorderSpacing.Around = 8
164 TabIndex = 1
165 TabOrder = 0
166 object TabSheetSource: TTabSheet
167 Caption = 'Source'
168 ClientHeight = 586
169 ClientWidth = 637
170 object MemoDocument: TMemo
171 Left = 8
172 Height = 570
173 Top = 8
174 Width = 620
175 Anchors = [akTop, akLeft, akRight, akBottom]
176 ScrollBars = ssAutoBoth
177 TabOrder = 0
178 WordWrap = False
179 end
180 end
181 object TabSheetReport: TTabSheet
182 Caption = 'Report'
183 ClientHeight = 586
184 ClientWidth = 637
185 object ListViewReport: TListView
186 Left = 7
187 Height = 564
188 Top = 13
189 Width = 625
190 Anchors = [akTop, akLeft, akRight, akBottom]
191 Columns = <
192 item
193 Caption = 'Position'
194 Width = 80
195 end
196 item
197 Caption = 'Type'
198 Width = 100
199 end
200 item
201 Caption = 'Message'
202 Width = 800
203 end>
204 OwnerData = True
205 PopupMenu = PopupMenuReport
206 ReadOnly = True
207 RowSelect = True
208 TabOrder = 0
209 ViewStyle = vsReport
210 OnData = ListViewReportData
211 end
212 end
213 end
214 end
215 object OpenDialog1: TOpenDialog
216 DefaultExt = '.txt'
217 Filter = 'Text files (.txt)|*.txt|Any file|*.*'
218 left = 544
219 top = 288
220 end
221 object PopupMenuReport: TPopupMenu
222 left = 376
223 top = 202
224 object MenuItemGoTo: TMenuItem
225 Action = AGoToLocation
226 OnClick = MenuItemGoToClick
227 end
228 object MenuItem1: TMenuItem
229 Action = ASaveToCsv
230 end
231 end
232 object ActionList1: TActionList
233 left = 546
234 top = 203
235 object ASaveToCsv: TAction
236 Caption = 'Save to CSV...'
237 OnExecute = ASaveToCsvExecute
238 end
239 object AGoToLocation: TAction
240 Caption = 'Go to location'
241 OnExecute = AGoToLocationExecute
242 end
243 end
244 object SaveDialog1: TSaveDialog
245 left = 378
246 top = 288
247 end
248end
Note: See TracBrowser for help on using the repository browser.