Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/InputAssist.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by h677, Sun Feb 26 16:40:51 2006 UTC revision 1.5 by h677, Sun Aug 27 10:39:06 2006 UTC
# Line 1  Line 1 
1  object InputAssistForm: TInputAssistForm  object InputAssistForm: TInputAssistForm
2    Left = 589    Left = 353
3    Top = 279    Top = 196
4    Width = 397    Width = 390
5    Height = 460    Height = 460
6    Caption = #20837#21147#12450#12471#12473#12488#35373#23450    Caption = #20837#21147#12450#12471#12473#12488#35373#23450
7    Color = clBtnFace    Color = clBtnFace
# Line 18  object InputAssistForm: TInputAssistForm Line 18  object InputAssistForm: TInputAssistForm
18    object Panel1: TPanel    object Panel1: TPanel
19      Left = 0      Left = 0
20      Top = 0      Top = 0
21      Width = 389      Width = 382
22      Height = 200      Height = 200
23      Align = alTop      Align = alTop
24      BevelOuter = bvLowered      BevelOuter = bvLowered
25      Caption = 'Panel1'      Caption = 'Panel1'
26      TabOrder = 0      TabOrder = 0
27      object Panel5: TPanel      object Panel5: TPanel
28        Left = 295        Left = 288
29        Top = 33        Top = 33
30        Width = 93        Width = 93
31        Height = 166        Height = 166
# Line 71  object InputAssistForm: TInputAssistForm Line 71  object InputAssistForm: TInputAssistForm
71      object Panel6: TPanel      object Panel6: TPanel
72        Left = 1        Left = 1
73        Top = 33        Top = 33
74        Width = 294        Width = 287
75        Height = 166        Height = 166
76        Align = alClient        Align = alClient
77        BevelOuter = bvNone        BevelOuter = bvNone
       Caption = 'Panel6'  
78        TabOrder = 1        TabOrder = 1
79        object GikoListView1: TGikoListView        object GikoListView1: TGikoListView
80          Left = 0          Left = 0
81          Top = 0          Top = 0
82          Width = 294          Width = 287
83          Height = 166          Height = 166
84          Align = alClient          Align = alClient
85          Columns = <>          Columns = <>
# Line 97  object InputAssistForm: TInputAssistForm Line 96  object InputAssistForm: TInputAssistForm
96      object Panel7: TPanel      object Panel7: TPanel
97        Left = 1        Left = 1
98        Top = 1        Top = 1
99        Width = 387        Width = 380
100        Height = 32        Height = 32
101        Align = alTop        Align = alTop
       Caption = 'Panel7'  
102        TabOrder = 2        TabOrder = 2
103        object CategoryComboLabel: TLabel        object CategoryComboLabel: TLabel
104          Left = 12          Left = 12
# Line 134  object InputAssistForm: TInputAssistForm Line 132  object InputAssistForm: TInputAssistForm
132    object Panel2: TPanel    object Panel2: TPanel
133      Left = 0      Left = 0
134      Top = 200      Top = 200
135      Width = 389      Width = 382
136      Height = 233      Height = 233
137      Align = alClient      Align = alClient
138      BevelOuter = bvNone      BevelOuter = bvNone
# Line 143  object InputAssistForm: TInputAssistForm Line 141  object InputAssistForm: TInputAssistForm
141      object Panel3: TPanel      object Panel3: TPanel
142        Left = 0        Left = 0
143        Top = 0        Top = 0
144        Width = 389        Width = 382
145        Height = 48        Height = 48
146        Align = alTop        Align = alTop
147        BevelOuter = bvNone        BevelOuter = bvNone
148        TabOrder = 0        TabOrder = 0
149        object KeyNameEdit: TLabeledEdit        object Splitter: TSplitter
150          Left = 8          Left = 185
151          Top = 21          Top = 0
152          Width = 161          Width = 8
153          Height = 20          Height = 48
154          Hint = #20837#21147#12395#20351#12358#12461#12540#21517          Cursor = crHSplit
155          EditLabel.Width = 36          Beveled = True
156          EditLabel.Height = 12        end
157          EditLabel.Caption = #12461#12540#21517        object KeyPanel: TPanel
158          LabelPosition = lpAbove          Left = 0
159          LabelSpacing = 3          Top = 0
160            Width = 185
161            Height = 48
162            Align = alLeft
163            BevelOuter = bvNone
164          TabOrder = 0          TabOrder = 0
165            DesignSize = (
166              185
167              48)
168            object KeyNameEdit: TLabeledEdit
169              Left = 8
170              Top = 21
171              Width = 169
172              Height = 20
173              Hint = #20837#21147#12395#20351#12358#12461#12540#21517
174              Anchors = [akLeft, akTop, akRight]
175              EditLabel.Width = 36
176              EditLabel.Height = 12
177              EditLabel.Caption = #12461#12540#21517
178              LabelPosition = lpAbove
179              LabelSpacing = 3
180              TabOrder = 0
181            end
182        end        end
183        object CategoryNameEdit: TLabeledEdit        object CategoryPanel: TPanel
184          Left = 176          Left = 193
185          Top = 21          Top = 0
186          Width = 121          Width = 189
187          Height = 20          Height = 48
188          Hint = #20837#21147#12395#20351#12358#12459#12486#12468#12522#21517          Align = alClient
189          EditLabel.Width = 53          BevelOuter = bvNone
         EditLabel.Height = 12  
         EditLabel.Caption = #12459#12486#12468#12522#21517  
         LabelPosition = lpAbove  
         LabelSpacing = 3  
