1object frmNewForm: TfrmNewForm
2  Left = 8
3  Top = 8
4  AutoScroll = False
5  BorderIcons = [biSystemMenu, biMinimize]
6  Caption = 'Word Count'
7  ClientHeight = 421
8  ClientWidth = 456
9  Color = clBtnFace
10  Font.Charset = DEFAULT_CHARSET
11  Font.Color = clWindowText
12  Font.Height = -11
13  Font.Name = 'MS Sans Serif'
14  Font.Style = []
15  OldCreateOrder = True
16  PopupMenu = DesignerPopup.Owner
17  Visible = True
18  OnClick = FormClick
19  OnCreate = FormCreate
20  OnDestroy = FormDestroy
21  OnResize = FormResize
22  EVT_CLOSE = 'MadWordCountDialogClose'
23  Wx_ICON.Data = {07544269746D617000000000}
24  Wx_Name = 'MadWordCountDialog'
25  Wx_IDName = 'ID_DIALOG1'
26  Wx_IDValue = 1000
27  Wx_Class = 'wxDialog'
28  Wx_Center = True
29  Wx_Hidden = False
30  Wx_SizeToContents = True
31  Wx_GeneralStyle = []
32  Wx_DialogStyle = [wxCAPTION, wxRESIZE_BORDER, wxSYSTEM_MENU, wxDIALOG_NO_PARENT, wxMAXIMIZE_BOX, wxCLOSE_BOX]
33  Wx_Border = 0
34  Wx_BorderAlignment = []
35  isAuimanagerAvailable = False
36  PixelsPerInch = 96
37  TextHeight = 13
38  object WxBoxSizer1: TWxBoxSizer
39    Left = 0
40    Top = 0
41    Width = 456
42    Height = 421
43    Align = alClient
44    TabOrder = 0
45    Orientation = wxVertical
46    Wx_Class = 'wxBoxSizer'
47    Wx_ControlOrientation = wxControlVertical
48    Wx_IDName = 'ID_WXBOXSIZER1'
49    Wx_IDValue = 1002
50    object WxFlexGridSizer1: TWxFlexGridSizer
51      Left = 59
52      Top = 4
53      Width = 330
54      Height = 162
55      TabOrder = 0
56      ColumnSpacing = 150
57      Wx_Class = 'wxFlexGridSizer'
58      Wx_ControlOrientation = wxControlVertical
59      Wx_IDName = 'ID_WXFLEXGRIDSIZER1'
60      Wx_IDValue = 1003
61      Wx_Border = 4
62      object WxStaticText1: TWxStaticText
63        Left = 47
64        Top = 5
65        Width = 35
66        Height = 17
67        Caption = 'Words'
68        TabOrder = 0
69        Wx_BGColor = clBlack
70        Wx_Class = 'wxStaticText'
71        Wx_ControlOrientation = wxControlVertical
72        Wx_FGColor = clBlack
73        Wx_GeneralStyle = []
74        Wx_Hidden = False
75        Wx_IDName = 'ID_WXSTATICTEXT1'
76        Wx_IDValue = 1004
77        Wx_LabelStyle = []
78        Wx_Alignment = [wxALIGN_LEFT]
79      end
80      object WxStaticTextWordCount: TWxStaticText
81        Left = 285
82        Top = 5
83        Width = 40
84        Height = 17
85        Caption = '999999'
86        TabOrder = 1
87        Wx_BGColor = clBlack
88        Wx_Class = 'wxStaticText'
89        Wx_ControlOrientation = wxControlVertical
90        Wx_FGColor = clBlack
91        Wx_GeneralStyle = []
92        Wx_Hidden = False
93        Wx_IDName = 'ID_WXSTATICTEXTWORDCOUNT'
94        Wx_IDValue = 1005
95        Wx_LabelStyle = []
96        Wx_Alignment = [wxALIGN_RIGHT]
97      end
98      object WxStaticText2: TWxStaticText
99        Left = 8
100        Top = 32
101        Width = 113
102        Height = 17
103        Caption = 'Characters (no spaces)'
104        TabOrder = 2
105        Wx_BGColor = clBlack
106        Wx_Class = 'wxStaticText'
107        Wx_ControlOrientation = wxControlVertical
108        Wx_FGColor = clBlack
109        Wx_GeneralStyle = []
110        Wx_Hidden = False
111        Wx_IDName = 'ID_WXSTATICTEXT2'
112        Wx_IDValue = 1006
113        Wx_LabelStyle = []
114        Wx_Alignment = [wxALIGN_LEFT]
115      end
116      object WxStaticTextCharCount: TWxStaticText
117        Left = 285
118        Top = 32
119        Width = 40
120        Height = 17
121        Caption = '999999'
122        TabOrder = 3
123        Wx_BGColor = clBlack
124        Wx_Class = 'wxStaticText'
125        Wx_ControlOrientation = wxControlVertical
126        Wx_FGColor = clBlack
127        Wx_GeneralStyle = []
128        Wx_Hidden = False
129        Wx_IDName = 'ID_WXSTATICTEXTCHARCOUNT'
130        Wx_IDValue = 1007
131        Wx_LabelStyle = []
132        Wx_Alignment = [wxALIGN_RIGHT]
133      end
134      object WxStaticText3: TWxStaticText
135        Left = 5
136        Top = 59
137        Width = 120
138        Height = 17
139        Caption = 'Characters (with spaces)'
140        TabOrder = 4
141        Wx_BGColor = clBlack
142        Wx_Class = 'wxStaticText'
143        Wx_ControlOrientation = wxControlVertical
144        Wx_FGColor = clBlack
145        Wx_GeneralStyle = []
146        Wx_Hidden = False
147        Wx_IDName = 'ID_WXSTATICTEXT3'
148        Wx_IDValue = 1008
149        Wx_LabelStyle = []
150        Wx_Alignment = [wxALIGN_LEFT]
151      end
152      object WxStaticTextSpaceCount: TWxStaticText
153        Left = 285
154        Top = 59
155        Width = 40
156        Height = 17
157        Caption = '999999'
158        TabOrder = 5
159        Wx_BGColor = clBlack
160        Wx_Class = 'wxStaticText'
161        Wx_ControlOrientation = wxControlVertical
162        Wx_FGColor = clBlack
163        Wx_GeneralStyle = []
164        Wx_Hidden = False
165        Wx_IDName = 'ID_WXSTATICTEXTSPACECOUNT'
166        Wx_IDValue = 1009
167        Wx_LabelStyle = []
168        Wx_Alignment = [wxALIGN_RIGHT]
169      end
170      object WxStaticText4: TWxStaticText
171        Left = 24
172        Top = 86
173        Width = 82
174        Height = 17
175        Caption = 'Halfwidth Words'
176        TabOrder = 6
177        Wx_BGColor = clBlack
178        Wx_Class = 'wxStaticText'
179        Wx_ControlOrientation = wxControlVertical
180        Wx_FGColor = clBlack
181        Wx_GeneralStyle = []
182        Wx_Hidden = False
183        Wx_IDName = 'ID_WXSTATICTEXT4'
184        Wx_IDValue = 1010
185        Wx_LabelStyle = []
186        Wx_Alignment = [wxALIGN_LEFT]
187      end
188      object WxStaticTextHalfwidthCount: TWxStaticText
189        Left = 285
190        Top = 86
191        Width = 40
192        Height = 17
193        Caption = '999999'
194        TabOrder = 7
195        Wx_BGColor = clBlack
196        Wx_Class = 'wxStaticText'
197        Wx_ControlOrientation = wxControlVertical
198        Wx_FGColor = clBlack
199        Wx_GeneralStyle = []
200        Wx_Hidden = False
201        Wx_IDName = 'ID_WXSTATICTEXTHALFWIDTHCOUNT'
202        Wx_IDValue = 1011
203        Wx_LabelStyle = []
204        Wx_Alignment = [wxALIGN_RIGHT]
205      end
206      object WxStaticText5: TWxStaticText
207        Left = 25
208        Top = 113
209        Width = 79
210        Height = 17
211        Caption = 'Fullwidth Words'
212        TabOrder = 8
213        Wx_BGColor = clBlack
214        Wx_Class = 'wxStaticText'
215        Wx_ControlOrientation = wxControlVertical
216        Wx_FGColor = clBlack
217        Wx_GeneralStyle = []
218        Wx_Hidden = False
219        Wx_IDName = 'ID_WXSTATICTEXT5'
220        Wx_IDValue = 1012
221        Wx_LabelStyle = []
222        Wx_Alignment = [wxALIGN_LEFT]
223      end
224      object WxStaticTextFullwidthCount: TWxStaticText
225        Left = 285
226        Top = 113
227        Width = 40
228        Height = 17
229        Caption = '999999'
230        TabOrder = 9
231        Wx_BGColor = clBlack
232        Wx_Class = 'wxStaticText'
233        Wx_ControlOrientation = wxControlVertical
234        Wx_FGColor = clBlack
235        Wx_GeneralStyle = []
236        Wx_Hidden = False
237        Wx_IDName = 'ID_WXSTATICTEXTFULLWIDTHCOUNT'
238        Wx_IDValue = 1013
239        Wx_LabelStyle = []
240        Wx_Alignment = [wxALIGN_RIGHT]
241      end
242      object WxStaticText7: TWxStaticText
243        Left = 50
244        Top = 140
245        Width = 29
246        Height = 17
247        Caption = 'Lines'
248        TabOrder = 10
249        Wx_BGColor = clBlack
250        Wx_Class = 'wxStaticText'
251        Wx_ControlOrientation = wxControlVertical
252        Wx_FGColor = clBlack
253        Wx_GeneralStyle = []
254        Wx_Hidden = False
255        Wx_IDName = 'ID_WXSTATICTEXT7'
256        Wx_IDValue = 1021
257        Wx_LabelStyle = []
258        Wx_Alignment = [wxALIGN_LEFT]
259      end
260      object WxStaticTextLineCount: TWxStaticText
261        Left = 285
262        Top = 140
263        Width = 40
264        Height = 17
265        Caption = '999999'
266        TabOrder = 11
267        Wx_BGColor = clBlack
268        Wx_Class = 'wxStaticText'
269        Wx_ControlOrientation = wxControlVertical
270        Wx_FGColor = clBlack
271        Wx_GeneralStyle = []
272        Wx_Hidden = False
273        Wx_IDName = 'ID_WXSTATICTEXTLINECOUNT'
274        Wx_IDValue = 1022
275        Wx_LabelStyle = []
276        Wx_Alignment = [wxALIGN_RIGHT]
277      end
278    end
279    object WxStaticLine1: TWxStaticLine
280      Left = 149
281      Top = 172
282      Width = 150
283      Height = 7
284      TabOrder = 1
285      Wx_BGColor = clBlack
286      Wx_Class = 'wxStaticLine'
287      Wx_ControlOrientation = wxControlVertical
288      Wx_FGColor = clBlack
289      Wx_GeneralStyle = []
290      Wx_IDName = 'ID_WXSTATICLINE1'
291      Wx_IDValue = 1017
292      Wx_LIOrientation = wxLI_HORIZONTAL
293      Wx_Length = 150
294      LastOrientation = wxLI_HORIZONTAL
295      Wx_Border = 2
296      Wx_Alignment = [wxEXPAND]
297    end
298    object WxStaticText6: TWxStaticText
299      Left = 146
300      Top = 183
301      Width = 155
302      Height = 17
303      Caption = 'Detail Information of Characters:'
304      TabOrder = 2
305      Wx_BGColor = clBlack
306      Wx_Class = 'wxStaticText'
307      Wx_ControlOrientation = wxControlVertical
308      Wx_FGColor = clBlack
309      Wx_GeneralStyle = []
310      Wx_Hidden = False
311      Wx_IDName = 'ID_WXSTATICTEXT6'
312      Wx_IDValue = 1018
313      Wx_LabelStyle = []
314      Wx_Border = 2
315    end
316    object WxMemo1: TWxMemo
317      Left = 4
318      Top = 206
319      Width = 440
320      Height = 160
321      BevelInner = bvNone
322      BevelOuter = bvNone
323      ScrollBars = ssVertical
324      TabOrder = 3
325      Wx_BGColor = clBlack
326      Wx_Class = 'wxTextCtrl'
327      Wx_ControlOrientation = wxControlVertical
328      Wx_EditStyle = [wxTE_DONTWRAP, wxTE_MULTILINE]
329      Wx_FGColor = clBlack
330      Wx_GeneralStyle = []
331      Wx_IDName = 'ID_WXMEMO1'
332      Wx_IDValue = 1019
333      Wx_MaxLength = 0
334      Wx_Border = 4
335      Wx_Alignment = [wxALIGN_CENTER, wxEXPAND]
336      Wx_StretchFactor = 1
337    end
338    object WxButton1: TWxButton
339      Left = 191
340      Top = 373
341      Width = 75
342      Height = 30
343      Caption = '&Close'
344      TabOrder = 4
345      Wx_BKColor = clBlack
346      Wx_ButtonStyle = []
347      Wx_Class = 'wxButton'
348      Wx_ControlOrientation = wxControlVertical
349      Wx_Default = False
350      Wx_EventList.Strings = (
351        'EVT_BUTTON:OnClick'
352        'EVT_UPDATE_UI:OnUpdateUI')
353      Wx_FGColor = clBlack
354      Wx_GeneralStyle = []
355      Wx_Hidden = False
356      Wx_IDName = 'wxID_CANCEL'
357      Wx_IDValue = 1020
358    end
359  end
360end
361