-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit2.~dfm
115 lines (115 loc) · 2.52 KB
/
Unit2.~dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
object Form2: TForm2
Left = 664
Top = 77
BorderStyle = bsDialog
Caption = 'Edycja linii'
ClientHeight = 472
ClientWidth = 575
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 64
Top = 0
Width = 144
Height = 13
Caption = 'Wykaz wczytanych predkosci:'
end
object Label5: TLabel
Left = 344
Top = 0
Width = 152
Height = 13
Caption = 'Wykaz wczytanych infopoint'#243'w'
end
object Button1: TButton
Left = 177
Top = 415
Width = 113
Height = 33
Caption = 'Zamknij'
TabOrder = 0
OnClick = Button1Click
end
object ListBox1: TListBox
Left = 8
Top = 16
Width = 273
Height = 385
Style = lbOwnerDrawVariable
ItemHeight = 13
ParentShowHint = False
ShowHint = False
TabOrder = 1
OnClick = ListBox1Click
end
object ListBox2: TListBox
Left = 296
Top = 16
Width = 273
Height = 385
ItemHeight = 13
TabOrder = 2
OnClick = ListBox2Click
end
object Button6: TButton
Left = 305
Top = 417
Width = 113
Height = 33
Caption = 'Zapisz do pliku'
TabOrder = 3
OnClick = Button6Click
end
object SaveDialog1: TSaveDialog
DefaultExt = '.xml'
FileName = 'F:\Kulej\Moje programy\OT\Linie\sdasd'
Filter = '.xml|*.xml'
Left = 456
Top = 536
end
object PopupMenu1: TPopupMenu
Left = 160
Top = 232
object blabl1: TMenuItem
Caption = 'Usu'#324' odcinek'
OnClick = blabl1Click
end
object blele1: TMenuItem
Caption = 'Zmie'#324' Odcinek'
OnClick = blele1Click
end
object Dodajodcinek1: TMenuItem
Caption = 'Dodaj odcinek'
OnClick = Dodajodcinek1Click
end
end
object PopupMenu2: TPopupMenu
Left = 488
Top = 280
object Usupostj1: TMenuItem
Caption = 'Usu'#324' infopoint'
OnClick = Usupostj1Click
end
object Edytujpostj1: TMenuItem
Caption = 'Wstaw infopoint'
OnClick = Edytujpostj1Click
end
object Wstawpostj1: TMenuItem
Caption = 'Wstaw post'#243'j'
OnClick = Wstawpostj1Click
end
object Usupostjje1: TMenuItem
Caption = 'Usu'#324' post'#243'j'
Enabled = False
OnClick = Usupostjje1Click
end
end
end