Develop and Download Open Source Software

Browse CVS Repository

Annotation of /gikonavigoeson/gikonavi/KuroutSetting.dfm

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


Revision 1.2.2.1 - (hide annotations) (download)
Thu Sep 9 16:20:33 2004 UTC (19 years, 7 months ago) by yoffy
Branch: stable
Changes since 1.2: +0 -0 lines
バタ48にマージ。

1 genyakun 1.1 object KuroutOption: TKuroutOption
2 h677 1.2 Left = 260
3     Top = 167
4 genyakun 1.1 Width = 525
5 h677 1.2 Height = 457
6 genyakun 1.1 Caption = #35443#32048#35373#23450
7     Color = clBtnFace
8     Font.Charset = SHIFTJIS_CHARSET
9     Font.Color = clWindowText
10     Font.Height = -12
11     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
12     Font.Style = []
13     OldCreateOrder = False
14 h677 1.2 Position = poOwnerFormCenter
15 genyakun 1.1 OnCreate = FormCreate
16     PixelsPerInch = 96
17     TextHeight = 12
18     object PageControl1: TPageControl
19     Left = 0
20     Top = 0
21     Width = 517
22     Height = 393
23     ActivePage = TabSheet1
24     TabIndex = 0
25     TabOrder = 0
26     object TabSheet1: TTabSheet
27     Caption = #35443#32048#35373#23450#65297
28     object GroupBox11: TGroupBox
29     Left = 12
30     Top = 8
31     Width = 477
32     Height = 101
33     Caption = #25509#32154#35373#23450
34     TabOrder = 0
35     object Label17: TLabel
36     Left = 12
37     Top = 24
38     Width = 114
39     Height = 12
40     Caption = #21463#20449#12496#12483#12501#12449#12469#12452#12474'(&B)'
41     FocusControl = RecvBufferSize
42     end
43     object Label18: TLabel
44     Left = 188
45     Top = 24
46     Width = 94
47     Height = 12
48     Caption = #65288#12487#12501#12457#12523#12488'=4096'#65289
49     end
50     object RecvBufferSize: TEdit
51     Left = 140
52     Top = 20
53     Width = 41
54     Height = 20
55     MaxLength = 5
56     TabOrder = 0
57     end
58     object ProxyProtocolCheckBox: TCheckBox
59     Left = 12
60     Top = 72
61     Width = 269
62     Height = 17
63     Caption = #12503#12525#12461#12471#25509#32154#12391' HTTP 1.1 '#12434#20351#29992#12377#12427'(&Y)'
64     TabOrder = 2
65     end
66     object ProtocolCheckBox: TCheckBox
67     Left = 12
68     Top = 48
69     Width = 269
70     Height = 17
71     Caption = 'HTTP 1.1 '#12434#20351#29992#12377#12427'(&H)'
72     TabOrder = 1
73     end
74     end
75     object GroupBox13: TGroupBox
76     Left = 12
77     Top = 116
78     Width = 477
79     Height = 113
80     Caption = #26360#12365#36796#12415'time'#12398#25351#23450
81     TabOrder = 1
82     object Label24: TLabel
83     Left = 12
84     Top = 20
85     Width = 388
86     Height = 12
87     Caption = #12371#12398#35373#23450#12399#19978#32026#32773#21521#12369#12391#12377#12290#24847#21619#12364#20998#12363#12425#12394#12356#22580#21512#12399#22793#26356#12375#12394#12356#12391#12367#12384#12373#12356#12290
88     end
89     object Label25: TLabel
90     Left = 12
91     Top = 36
92     Width = 218
93     Height = 12
94     Caption = #38291#36949#12387#12383#35373#23450#12434#34892#12358#12392#12289#21205#20316#12375#12394#12367#12394#12426#12414#12377#12290
95     end
96     object PostTimeLabel: TLabel
97     Left = 12
98     Top = 88
99     Width = 94
100     Height = 12
101     Caption = #12510#12471#12531#26178#21051#12363#12425'(&O)'
102     end
103     object Label27: TLabel
104     Left = 164
105     Top = 88
106     Width = 12
107     Height = 12
108     Caption = #31186
109     end
110     object PostTimeCheckBox: TCheckBox
111     Left = 12
112     Top = 60
113     Width = 389
114     Height = 17
115     Caption = #26360#12365#36796#12415#26178#12395#12510#12471#12531#26178#21051#12434#20351#29992#12377#12427'(&C)'
116     TabOrder = 0
117     end
118     object PostTimeEdit: TEdit
119     Left = 116
120     Top = 84
121     Width = 41
122     Height = 20
123     MaxLength = 4
124     TabOrder = 1
125     end
126     object PutPostTimeRadioButton: TRadioButton
127     Left = 184
128     Top = 84
129     Width = 81
130     Height = 17
131     Caption = #36914#12417#12427'(&P)'
132     TabOrder = 2
133     end
134     object BackPostTimeRadioButton: TRadioButton
135     Left = 268
136     Top = 84
137     Width = 85
138     Height = 17
139     Caption = #36933#12425#12379#12427'(&B)'
140     TabOrder = 3
141     end
142     end
143     end
144     end
145     object OkBotton: TButton
146     Left = 224
147     Top = 400
148     Width = 89
149     Height = 21
150     Caption = 'OK'
151     Default = True
152     ModalResult = 1
153     TabOrder = 1
154     OnClick = OkBottonClick
155     end
156     object CancelBotton: TButton
157     Left = 320
158     Top = 400
159     Width = 89
160     Height = 21
161     Cancel = True
162     Caption = #12461#12515#12531#12475#12523
163     ModalResult = 2
164     TabOrder = 2
165     end
166     object ApplyButton: TButton
167     Left = 416
168     Top = 400
169     Width = 89
170     Height = 21
171     Cancel = True
172     Caption = #36969#29992'(&A)'
173     TabOrder = 3
174 h677 1.2 OnClick = OkBottonClick
175 genyakun 1.1 end
176     end

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