|
Last change
on this file was 10, checked in by george, 18 years ago |
|
Verze 2.9 a 2.10.
|
-
Property svn:executable
set to
*
|
|
File size:
2.6 KB
|
| Line | |
|---|
| 1 | object InfoWindow: TInfoWindow
|
|---|
| 2 | Left = 184
|
|---|
| 3 | Top = 271
|
|---|
| 4 | Caption = 'Informace'
|
|---|
| 5 | ClientHeight = 243
|
|---|
| 6 | ClientWidth = 792
|
|---|
| 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 | ExplicitWidth = 795
|
|---|
| 31 | DesignSize = (
|
|---|
| 32 | 792
|
|---|
| 33 | 243)
|
|---|
| 34 | object Button2: TButton
|
|---|
| 35 | Left = 633
|
|---|
| 36 | Top = 211
|
|---|
| 37 | Width = 75
|
|---|
| 38 | Height = 25
|
|---|
| 39 | Anchors = [akRight, akBottom]
|
|---|
| 40 | Caption = 'Obnovit'
|
|---|
| 41 | TabOrder = 0
|
|---|
| 42 | OnClick = Button2Click
|
|---|
| 43 | end
|
|---|
| 44 | object Button1: TButton
|
|---|
| 45 | Left = 714
|
|---|
| 46 | Top = 211
|
|---|
| 47 | Width = 75
|
|---|
| 48 | Height = 25
|
|---|
| 49 | Anchors = [akRight, akBottom]
|
|---|
| 50 | Caption = 'Zav'#345#237't'
|
|---|
| 51 | TabOrder = 1
|
|---|
| 52 | OnClick = Button1Click
|
|---|
| 53 | end
|
|---|
| 54 | object ListView1: TListView
|
|---|
| 55 | Left = 4
|
|---|
| 56 | Top = 4
|
|---|
| 57 | Width = 785
|
|---|
| 58 | Height = 201
|
|---|
| 59 | Anchors = [akLeft, akTop, akRight, akBottom]
|
|---|
| 60 | Columns = <
|
|---|
| 61 | item
|
|---|
| 62 | Caption = 'Jm'#233'no'
|
|---|
| 63 | Width = 90
|
|---|
| 64 | end
|
|---|
| 65 | item
|
|---|
| 66 | Caption = 'P'#345'ihl'#225#353'en'#253' u'#382'ivatel'
|
|---|
| 67 | Width = 100
|
|---|
| 68 | end
|
|---|
| 69 | item
|
|---|
| 70 | Caption = 'Popis u'#382'ivatele'
|
|---|
| 71 | Width = 100
|
|---|
| 72 | end
|
|---|
| 73 | item
|
|---|
| 74 | Caption = 'Jm'#233'no po'#269#237'ta'#269'e'
|
|---|
| 75 | Width = 90
|
|---|
| 76 | end
|
|---|
| 77 | item
|
|---|
| 78 | Caption = 'IP adresa'
|
|---|
| 79 | Width = 80
|
|---|
| 80 | end
|
|---|
| 81 | item
|
|---|
| 82 | Caption = 'Stav'
|
|---|
| 83 | end
|
|---|
| 84 | item
|
|---|
| 85 | Caption = 'P'#345#237'tomen'
|
|---|
| 86 | Width = 60
|
|---|
| 87 | end
|
|---|
| 88 | item
|
|---|
| 89 | Caption = 'N'#225'zev aplikace'
|
|---|
| 90 | Width = 110
|
|---|
| 91 | end
|
|---|
| 92 | item
|
|---|
| 93 | Caption = 'Opera'#269'n'#237' syst'#233'm'
|
|---|
| 94 | Width = 100
|
|---|
| 95 | end>
|
|---|
| 96 | ReadOnly = True
|
|---|
| 97 | TabOrder = 2
|
|---|
| 98 | ViewStyle = vsReport
|
|---|
| 99 | end
|
|---|
| 100 | object CheckBox1: TCheckBox
|
|---|
| 101 | Left = 8
|
|---|
| 102 | Top = 215
|
|---|
| 103 | Width = 169
|
|---|
| 104 | Height = 17
|
|---|
| 105 | Anchors = [akLeft, akBottom]
|
|---|
| 106 | Caption = 'Automaticky m'#283'nit v'#253#353'ku okna'
|
|---|
| 107 | TabOrder = 3
|
|---|
| 108 | OnClick = CheckBox1Click
|
|---|
| 109 | end
|
|---|
| 110 | end
|
|---|
| 111 | object Timer1: TTimer
|
|---|
| 112 | Enabled = False
|
|---|
| 113 | Interval = 10000
|
|---|
| 114 | OnTimer = Timer1Timer
|
|---|
| 115 | Left = 16
|
|---|
| 116 | Top = 32
|
|---|
| 117 | end
|
|---|
| 118 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.