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.1 by h677, Sat Jan 14 07:44:14 2006 UTC revision 1.2 by h677, Wed Jan 18 15:43:43 2006 UTC
# Line 1  Line 1 
1  object InputAssistForm: TInputAssistForm  object InputAssistForm: TInputAssistForm
2    Left = 328    Left = 386
3    Top = 115    Top = 153
4    Width = 494    Width = 400
5    Height = 453    Height = 450
6    Caption = #20837#21147#12450#12471#12473#12488#35373#23450    Caption = #20837#21147#12450#12471#12473#12488#35373#23450
7    Color = clBtnFace    Color = clBtnFace
8    Font.Charset = SHIFTJIS_CHARSET    Font.Charset = SHIFTJIS_CHARSET
# 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 = 486      Width = 392
22      Height = 177      Height = 177
23      Align = alTop      Align = alTop
24        BevelOuter = bvLowered
25      Caption = 'Panel1'      Caption = 'Panel1'
26      TabOrder = 0      TabOrder = 0
27      object GikoListView1: TGikoListView      object Panel5: TPanel
28        Left = 8        Left = 298
29        Top = 8        Top = 1
30        Width = 361        Width = 93
31        Height = 161        Height = 175
32        Columns = <>        Align = alRight
       ReadOnly = True  
       RowSelect = True  
       SmallImages = ColumnImageList  
33        TabOrder = 0        TabOrder = 0
34        ViewStyle = vsReport        object CloseButton: TButton
35        OnColumnClick = GikoListView1ColumnClick          Left = 10
36        OnCompare = GikoListView1Compare          Top = 136
37        OnSelectItem = GikoListView1SelectItem          Width = 75
38            Height = 25
39            Caption = #32066#20102
40            TabOrder = 0
41            OnClick = CloseButtonClick
42          end
43          object ApplyButton: TButton
44            Left = 10
45            Top = 72
46            Width = 75
47            Height = 25
48            Caption = #36969#29992
49            TabOrder = 1
50            OnClick = ApplyButtonClick
51          end
52          object DeleteButton: TButton
53            Left = 10
54            Top = 40
55            Width = 75
56            Height = 25
57            Caption = #21066#38500
58            TabOrder = 2
59            OnClick = DeleteButtonClick
60          end
61          object AddButton: TButton
62            Left = 10
63            Top = 8
64            Width = 75
65            Height = 25
66            Caption = #36861#21152
67            TabOrder = 3
68            OnClick = AddButtonClick
69          end
70      end      end
71      object DeleteButton: TButton      object Panel6: TPanel
72        Left = 382        Left = 1
73        Top = 40        Top = 1
74        Width = 75        Width = 297
75        Height = 25        Height = 175
76        Caption = #21066#38500        Align = alClient
77          BevelOuter = bvNone
78          Caption = 'Panel6'
79        TabOrder = 1        TabOrder = 1
80        OnClick = DeleteButtonClick        object GikoListView1: TGikoListView
81      end          Left = 0
82      object AddButton: TButton          Top = 0
83        Left = 382          Width = 297
84        Top = 8          Height = 175
85        Width = 75          Align = alClient
86        Height = 25          Columns = <>
87        Caption = #36861#21152          ReadOnly = True
88        TabOrder = 2          RowSelect = True
89        OnClick = AddButtonClick          SmallImages = ColumnImageList
90      end          TabOrder = 0
91      object ApplyButton: TButton          ViewStyle = vsReport
92        Left = 382          OnColumnClick = GikoListView1ColumnClick
93        Top = 72          OnCompare = GikoListView1Compare
94        Width = 75          OnSelectItem = GikoListView1SelectItem
95        Height = 25        end
       Caption = #36969#29992  
       TabOrder = 3  
       OnClick = ApplyButtonClick  
     end  
     object CloseButton: TButton  
       Left = 384  
       Top = 136  
       Width = 75  
       Height = 25  
       Caption = #32066#20102  
       TabOrder = 4  
       OnClick = CloseButtonClick  
