Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /FormUnit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations) (download)
Sat Sep 17 00:53:17 2016 UTC (7 years, 6 months ago) by yamat0jp
File size: 1317 byte(s)
XEへの移行の問題に取り組みました。SSL接続はやめにしました。自分で改良しないと乗っ取られます。
最初の設定画面がわからない人はそのまま設定ボタンをクリックしてください。ローカルでデバッグするときは:8080のポートをつけ忘れないでください。
1 yamat0jp 7 object Form1: TForm1
2     Left = 271
3     Top = 114
4     Caption = 'Form1'
5     ClientHeight = 235
6     ClientWidth = 399
7     Color = clBtnFace
8     Font.Charset = DEFAULT_CHARSET
9     Font.Color = clWindowText
10     Font.Height = -11
11     Font.Name = 'Tahoma'
12     Font.Style = []
13     OldCreateOrder = False
14     OnCreate = FormCreate
15     PixelsPerInch = 96
16     TextHeight = 13
17     object Label1: TLabel
18     Left = 24
19     Top = 48
20     Width = 28
21     Height = 13
22     Caption = #12509#12540#12488
23     end
24     object ButtonStart: TButton
25     Left = 24
26     Top = 8
27     Width = 75
28     Height = 25
29     Caption = #36215#21205
30     TabOrder = 0
31     OnClick = ButtonStartClick
32     end
33     object ButtonStop: TButton
34     Left = 105
35     Top = 8
36     Width = 75
37     Height = 25
38     Caption = #20572#27490
39     TabOrder = 1
40     OnClick = ButtonStopClick
41     end
42     object EditPort: TEdit
43     Left = 24
44     Top = 67
45     Width = 121
46     Height = 21
47     TabOrder = 2
48     Text = '8080'
49     end
50     object ButtonOpenBrowser: TButton
51     Left = 24
52     Top = 112
53     Width = 107
54     Height = 25
55     Caption = #12502#12521#12454#12470#12434#38283#12367
56     TabOrder = 3
57     OnClick = ButtonOpenBrowserClick
58     end
59     object ApplicationEvents1: TApplicationEvents
60     OnIdle = ApplicationEvents1Idle
61     Left = 288
62     Top = 24
63     end
64     end

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