OSDN Git Service

リリース日修正
[gikonavigoeson/gikonavi.git] / Kotehan.dfm
1 object KotehanDialog: TKotehanDialog
2   Left = 296
3   Top = 152
4   Width = 536
5   Height = 354
6   HorzScrollBar.Visible = False
7   VertScrollBar.Visible = False
8   BorderIcons = [biSystemMenu]
9   Caption = #12467#12486#12495#12531#35373#23450
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   PixelsPerInch = 96
22   TextHeight = 12
23   object Panel1: TPanel
24     Left = 0
25     Top = 272
26     Width = 528
27     Height = 55
28     Align = alBottom
29     BevelOuter = bvNone
30     TabOrder = 1
31     object HandleLabel: TLabel
32       Left = 8
33       Top = 4
34       Width = 58
35       Height = 12
36       Caption = #12495#12531#12489#12523'(&H)'
37       FocusControl = HandleEdit
38     end
39     object MailLabel: TLabel
40       Left = 8
41       Top = 28
42       Width = 50
43       Height = 12
44       Caption = #12513#12540#12523'(&M)'
45       FocusControl = MailEdit
46     end
47     object Panel2: TPanel
48       Left = 344
49       Top = 0
50       Width = 184
51       Height = 55
52       Align = alRight
53       BevelOuter = bvNone
54       TabOrder = 0
55       object StatusBar1: TStatusBar
56         Left = 0
57         Top = 34
58         Width = 184
59         Height = 21
60         Panels = <
61           item
62             Bevel = pbNone
63             Width = 0
64           end>
65         SimplePanel = False
66       end
67       object OKButton: TButton
68         Left = 0
69         Top = 24
70         Width = 85
71         Height = 21
72         Caption = 'OK'
73         Default = True
74         ModalResult = 1
75         TabOrder = 0
76         OnClick = OKButtonClick
77       end
78       object CancelButton: TButton
79         Left = 92
80         Top = 24
81         Width = 85
82         Height = 21
83         Cancel = True
84         Caption = #12461#12515#12531#12475#12523
85         ModalResult = 2
86         TabOrder = 1
87       end
88     end
89     object HandleEdit: TEdit
90       Left = 72
91       Top = 0
92       Width = 121
93       Height = 20
94       TabOrder = 1
95     end
96     object MailEdit: TEdit
97       Left = 72
98       Top = 24
99       Width = 121
100       Height = 20
101       TabOrder = 2
102     end
103     object ApplyButton: TButton
104       Left = 200
105       Top = 24
106       Width = 85
107       Height = 21
108       Caption = #36969#29992'(&A)'
109       TabOrder = 3
110       OnClick = ApplyButtonClick
111     end
112   end
113   object Panel3: TPanel
114     Left = 0
115     Top = 0
116     Width = 528
117     Height = 272
118     Align = alClient
119     BevelOuter = bvNone
120     BorderWidth = 4
121     TabOrder = 0
122     object KotehanListView: TListView
123       Left = 4
124       Top = 53
125       Width = 520
126       Height = 215
127       Align = alClient
128       Columns = <
129         item
130           Caption = #26495
131           Width = 140
132         end
133         item
134           Caption = #21517#21069#65288#12495#12531#12489#12523')'
135           Width = 160
136         end
137         item
138           Caption = #12513#12540#12523
139           Width = 160
140         end>
141       ColumnClick = False
142       HideSelection = False
143       MultiSelect = True
144       ReadOnly = True
145       RowSelect = True
146       TabOrder = 1
147       ViewStyle = vsReport
148       OnChange = KotehanListViewChange
149     end
150     object Panel4: TPanel
151       Left = 4
152       Top = 4
153       Width = 520
154       Height = 49
155       Align = alTop
156       BevelOuter = bvNone
157       TabOrder = 0
158       object Label1: TLabel
159         Left = 4
160         Top = 8
161         Width = 40
162         Height = 12
163         Caption = #34920#31034'(&V)'
164         FocusControl = ViewComboBox
165       end
166       object Label2: TLabel
167         Left = 4
168         Top = 32
169         Width = 85
170         Height = 12
171         Caption = #12467#12486#12495#12531#12522#12473#12488'(&L)'
172         FocusControl = KotehanListView
173       end
174       object ViewComboBox: TComboBox
175         Left = 52
176         Top = 4
177         Width = 189
178         Height = 20
179         Style = csDropDownList
180         ItemHeight = 12
181         TabOrder = 0
182         OnChange = ViewComboBoxChange
183       end
184     end
185   end
186 end