96      end      end
97    end    end
98    object Panel2: TPanel    object Panel2: TPanel
99      Left = 0      Left = 0
100      Top = 177      Top = 177
101      Width = 486      Width = 392
102      Height = 249      Height = 246
103      Align = alClient      Align = alClient
104        BevelOuter = bvNone
105      Caption = 'Panel2'      Caption = 'Panel2'
106      TabOrder = 1      TabOrder = 1
107      object Panel3: TPanel      object Panel3: TPanel
108        Left = 1        Left = 0
109        Top = 1        Top = 0
110        Width = 484        Width = 392
111        Height = 49        Height = 48
112        Align = alTop        Align = alTop
113        BevelOuter = bvNone        BevelOuter = bvNone
114        TabOrder = 0        TabOrder = 0
# Line 96  object InputAssistForm: TInputAssistForm Line 117  object InputAssistForm: TInputAssistForm
117          Top = 21          Top = 21
118          Width = 161          Width = 161
119          Height = 20          Height = 20
120            Hint = #20837#21147#12395#20351#12358#12461#12540#21517
121          EditLabel.Width = 36          EditLabel.Width = 36
122          EditLabel.Height = 12          EditLabel.Height = 12
123          EditLabel.Caption = #12461#12540#21517          EditLabel.Caption = #12461#12540#21517
# Line 104  object InputAssistForm: TInputAssistForm Line 126  object InputAssistForm: TInputAssistForm
126          TabOrder = 0          TabOrder = 0
127        end        end
128        object CategoryNameEdit: TLabeledEdit        object CategoryNameEdit: TLabeledEdit
129          Left = 184          Left = 176
130          Top = 21          Top = 21
131          Width = 121          Width = 121
132          Height = 20          Height = 20
133            Hint = #20837#21147#12395#20351#12358#12459#12486#12468#12522#21517
134          EditLabel.Width = 53          EditLabel.Width = 53
135          EditLabel.Height = 12          EditLabel.Height = 12
136          EditLabel.Caption = #12459#12486#12468#12522#21517          EditLabel.Caption = #12459#12486#12468#12522#21517
# Line 117  object InputAssistForm: TInputAssistForm Line 140  object InputAssistForm: TInputAssistForm
140        end        end
141      end      end
142      object Panel4: TPanel      object Panel4: TPanel
143        Left = 1        Left = 0
144        Top = 50        Top = 48
145        Width = 484        Width = 392
146        Height = 198        Height = 198
147        Align = alClient        Align = alClient
148        BevelOuter = bvNone        BevelOuter = bvNone
149        TabOrder = 1        TabOrder = 1
150        object TextMemo: TMemo        object GroupBox1: TGroupBox
151          Left = 0          Left = 0
152          Top = 0          Top = 0
153          Width = 484          Width = 392
154          Height = 198          Height = 198
155          Align = alClient          Align = alClient
156          ScrollBars = ssBoth          Caption = #25407#20837#25991#23383#21015
157          TabOrder = 0          TabOrder = 0
158            object TextMemo: TMemo
159              Left = 2
160              Top = 14
161              Width = 388
162              Height = 182
163              Hint = #25407#20837#12377#12427#25991#23383#21015
164              Align = alClient
165              ScrollBars = ssBoth
166              TabOrder = 0
167            end
168        end        end
169      end      end
170    end    end
171    object ColumnImageList: TImageList    object ColumnImageList: TImageList
172      Left = 384      Left = 312
173      Top = 144      Top = 192
174      Bitmap = {      Bitmap = {
175        494C010102000400040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3600        494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
176        0000000000003600000028000000400000001000000001002000000000000010        0000000000003600000028000000400000001000000001002000000000000010
177        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
178        0000000000000000000000000000000000000000000000000000000000000000        0000000000000000000000000000000000000000000000000000000000000000
# Line 275  object InputAssistForm: TInputAssistForm Line 308  object InputAssistForm: TInputAssistForm
308        FFFFFFFF00000000FFFFFFFF00000000E01FFCFF00000000E79FF87F00000000        FFFFFFFF00000000FFFFFFFF00000000E01FFCFF00000000E79FF87F00000000
309        F7BFFB7F00000000F33FF33F00000000FB7FF7BF00000000F87FE79F00000000        F7BFFB7F00000000F33FF33F00000000FB7FF7BF00000000F87FE79F00000000
310        FCFFE01F00000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000        FCFFE01F00000000FFFFFFFF00000000FFFFFFFF00000000FFFFFFFF00000000
311        FFFFFFFF00000000FFFFFFFF00000000}        FFFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
312          000000000000}
313    end    end
314    object InputAssistFormActionList: TActionList    object InputAssistFormActionList: TActionList
315      Left = 376      Left = 360
316      Top = 184      Top = 192
317      object EditCut1: TEditCut      object EditCut1: TEditCut
318        Category = #32232#38598        Category = #32232#38598
319        Caption = #20999#12426#21462#12426'(&T)'        Caption = #20999#12426#21462#12426'(&T)'

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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