OSDN Git Service

This commit was manufactured by cvs2svn to create branch 'Bb62'.
[gikonavigoeson/gikonavi.git] / ToolBarSetting.dfm
1 object ToolBarSettingDialog: TToolBarSettingDialog
2   Left = 187
3   Top = 164
4   HorzScrollBar.Visible = False
5   VertScrollBar.Visible = False
6   BorderStyle = bsDialog
7   Caption = #12484#12540#12523#12496#12540#35373#23450
8   ClientHeight = 336
9   ClientWidth = 697
10   Color = clBtnFace
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   FormStyle = fsStayOnTop
17   OldCreateOrder = False
18   Position = poOwnerFormCenter
19   OnCreate = FormCreate
20   OnDestroy = FormDestroy
21   OnShow = FormShow
22   PixelsPerInch = 96
23   TextHeight = 12
24   object Label1: TLabel
25     Left = 16
26     Top = 40
27     Width = 159
28     Height = 12
29     Caption = #21033#29992#12391#12365#12427#12484#12540#12523#12496#12540#12508#12479#12531'(&V)'
30     FocusControl = AllListView
31   end
32   object Label2: TLabel
33     Left = 408
34     Top = 40
35     Width = 139
36     Height = 12
37     Caption = #29694#22312#12398#12484#12540#12523#12496#12540#12508#12479#12531'(&T)'
38     FocusControl = CurrentListView
39   end
40   object Bevel1: TBevel
41     Left = 12
42     Top = 296
43     Width = 673
44     Height = 2
45   end
46   object Label3: TLabel
47     Left = 16
48     Top = 12
49     Width = 120
50     Height = 12
51     Caption = #22793#26356#12377#12427#12484#12540#12523#12496#12540'(&B)'
52     FocusControl = ToolBarComboBox
53   end
54   object AllListView: TListView
55     Left = 12
56     Top = 56
57     Width = 281
58     Height = 229
59     Columns = <
60       item
61         Width = 230
62       end>
63     ColumnClick = False
64     HideSelection = False
65     OwnerData = True
66     ReadOnly = True
67     RowSelect = True
68     SmallImages = GikoForm.HotToobarImageList
69     TabOrder = 1
70     ViewStyle = vsReport
71     OnChange = AllListViewChange
72     OnData = AllListViewData
73   end
74   object AddButton: TButton
75     Left = 304
76     Top = 112
77     Width = 89
78     Height = 21
79     Caption = #36861#21152'(&A) ->'
80     TabOrder = 2
81     OnClick = AddButtonClick
82   end
83   object RemoveButton: TButton
84     Left = 304
85     Top = 144
86     Width = 89
87     Height = 21
88     Caption = '<- '#21066#38500'(&R)'
89     TabOrder = 3
90     OnClick = RemoveButtonClick
91   end
92   object CurrentListView: TListView
93     Left = 404
94     Top = 56
95     Width = 281
96     Height = 201
97     Columns = <
98       item
99         Width = 230
100       end>
101     ColumnClick = False
102     HideSelection = False
103     OwnerData = True
104     ReadOnly = True
105     RowSelect = True
106     SmallImages = GikoForm.HotToobarImageList
107     TabOrder = 5
108     ViewStyle = vsReport
109     OnChange = CurrentListViewChange
110     OnData = CurrentListViewData
111   end
112   object UpButton: TButton
113     Left = 404
114     Top = 264
115     Width = 89
116     Height = 21
117     Caption = #19978#12408'(&U)'
118     TabOrder = 6
119     OnClick = UpButtonClick
120   end
121   object DownButton: TButton
122     Left = 500
123     Top = 264
124     Width = 89
125     Height = 21
126     Caption = #19979#12408'(&D)'
127     TabOrder = 7
128     OnClick = DownButtonClick
129   end
130   object OKButton: TButton
131     Left = 504
132     Top = 308
133     Width = 89
134     Height = 21
135     Caption = 'OK'
136     Default = True
137     ModalResult = 1
138     TabOrder = 9
139     OnClick = OKButtonClick
140   end
141   object CancelButton: TButton
142     Left = 600
143     Top = 308
144     Width = 89
145     Height = 21
146     Cancel = True
147     Caption = #12461#12515#12531#12475#12523
148     ModalResult = 2
149     TabOrder = 10
150   end
151   object ToolBarComboBox: TComboBox
152     Left = 144
153     Top = 8
154     Width = 209
155     Height = 20
156     Style = csDropDownList
157     ItemHeight = 12
158     TabOrder = 0
159     OnChange = ToolBarComboBoxChange
160   end
161   object SeparatorAddButton: TButton
162     Left = 304
163     Top = 176
164     Width = 89
165     Height = 21
166     Caption = #21306#20999#12426#36861#21152'(&S)'
167     TabOrder = 4
168     OnClick = SeparatorAddButtonClick
169   end
170   object ResetButton: TButton
171     Left = 596
172     Top = 264
173     Width = 89
174     Height = 21
175     Caption = #12522#12475#12483#12488'(&C)'
176     TabOrder = 8
177     OnClick = ResetButtonClick
178   end
179 end