190          TabOrder = 1          TabOrder = 1
191            DesignSize = (
192              189
193              48)
194            object CategoryNameEdit: TLabeledEdit
195              Left = 8
196              Top = 21
197              Width = 169
198              Height = 20
199              Hint = #20837#21147#12395#20351#12358#12459#12486#12468#12522#21517
200              Anchors = [akLeft, akTop, akRight]
201              EditLabel.Width = 53
202              EditLabel.Height = 12
203              EditLabel.Caption = #12459#12486#12468#12522#21517
204              LabelPosition = lpAbove
205              LabelSpacing = 3
206              TabOrder = 0
207            end
208        end        end
209      end      end
210      object Panel4: TPanel      object Panel4: TPanel
211        Left = 0        Left = 0
212        Top = 48        Top = 48
213        Width = 389        Width = 382
214        Height = 185        Height = 185
215        Align = alClient        Align = alClient
216        BevelOuter = bvNone        BevelOuter = bvNone
# Line 186  object InputAssistForm: TInputAssistForm Line 218  object InputAssistForm: TInputAssistForm
218        object GroupBox1: TGroupBox        object GroupBox1: TGroupBox
219          Left = 0          Left = 0
220          Top = 0          Top = 0
221          Width = 389          Width = 382
222          Height = 185          Height = 185
223          Align = alClient          Align = alClient
224          Caption = #25407#20837#25991#23383#21015          Caption = #25407#20837#25991#23383#21015
# Line 194  object InputAssistForm: TInputAssistForm Line 226  object InputAssistForm: TInputAssistForm
226          object TextMemo: TMemo          object TextMemo: TMemo
227            Left = 2            Left = 2
228            Top = 14            Top = 14
229            Width = 385            Width = 378
230            Height = 169            Height = 169
231            Hint = #25407#20837#12377#12427#25991#23383#21015            Hint = #25407#20837#12377#12427#25991#23383#21015
232            Align = alClient            Align = alClient
# Line 209  object InputAssistForm: TInputAssistForm Line 241  object InputAssistForm: TInputAssistForm
241      Top = 192      Top = 192
242      Bitmap = {      Bitmap = {
243        494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600        494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
244        0000000000003600000028000000400000001000000001002000000000000010        0000000000003600000028000000400000001000000001001000000000000008
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       000000000000000000000000000000000000000000000000000000000000FFFF  
       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000080808000FFFFFF000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000008080  
       80008080800000000000000000000000000000000000FFFFFF00FFFFFF000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000008080800080808000FFFFFF00FFFFFF0000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       00008080800000000000000000000000000000000000FFFFFF00000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       000000000000808080000000000000000000FFFFFF0000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       000080808000808080000000000000000000FFFFFF00FFFFFF00000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       000080808000808080000000000000000000FFFFFF00FFFFFF00000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       000000000000808080000000000000000000FFFFFF0000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       00008080800000000000000000000000000000000000FFFFFF00000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000008080800080808000FFFFFF00FFFFFF0000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000008080  
       80008080800000000000000000000000000000000000FFFFFF00FFFFFF000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000000000  
       0000000000000000000080808000FFFFFF000000000000000000000000000000  
       0000000000000000000000000000000000000000000000000000000000008080  
       8000808080008080800080808000808080008080800080808000808080000000  
       0000000000000000000000000000000000000000000000000000000000000000  
245        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
246        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
247        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
# Line 311  object InputAssistForm: TInputAssistForm Line 258  object InputAssistForm: TInputAssistForm
258        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
259        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
260        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
261          000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
262          FF7FFF7FFF7FFF7F000000000000000000000000000000000000000000001042
263          FF7F000000000000000000000000000000000000000000000000000000000000
264        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
265          0000000000000000000000000000000000000000000000001042104200000000
266          00000000FF7FFF7F000000000000000000000000000000000000000010421042
267          FF7FFF7F00000000000000000000000000000000000000000000000000000000
268        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
269          0000000000000000000000000000000000000000000000000000104200000000
270          00000000FF7F0000000000000000000000000000000000000000000010420000
271          0000FF7F00000000000000000000000000000000000000000000000000000000
272        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
273          0000000000000000000000000000000000000000000000000000104210420000
274          0000FF7FFF7F0000000000000000000000000000000000000000104210420000
275          0000FF7FFF7F0000000000000000000000000000000000000000000000000000
276        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
277          0000000000000000000000000000000000000000000000000000000010420000
278          0000FF7F00000000000000000000000000000000000000000000104200000000
279          00000000FF7F0000000000000000000000000000000000000000000000000000
280        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
281          0000000000000000000000000000000000000000000000000000000010421042
282          FF7FFF7F00000000000000000000000000000000000000001042104200000000
283          00000000FF7FFF7F000000000000000000000000000000000000000000000000
284        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
285          0000000000000000000000000000000000000000000000000000000000001042
286          FF7F000000000000000000000000000000000000000000001042104210421042
287          1042104210421042000000000000000000000000000000000000000000000000
288        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
289        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
290        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26