Last change
on this file was 2, checked in by george, 17 years ago |
Přidáno: Ropracovaná verze 3.0
|
-
Property svn:executable
set to
*
|
File size:
2.6 KB
|
Line | |
---|
1 | object InfoWindow: TInfoWindow
|
---|
2 | Left = 184
|
---|
3 | Top = 271
|
---|
4 | Width = 800
|
---|
5 | Height = 277
|
---|
6 | Caption = 'Informace'
|
---|
7 | Color = clBtnFace
|
---|
8 | Constraints.MinHeight = 115
|
---|
9 | Constraints.MinWidth = 176
|
---|
10 | Font.Charset = DEFAULT_CHARSET
|
---|
11 | Font.Color = clWindowText
|
---|
12 | Font.Height = -11
|
---|
13 | Font.Name = 'MS Sans Serif'
|
---|
14 | Font.Style = []
|
---|
15 | OldCreateOrder = False
|
---|
16 | Position = poScreenCenter
|
---|
17 | OnCreate = FormCreate
|
---|
18 | OnShow = FormShow
|
---|
19 | PixelsPerInch = 96
|
---|
20 | TextHeight = 13
|
---|
21 | object Panel1: TPanel
|
---|
22 | Left = 0
|
---|
23 | Top = 0
|
---|
24 | Width = 792
|
---|
25 | Height = 243
|
---|
26 | Align = alClient
|
---|
27 | BevelOuter = bvNone
|
---|
28 | Caption = 'Panel1'
|
---|
29 | TabOrder = 0
|
---|
30 | DesignSize = (
|
---|
31 | 792
|
---|
32 | 243)
|
---|
33 | object Button2: TButton
|
---|
34 | Left = 633
|
---|
35 | Top = 211
|
---|
36 | Width = 75
|
---|
37 | Height = 25
|
---|
38 | Anchors = [akRight, akBottom]
|
---|
39 | Caption = 'Obnovit'
|
---|
40 | TabOrder = 0
|
---|
41 | OnClick = Button2Click
|
---|
42 | end
|
---|
43 | object Button1: TButton
|
---|
44 | Left = 714
|
---|
45 | Top = 211
|
---|
46 | Width = 75
|
---|
47 | Height = 25
|
---|
48 | Anchors = [akRight, akBottom]
|
---|
49 | Caption = 'Zav'#345#237't'
|
---|
50 | TabOrder = 1
|
---|
51 | OnClick = Button1Click
|
---|
52 | end
|
---|
53 | object ListView1: TListView
|
---|
54 | Left = 4
|
---|
55 | Top = 4
|
---|
56 | Width = 785
|
---|
57 | Height = 201
|
---|
58 | Anchors = [akLeft, akTop, akRight, akBottom]
|
---|
59 | Columns = <
|
---|
60 | item
|
---|
61 | Caption = 'Jm'#233'no'
|
---|
62 | Width = 90
|
---|
63 | end
|
---|
64 | item
|
---|
65 | Caption = 'P'#345'ihl'#225#353'en'#253' u'#382'ivatel'
|
---|
66 | Width = 100
|
---|
67 | end
|
---|
68 | item
|
---|
69 | Caption = 'Popis u'#382'ivatele'
|
---|
70 | Width = 100
|
---|
71 | end
|
---|
72 | item
|
---|
73 | Caption = 'Jm'#233'no po'#269#237'ta'#269'e'
|
---|
74 | Width = 90
|
---|
75 | end
|
---|
76 | item
|
---|
77 | Caption = 'IP adresa'
|
---|
78 | Width = 80
|
---|
79 | end
|
---|
80 | item
|
---|
81 | Caption = 'Stav'
|
---|
82 | end
|
---|
83 | item
|
---|
84 | Caption = 'P'#345#237'tomen'
|
---|
85 | Width = 60
|
---|
86 | end
|
---|
87 | item
|
---|
88 | Caption = 'N'#225'zev aplikace'
|
---|
89 | Width = 110
|
---|
90 | end
|
---|
91 | item
|
---|
92 | Caption = 'Opera'#269'n'#237' syst'#233'm'
|
---|
93 | Width = 100
|
---|
94 | end>
|
---|
95 | ReadOnly = True
|
---|
96 | TabOrder = 2
|
---|
97 | ViewStyle = vsReport
|
---|
98 | end
|
---|
99 | object CheckBox1: TCheckBox
|
---|
100 | Left = 8
|
---|
101 | Top = 215
|
---|
102 | Width = 169
|
---|
103 | Height = 17
|
---|
104 | Anchors = [akLeft, akBottom]
|
---|
105 | Caption = 'Automaticky m'#283'nit v'#253#353'ku okna'
|
---|
106 | TabOrder = 3
|
---|
107 | OnClick = CheckBox1Click
|
---|
108 | end
|
---|
109 | end
|
---|
110 | object Timer1: TTimer
|
---|
111 | Enabled = False
|
---|
112 | Interval = 10000
|
---|
113 | OnTimer = Timer1Timer
|
---|
114 | Left = 16
|
---|
115 | Top = 32
|
---|
116 | end
|
---|
117 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.