OSDN Git Service

・板一覧更新の処理メッセージを追加
[gikonavigoeson/gikonavi.git] / NgEditor.dfm
1 object NgEdit: TNgEdit
2   Left = 192
3   Top = 133
4   Width = 845
5   Height = 478
6   BorderIcons = [biSystemMenu, biMaximize]
7   Caption = 'NG'#12527#12540#12489#32232#38598
8   Color = clBtnFace
9   Constraints.MinHeight = 300
10   Constraints.MinWidth = 845
11   Font.Charset = SHIFTJIS_CHARSET
12   Font.Color = clWindowText
13   Font.Height = -12
14   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
15   Font.Style = []
16   OldCreateOrder = False
17   OnCreate = FormCreate
18   OnDestroy = FormDestroy
19   OnShow = FormShow
20   PixelsPerInch = 96
21   TextHeight = 12
22   object PanelTop: TPanel
23     Left = 0
24     Top = 0
25     Width = 829
26     Height = 41
27     Align = alTop
28     BevelOuter = bvNone
29     TabOrder = 1
30     object SetInfButton: TButton
31       Left = 8
32       Top = 8
33       Width = 81
34       Height = 25
35       Action = SetInfAction
36       TabOrder = 0
37     end
38     object InsRowButton: TButton
39       Left = 96
40       Top = 8
41       Width = 113
42       Height = 25
43       Action = InsRowAction
44       TabOrder = 1
45     end
46     object AddRowButton: TButton
47       Left = 216
48       Top = 8
49       Width = 105
50       Height = 25
51       Action = AddRowAction
52       TabOrder = 2
53     end
54     object DelRowButton: TButton
55       Left = 328
56       Top = 8
57       Width = 129
58       Height = 25
59       Action = DelRowAction
60       TabOrder = 3
61     end
62     object AddColButton: TButton
63       Left = 464
64       Top = 8
65       Width = 105
66       Height = 25
67       Action = AddColAction
68       TabOrder = 4
69     end
70     object DelColButton: TButton
71       Left = 576
72       Top = 8
73       Width = 129
74       Height = 25
75       Action = DelColAction
76       TabOrder = 5
77     end
78     object RegExpButton: TButton
79       Left = 720
80       Top = 8
81       Width = 97
82       Height = 25
83       Action = RegExpAction
84       TabOrder = 6
85     end
86   end
87   object PanelBottom: TPanel
88     Left = 0
89     Top = 399
90     Width = 829
91     Height = 41
92     Align = alBottom
93     BevelOuter = bvNone
94     TabOrder = 2
95     object ButtonOk: TButton
96       Left = 256
97       Top = 8
98       Width = 75
99       Height = 25
100       Caption = 'OK'
101       TabOrder = 0
102       OnClick = ButtonOkClick
103     end
104     object ButtonReload: TButton
105       Left = 352
106       Top = 8
107       Width = 113
108       Height = 25
109       Caption = 'OK('#20877#35501#12415#36796#12415')'
110       TabOrder = 1
111       OnClick = ButtonReloadClick
112     end
113     object ButtonCancel: TButton
114       Left = 488
115       Top = 8
116       Width = 75
117       Height = 25
118       Caption = #12461#12515#12531#12475#12523
119       ModalResult = 2
120       TabOrder = 2
121     end
122   end
123   object NgWordGrid: TStringGrid
124     Left = 0
125     Top = 41
126     Width = 829
127     Height = 358
128     Align = alClient
129     ColCount = 4
130     Ctl3D = True
131     DefaultColWidth = 200
132     DefaultRowHeight = 19
133     FixedCols = 2
134     RowCount = 10
135     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goEditing]
136     ParentCtl3D = False
137     TabOrder = 0
138     OnMouseUp = NgWordGridMouseUp
139   end
140   object GridMenu: TPopupMenu
141     Left = 88
142     Top = 288
143     object MnStdAbn: TMenuItem
144       Caption = #27161#28310#12354#12412#12540#12435
145       OnClick = MnStdAbnClick
146     end
147     object MnTrnAbn: TMenuItem
148       Caption = #36879#26126#12354#12412#12540#12435
149       OnClick = MnTrnAbnClick
150     end
151     object N1: TMenuItem
152       Caption = '-'
153     end
154     object MnStdCmp: TMenuItem
155       Caption = #36890#24120#27604#36611
156       OnClick = MnStdCmpClick
157     end
158     object MnRegexp: TMenuItem
159       Caption = #27491#35215#34920#29694
160       OnClick = MnRegexpClick
161     end
162     object N2: TMenuItem
163       Caption = '-'
164     end
165     object MnAllThr: TMenuItem
166       Caption = #20840#12473#12524#23550#35937
167       OnClick = MnAllThrClick
168     end
169     object MnSpcThr: TMenuItem
170       Caption = #12473#12524#25351#23450'...'
171       OnClick = MnSpcThrClick
172     end
173     object MnSpcBrd: TMenuItem
174       Caption = #26495#25351#23450'...'
175       OnClick = MnSpcBrdClick
176     end
177     object N3: TMenuItem
178       Caption = '-'
179     end
180     object MnInsRow: TMenuItem
181       Action = InsRowAction
182     end
183     object MnAddRow: TMenuItem
184       Action = AddRowAction
185     end
186     object MnDelRow: TMenuItem
187       Action = DelRowAction
188     end
189     object N4: TMenuItem
190       Caption = '-'
191     end
192     object MnAddCol: TMenuItem
193       Action = AddColAction
194     end
195     object MnDelCol: TMenuItem
196       Action = DelColAction
197     end
198     object N5: TMenuItem
199       Caption = '-'
200     end
201     object MnRegExpTest: TMenuItem
202       Action = RegExpAction
203     end
204   end
205   object ActionList: TActionList
206     Left = 144
207     Top = 296
208     object AddRowAction: TAction
209       Category = #12464#12522#12483#12489
210       Caption = #19968#30058#19979#12395#34892#36861#21152
211       OnExecute = AddRowActionExecute
212     end
213     object AddColAction: TAction
214       Category = #12464#12522#12483#12489
215       Caption = #19968#30058#21491#12395#21015#36861#21152
216       OnExecute = AddColActionExecute
217     end
218     object InsRowAction: TAction
219       Category = #12464#12522#12483#12489
220       Caption = #36984#25246#20301#32622#12395#34892#25407#20837
221       OnExecute = InsRowActionExecute
222     end
223     object DelColAction: TAction
224       Category = #12464#12522#12483#12489
225       Caption = #36984#25246#21015#65288#32294#26041#21521#65289#21066#38500
226       OnExecute = DelColActionExecute
227     end
228     object DelRowAction: TAction
229       Category = #12464#12522#12483#12489
230       Caption = #36984#25246#34892#65288#27178#26041#21521#65289#21066#38500
231       OnExecute = DelRowActionExecute
232     end
233     object RegExpAction: TAction
234       Category = #35373#23450
235       Caption = #27491#35215#34920#29694#12486#12473#12488
236       OnExecute = RegExpActionExecute
237     end
238     object SetInfAction: TAction
239       Category = #35373#23450
240       Caption = #36984#25246#34892#35373#23450
241       OnExecute = SetInfActionExecute
242     end
243   end
244 end