Browse CVS Repository
Contents of /gikonavigoeson/gikonavi/NewBoardURL.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( show annotations)
( download)
Sun Sep 21 03:29:43 2008 UTC
(15 years, 7 months ago)
by h677
Branch: MAIN
CVS Tags: v1_59_0_771, v1_59_0_770, v1_59_0_773, v1_59_0_772, v1_59_0_775, v1_59_0_774, v1_59_0_777, v1_59_0_776, v1_59_0_778, v1_63_1_819, v1_62_0_812, v1_60_0_788, v1_60_0_789, v1_60_0_781, v1_60_0_782, v1_60_0_784, v1_60_0_786, v1_60_0_787, v1_59_1_778, v1_59_0_769, v1_61_0_796, v1_61_0_797, v1_61_0_795, v1_61_0_798, v1_61_0_799, v1_63_0_818, v1_63_0_817, v1_63_0_816, v1_63_0_815, v1_62_0_805, v1_62_0_804, v1_62_0_807, v1_62_0_806, v1_62_0_803, v1_62_0_802, v1_62_0_809, v1_60_0_780, v1_60_0_779, v1_62_0_810, v1_62_0_811, v1_60_0_783, v1_59_2_785, v1_60_1_793, v1_62_1_813, v1_61_0_800, v1_60_0_793, v1_60_0_792, v1_60_0_791, v1_60_0_790, v1_60_2_794, v1_61_1_801, HEAD
Branch point for: Bb62, Bb63, Bb60, Bb61, Bb59
Changes since 1.3: +1 -0 lines
表示位置をDeskTopSenterに変更
| 1 |
object NewBoardURLForm: TNewBoardURLForm |
| 2 |
Left = 382 |
| 3 |
Top = 189 |
| 4 |
BorderStyle = bsDialog |
| 5 |
Caption = #26495#31227#36578#20808#26908#32034 |
| 6 |
ClientHeight = 280 |
| 7 |
ClientWidth = 483 |
| 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 |
FormStyle = fsStayOnTop |
| 15 |
OldCreateOrder = False |
| 16 |
Position = poDesktopCenter |
| 17 |
OnCreate = FormCreate |
| 18 |
PixelsPerInch = 96 |
| 19 |
TextHeight = 12 |
| 20 |
object CategoryLabel: TLabel |
| 21 |
Left = 24 |
| 22 |
Top = 16 |
| 23 |
Width = 53 |
| 24 |
Height = 12 |
| 25 |
Caption = #12459#12486#12468#12522#21517 |
| 26 |
end |
| 27 |
object CategoryComboBox: TComboBox |
| 28 |
Left = 88 |
| 29 |
Top = 13 |
| 30 |
Width = 145 |
| 31 |
Height = 20 |
| 32 |
ItemHeight = 12 |
| 33 |
TabOrder = 0 |
| 34 |
Text = 'CategoryComboBox' |
| 35 |
end |
| 36 |
object SearchButton: TButton |
| 37 |
Left = 256 |
| 38 |
Top = 8 |
| 39 |
Width = 75 |
| 40 |
Height = 25 |
| 41 |
Caption = #26908#32034'(&s)' |
| 42 |
TabOrder = 1 |
| 43 |
OnClick = SearchButtonClick |
| 44 |
end |
| 45 |
object ResultMemo: TMemo |
| 46 |
Left = 24 |
| 47 |
Top = 48 |
| 48 |
Width = 457 |
| 49 |
Height = 225 |
| 50 |
Lines.Strings = ( |
| 51 |
'ResultMemo') |
| 52 |
ScrollBars = ssVertical |
| 53 |
TabOrder = 2 |
| 54 |
end |
| 55 |
object CloseButton: TButton |
| 56 |
Left = 352 |
| 57 |
Top = 8 |
| 58 |
Width = 75 |
| 59 |
Height = 25 |
| 60 |
Caption = #38281#12376#12427 |
| 61 |
ModalResult = 1 |
| 62 |
TabOrder = 3 |
| 63 |
end |
| 64 |
object IdHTTP: TIdHTTP |
| 65 |
MaxLineAction = maException |
| 66 |
AllowCookies = True |
| 67 |
HandleRedirects = True |
| 68 |
ProxyParams.BasicAuthentication = False |
| 69 |
ProxyParams.ProxyPort = 0 |
| 70 |
Request.ContentLength = -1 |
| 71 |
Request.ContentRangeEnd = 0 |
| 72 |
Request.ContentRangeStart = 0 |
| 73 |
Request.Accept = 'text/html, */*' |
| 74 |
Request.BasicAuthentication = False |
| 75 |
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)' |
| 76 |
HTTPOptions = [hoForceEncodeParams] |
| 77 |
OnRedirect = IdHTTPRedirect |
| 78 |
Left = 408 |
| 79 |
Top = 16 |
| 80 |
end |
| 81 |
object IdAntiFreeze: TIdAntiFreeze |
| 82 |
Active = False |
| 83 |
Left = 448 |
| 84 |
Top = 16 |
| 85 |
end |
| 86 |
end |
| |