source: client/Delphi/UOptionsForm.dfm

Last change on this file was 41, checked in by george, 15 years ago
  • Přidáno: Zdrojové kódy ukázkového programu pro plnění údajů v Delphi.
File size: 2.2 KB
Line 
1object OptionsForm: TOptionsForm
2 Left = 445
3 Top = 243
4 Width = 427
5 Height = 339
6 Caption = 'Nastaven'#237
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = False
14 OnShow = FormShow
15 DesignSize = (
16 419
17 305)
18 PixelsPerInch = 96
19 TextHeight = 13
20 object Label1: TLabel
21 Left = 8
22 Top = 8
23 Width = 65
24 Height = 13
25 Caption = 'URL statistiky'
26 end
27 object Label2: TLabel
28 Left = 8
29 Top = 48
30 Width = 53
31 Height = 13
32 Caption = 'SQL server'
33 end
34 object Label3: TLabel
35 Left = 8
36 Top = 88
37 Width = 46
38 Height = 13
39 Caption = 'Datab'#225'ze'
40 end
41 object Label4: TLabel
42 Left = 8
43 Top = 128
44 Width = 38
45 Height = 13
46 Caption = 'U'#382'ivatel'
47 end
48 object Label5: TLabel
49 Left = 8
50 Top = 168
51 Width = 27
52 Height = 13
53 Caption = 'Heslo'
54 end
55 object Button1: TButton
56 Left = 336
57 Top = 272
58 Width = 75
59 Height = 25
60 Anchors = [akRight, akBottom]
61 Caption = 'Ok'
62 TabOrder = 0
63 OnClick = Button1Click
64 end
65 object Button2: TButton
66 Left = 256
67 Top = 272
68 Width = 75
69 Height = 25
70 Anchors = [akRight, akBottom]
71 Caption = 'Cancel'
72 TabOrder = 1
73 OnClick = Button2Click
74 end
75 object Edit1: TEdit
76 Left = 8
77 Top = 24
78 Width = 401
79 Height = 21
80 Anchors = [akLeft, akTop, akRight]
81 TabOrder = 2
82 Text = 'Edit1'
83 end
84 object Edit2: TEdit
85 Left = 8
86 Top = 64
87 Width = 401
88 Height = 21
89 Anchors = [akLeft, akTop, akRight]
90 TabOrder = 3
91 Text = 'Edit1'
92 end
93 object Edit3: TEdit
94 Left = 8
95 Top = 104
96 Width = 401
97 Height = 21
98 Anchors = [akLeft, akTop, akRight]
99 TabOrder = 4
100 Text = 'Edit1'
101 end
102 object Edit4: TEdit
103 Left = 8
104 Top = 144
105 Width = 401
106 Height = 21
107 Anchors = [akLeft, akTop, akRight]
108 TabOrder = 5
109 Text = 'Edit1'
110 end
111 object MaskEdit1: TMaskEdit
112 Left = 8
113 Top = 184
114 Width = 401
115 Height = 21
116 Anchors = [akLeft, akTop, akRight]
117 TabOrder = 6
118 Text = 'MaskEdit1'
119 end
120end
Note: See TracBrowser for help on using the repository browser.