OSDN Git Service

IdAntiFreezeを貼り付けた (ToDo #347)
[winbottle/winbottle.git] / bottleclient / ReplacePresetEditor.dfm
1 object frmReplacePresetEditor: TfrmReplacePresetEditor
2   Left = 0
3   Top = 0
4   Width = 377
5   Height = 274
6   TabOrder = 0
7   object tvwPresets: TTreeView
8     Left = 0
9     Top = 0
10     Width = 377
11     Height = 161
12     Align = alTop
13     Indent = 19
14     TabOrder = 0
15   end
16   object PageControl: TPageControl
17     Left = 0
18     Top = 161
19     Width = 377
20     Height = 113
21     ActivePage = tstPreset
22     Align = alClient
23     Style = tsButtons
24     TabOrder = 1
25     object tstPreset: TTabSheet
26       Caption = #12503#12522#12475#12483#12488
27       TabVisible = False
28       object Label1: TLabel
29         Left = 8
30         Top = 16
31         Width = 54
32         Height = 12
33         Caption = #35373#23450#21517'(&N):'
34         FocusControl = edtTitle
35       end
36       object Label2: TLabel
37         Left = 8
38         Top = 48
39         Width = 83
40         Height = 12
41         Caption = #12471#12519#12540#12488#12459#12483#12488'(&S):'
42         FocusControl = cbxShortCut
43       end
44       object edtTitle: TEdit
45         Left = 96
46         Top = 8
47         Width = 265
48         Height = 20
49         TabOrder = 0
50       end
51       object cbxShortCut: TComboBox
52         Left = 96
53         Top = 40
54         Width = 145
55         Height = 20
56         ItemHeight = 12
57         TabOrder = 1
58       end
59     end
60     object tstPair: TTabSheet
61       Caption = #12506#12450
62       ImageIndex = 1
63       TabVisible = False
64       inline frmStrReplaceFrame: TfrmStrReplaceFrame
65         Left = 8
66         Top = 3
67         Width = 354
68         Height = 100
69         TabOrder = 0
70       end
71     end
72   end
73 end