source: trunk/UMainForm.dfm

Last change on this file was 4, checked in by george, 14 years ago
  • Modified: Minor changes.
File size: 2.1 KB
Line 
1object MainForm: TMainForm
2 Left = 0
3 Top = 0
4 Caption = 'MainForm'
5 ClientHeight = 519
6 ClientWidth = 716
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 OldCreateOrder = False
14 OnClose = FormClose
15 OnCreate = FormCreate
16 OnDestroy = FormDestroy
17 DesignSize = (
18 716
19 519)
20 PixelsPerInch = 96
21 TextHeight = 13
22 object Edit1: TEdit
23 Left = 16
24 Top = 491
25 Width = 616
26 Height = 21
27 Anchors = [akLeft, akRight, akBottom]
28 TabOrder = 0
29 Text =
30 '/ip address {:foreach i in=[find] do={:put ("address=".[get $i a' +
31 'ddress]." comment=".[get $i comment]." network=".[get $i network' +
32 '])}}'
33 end
34 object Button1: TButton
35 Left = 638
36 Top = 491
37 Width = 75
38 Height = 25
39 Anchors = [akRight, akBottom]
40 Caption = 'Odeslat'
41 TabOrder = 1
42 OnClick = Button1Click
43 end
44 object PageControl1: TPageControl
45 Left = 8
46 Top = 0
47 Width = 705
48 Height = 485
49 ActivePage = TabSheet1
50 Anchors = [akLeft, akTop, akRight, akBottom]
51 TabOrder = 2
52 object TabSheet1: TTabSheet
53 Caption = 'TabSheet1'
54 object Memo1: TMemo
55 Left = 0
56 Top = 0
57 Width = 697
58 Height = 457
59 Align = alClient
60 Font.Charset = DEFAULT_CHARSET
61 Font.Color = clWindowText
62 Font.Height = -11
63 Font.Name = 'Lucida Console'
64 Font.Style = []
65 ParentFont = False
66 ScrollBars = ssBoth
67 TabOrder = 0
68 end
69 end
70 object TabSheet2: TTabSheet
71 Caption = 'TabSheet2'
72 ImageIndex = 1
73 object Memo2: TMemo
74 Left = 0
75 Top = 0
76 Width = 697
77 Height = 457
78 Align = alClient
79 Font.Charset = DEFAULT_CHARSET
80 Font.Color = clWindowText
81 Font.Height = -11
82 Font.Name = 'Lucida Console'
83 Font.Style = []
84 ParentFont = False
85 ScrollBars = ssBoth
86 TabOrder = 0
87 end
88 end
89 end
90end
Note: See TracBrowser for help on using the repository browser.