OSDN Git Service

Version1.86→1.00(新規)
[winbottle/winbottle.git] / sakurasuite / sample_parser / Unit1.dfm
1 object Form1: TForm1
2   Left = 228
3   Top = 248
4   Width = 467
5   Height = 360
6   Caption = 'Test'
7   Color = clBtnFace
8   Font.Charset = SHIFTJIS_CHARSET
9   Font.Color = clWindowText
10   Font.Height = -12
11   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
12   Font.Style = []
13   OldCreateOrder = False
14   DesignSize = (
15     459
16     333)
17   PixelsPerInch = 96
18   TextHeight = 12
19   object Edit1: TEdit
20     Left = 8
21     Top = 16
22     Width = 448
23     Height = 20
24     Anchors = [akLeft, akTop, akRight]
25     TabOrder = 0
26     Text = '\t'#12362#12399#12424#12358'\e'
27   end
28   object Button1: TButton
29     Left = 8
30     Top = 80
31     Width = 75
32     Height = 25
33     Caption = 'Parse'
34     TabOrder = 1
35     OnClick = Button1Click
36   end
37   object ListView1: TListView
38     Left = 0
39     Top = 139
40     Width = 459
41     Height = 194
42     Align = alBottom
43     Anchors = [akLeft, akTop, akRight, akBottom]
44     Columns = <
45       item
46         Caption = #12479#12452#12503
47         Width = 100
48       end
49       item
50         Caption = 'Index'
51       end
52       item
53         Caption = #25991#23383#21015
54         Width = 150
55       end
56       item
57         Alignment = taRightJustify
58         Caption = #12458#12501#12475#12483#12488
59         Width = 100
60       end>
61     TabOrder = 2
62     ViewStyle = vsReport
63   end
64   object Edit2: TEdit
65     Left = 8
66     Top = 48
67     Width = 448
68     Height = 20
69     Anchors = [akLeft, akTop, akRight]
70     TabOrder = 3
71     Text = '\t'
72   end
73   object Button2: TButton
74     Left = 88
75     Top = 80
76     Width = 75
77     Height = 25
78     Caption = 'Match'
79     TabOrder = 4
80     OnClick = Button2Click
81   end
82   object CheckBox1: TCheckBox
83     Left = 16
84     Top = 112
85     Width = 137
86     Height = 17
87     Caption = 'EscapeInvalidMeta'
88     TabOrder = 5
89     OnClick = CheckBox1Click
90   end
91   object CheckBox2: TCheckBox
92     Left = 184
93     Top = 113
94     Width = 97
95     Height = 15
96     Caption = 'LeaveEscape'
97     Checked = True
98     State = cbChecked
99     TabOrder = 6
100     OnClick = CheckBox2Click
101   end
102   object Button3: TButton
103     Left = 168
104     Top = 80
105     Width = 75
106     Height = 25
107     Caption = 'GetParam'
108     TabOrder = 7
109     OnClick = Button3Click
110   end
111   object Button4: TButton
112     Left = 248
113     Top = 80
114     Width = 75
115     Height = 25
116     Caption = 'Benchmark'
117     TabOrder = 8
118     OnClick = Button4Click
119   end
120   object SsParser: TSsParser
121     TagPattern.Strings = (
122       '\h '
123       '\u'
124       '\s[%D]'
125       '\s%d'
126       '!s%b'
127       '!s%.'
128       '\b[%D]'
129       '\b%d'
130       '!b%b'
131       '!b%.'
132       '\n'
133       '\w%d'
134       '!w%.'
135       '\e'
136       '\t'
137       '\j%b'
138       '!j'
139       '\c'
140       '\x'
141       '\q%d%b%b'
142       '\z'
143       '\y'
144       '\*'
145       '\v'
146       '\8%b'
147       '\m%b'
148       '\i[%D]'
149       '\i%d'
150       '!i%b'
151       '!i%.'
152       '\_i '
153       '\a'
154       '\_c%b'
155       '\__c'
156       '\-'
157       '\1'
158       '\2'
159       '\3'
160       '\4'
161       '\|')
162     MetaPattern.Strings = (
163       'selfname2'
164       'selfname'
165       'keroname'
166       'username'
167       'screenwidth'
168       'screenheight'
169       'month'
170       'day'
171       'hour'
172       'minute'
173       'second'
174       'j%b'
175       'exh'
176       'by'
177       'bm'
178       'bd'
179       'o'
180       'd'
181       'h'
182       'm'
183       's'
184       'c'
185       '0'
186       '1'
187       'et'
188       'ms'
189       'mz'
190       'mc'
191       'mh'
192       'mt'
193       'me'
194       'mp'
195       'm?'
196       'dms')
197     Left = 376
198     Top = 80
199   end
200 end