Develop and Download Open Source Software

Browse CVS Repository

Contents of /gikonavigoeson/gikonavi/Kotehan.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Sat Aug 9 13:51:06 2003 UTC (20 years, 8 months ago) by hi_
Branch: hi
CVS Tags: b49, b48, v1_50_0_581, v1_50_0_580, v1_50_0_587, v1_50_0_586, v1_50_0_595, v1_50_0_572, marged-Bb50, v1_50_0_598, v1_50_0_590, bv1_49_0_564, v1_50_0_593, v1_50_0_596, bv1_49_0_563, v1_50_0_557, b37, v1_50_0_585, v1_49_0_548, v1_50_0_603, c33_4, v1_50_0_582, v1_49_0_540, v1_49_0_542, v1_49_0_545, v1_49_0_544, v1_49_0_547, b47, v1_50_0_604, b34, b35, b36, v1_48_0_530, b33, b44, v1_49_0_554, merged-remodeling, v1_50_0_577, b41, v1_49_0_551, v1_50_0_588, b40, v1_48_0_510, bv1_49_0_565, b43, b50, v1_48_0_535, v1_49_0_552, v1_50_0_574, v1_49_0_553, v1_50_0_584, v_step1, v1_49_0_546, v1_50_0_573, v1_48_0_539, v1_48_0_538, b46, v1_50_0_600, v1_48_0_533, v1_50_0_571, v1_48_0_537, v1_49_2_569, v1_50_0_576, v1_50_2_604, v1_50_0_578, v1_50_0_579, v1_48_0_536, root-of-Bb50, root-of-remodel, v1_50_0_594, v1_49_0_541, v1_50_0_602, v1_50_0_601, v1_50_0_605, v1_50_0_599, v1_50_0_561
Branch point for: remodeling, Bb50, BRANCH_TORA, Bb49, stable
Changes since 1.1: +0 -0 lines
新規作成

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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26