source: trunk/Packages/synapse/source/demo/httpsserv/main.dfm

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 506 bytes
Line 
1object Form1: TForm1
2 Left = 370
3 Top = 255
4 Width = 232
5 Height = 127
6 Caption = 'HTTPServ'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -13
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = True
14 PixelsPerInch = 120
15 TextHeight = 16
16 object Button1: TButton
17 Left = 9
18 Top = 14
19 Width = 192
20 Height = 24
21 Caption = 'Run HTTP Server'
22 TabOrder = 0
23 OnClick = Button1Click
24 end
25end
Note: See TracBrowser for help on using the repository browser.