OSDN Git Service

b7f849a25d0bdc488866a1495f8bda0886379cbb
[winbottle/winbottle.git] / bottleclient / ReplacePresetEditor.dfm
1 object frmReplacePresetEditor: TfrmReplacePresetEditor
2   Left = 511
3   Top = 373
4   BorderStyle = bsDialog
5   Caption = #25991#23383#21015#12398#32622#25563#12503#12522#12475#12483#12488
6   ClientHeight = 313
7   ClientWidth = 369
8   Color = clBtnFace
9   Font.Charset = SHIFTJIS_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -12
12   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
13   Font.Style = []
14   OldCreateOrder = True
15   Position = poDesktopCenter
16   PixelsPerInch = 96
17   TextHeight = 12
18   object lvwPairs: TListView
19     Left = 0
20     Top = 0
21     Width = 369
22     Height = 129
23     Align = alTop
24     Columns = <
25       item
26         Caption = #32622#25563#21069
27         Width = 125
28       end
29       item
30         Caption = #32622#25563#24460
31         Width = 125
32       end
33       item
34         Caption = #27491#35215#34920#29694
35         Width = 45
36       end
37       item
38         Caption = #22823#25991#23383#12539#23567#25991#23383#12398#21306#21029
39         Width = 45
40       end>
41     HideSelection = False
42     ReadOnly = True
43     RowSelect = True
44     TabOrder = 0
45     ViewStyle = vsReport
46     OnChange = lvwPairsChange
47   end
48   object btnAdd: TButton
49     Left = 72
50     Top = 136
51     Width = 67
52     Height = 25
53     Hint = #32622#25563#12527#12540#12489#12398#12506#12450#12434#36861#21152
54     Caption = #36861#21152'(&I)'
55     TabOrder = 1
56     OnClick = btnAddClick
57   end
58   object btnDelete: TButton
59     Left = 144
60     Top = 136
61     Width = 67
62     Height = 25
63     Hint = #32622#25563#12527#12540#12489#12398#12506#12450#12434#21066#38500
64     Caption = #21066#38500'(&D)'
65     TabOrder = 2
66     OnClick = btnDeleteClick
67   end
68   object btnMoveUp: TButton
69     Left = 224
70     Top = 136
71     Width = 67
72     Height = 25
73     Hint = #19978#12395#31227#21205
74     Caption = #19978#12408'(&U)'
75     TabOrder = 3
76     OnClick = btnMoveUpClick
77   end
78   object btnMoveDown: TButton
79     Left = 296
80     Top = 136
81     Width = 67
82     Height = 25
83     Hint = #19979#12395#31227#21205
84     Caption = #19979#12408'(&W)'
85     TabOrder = 4
86     OnClick = btnMoveDownClick
87   end
88   inline StrReplaceFrame: TfrmStrReplaceFrame
89     Left = 7
90     Top = 168
91     Width = 354
92     Height = 100
93     Enabled = False
94     TabOrder = 5
95   end
96   object btnOk: TButton
97     Left = 280
98     Top = 280
99     Width = 83
100     Height = 25
101     Hint = #22793#26356#20869#23481#12434#30906#23450#12375#12390#12480#12452#12450#12525#12464#12434#38281#12376#12427
102     Caption = '&OK'
103     Default = True
104     TabOrder = 6
105     OnClick = btnOkClick
106   end
107   object btnCancel: TButton
108     Left = 200
109     Top = 280
110     Width = 75
111     Height = 25
112     Hint = #22793#26356#20869#23481#12434#12461#12515#12531#12475#12523#12375#12390#12480#12452#12450#12525#12464#12434#38281#12376#12427
113     Cancel = True
114     Caption = #12461#12515#12531#12475#12523
115     TabOrder = 7
116     OnClick = btnCancelClick
117   end
118 end