source: trunk/Forms/UFormRouterboard.lfm

Last change on this file was 1, checked in by chronos, 4 years ago
  • Added: Initial version.
File size: 1.2 KB
Line 
1object FormRouterboard: TFormRouterboard
2 Left = 776
3 Height = 360
4 Top = 402
5 Width = 480
6 Caption = 'Routerboard'
7 ClientHeight = 360
8 ClientWidth = 480
9 DesignTimePPI = 144
10 LCLVersion = '2.0.2.0'
11 object CheckBoxRouterboard: TCheckBox
12 Left = 154
13 Height = 30
14 Top = 15
15 Width = 133
16 Caption = 'Routerboard'
17 TabOrder = 0
18 end
19 object LabeledEdit1: TLabeledEdit
20 Left = 160
21 Height = 43
22 Top = 48
23 Width = 168
24 EditLabel.Height = 26
25 EditLabel.Width = 58
26 EditLabel.Caption = 'Model:'
27 EditLabel.ParentColor = False
28 LabelPosition = lpLeft
29 TabOrder = 1
30 end
31 object LabeledEdit2: TLabeledEdit
32 Left = 160
33 Height = 43
34 Top = 96
35 Width = 168
36 EditLabel.Height = 26
37 EditLabel.Width = 76
38 EditLabel.Caption = 'Revision:'
39 EditLabel.ParentColor = False
40 LabelPosition = lpLeft
41 TabOrder = 2
42 end
43 object StatusBar1: TStatusBar
44 Left = 0
45 Height = 28
46 Top = 332
47 Width = 480
48 Panels = <>
49 end
50 object ButtonOk: TButton
51 Left = 348
52 Height = 38
53 Top = 9
54 Width = 113
55 Caption = 'OK'
56 TabOrder = 4
57 end
58 object ButtonUpgrade: TButton
59 Left = 348
60 Height = 38
61 Top = 59
62 Width = 113
63 Caption = 'Upgrade'
64 TabOrder = 5
65 end
66end
Note: See TracBrowser for help on using the repository browser.