OSDN Git Service

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