source: branches/2/UNetworkTest.dfm

Last change on this file was 1, checked in by george, 16 years ago

Přidáno: Verze 2.10 do vývojové větve 2.

  • Property svn:executable set to *
File size: 2.3 KB
Line 
1object NetworkTest: TNetworkTest
2 Left = 295
3 Top = 207
4 Width = 475
5 Height = 264
6 ActiveControl = ListView1
7 Caption = 'Test s'#237't'#283
8 Color = clBtnFace
9 Constraints.MinHeight = 100
10 Constraints.MinWidth = 420
11 Font.Charset = DEFAULT_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'MS Sans Serif'
15 Font.Style = []
16 OldCreateOrder = False
17 Position = poScreenCenter
18 OnCreate = FormCreate
19 OnShow = FormShow
20 DesignSize = (
21 467
22 230)
23 PixelsPerInch = 96
24 TextHeight = 13
25 object Label1: TLabel
26 Left = 232
27 Top = 204
28 Width = 13
29 Height = 13
30 Anchors = [akLeft, akBottom]
31 Caption = 'ms'
32 end
33 object Button1: TButton
34 Left = 385
35 Top = 199
36 Width = 75
37 Height = 25
38 Anchors = [akRight, akBottom]
39 Caption = 'Zav'#345#237't'
40 TabOrder = 0
41 OnClick = Button1Click
42 end
43 object ListView1: TListView
44 Left = 8
45 Top = 8
46 Width = 450
47 Height = 184
48 Anchors = [akLeft, akTop, akRight, akBottom]
49 Columns = <
50 item
51 Caption = 'Po'#269#237'ta'#269
52 Width = 100
53 end
54 item
55 Caption = 'IP adresa'
56 Width = 90
57 end
58 item
59 Caption = 'Um'#237'st'#283'n'#237
60 Width = 100
61 end
62 item
63 Caption = 'Stav'
64 Width = 80
65 end>
66 ReadOnly = True
67 RowSelect = True
68 TabOrder = 1
69 ViewStyle = vsReport
70 end
71 object Button2: TButton
72 Left = 305
73 Top = 199
74 Width = 75
75 Height = 25
76 Anchors = [akRight, akBottom]
77 Caption = 'Otestovat'
78 TabOrder = 2
79 OnClick = Button2Click
80 end
81 object SpinEdit1: TSpinEdit
82 Left = 160
83 Top = 201
84 Width = 65
85 Height = 22
86 Anchors = [akLeft, akBottom]
87 Increment = 10
88 MaxValue = 10000
89 MinValue = 1
90 TabOrder = 3
91 Value = 1
92 OnChange = SpinEdit1Change
93 end
94 object ComboBox1: TComboBox
95 Left = 8
96 Top = 201
97 Width = 145
98 Height = 21
99 Style = csDropDownList
100 Anchors = [akLeft, akBottom]
101 ItemHeight = 13
102 ItemIndex = 0
103 TabOrder = 4
104 Text = 'Nejd'#367'le'#382'it'#283'j'#353#237
105 OnChange = ComboBox1Change
106 Items.Strings = (
107 'Nejd'#367'le'#382'it'#283'j'#353#237
108 'Po'#269#237'ta'#269'e'
109 'Za'#345#237'zen'#237
110 'V'#353'echny')
111 end
112end
Note: See TracBrowser for help on using the repository browser.