-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit1.dfm
131 lines (131 loc) · 2.44 KB
/
Unit1.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
object Form1: TForm1
Left = 849
Top = 243
Width = 964
Height = 679
Caption = 'Biblioteka Pot'#281#380'na'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object ComboBox1: TComboBox
Left = 288
Top = 176
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'Wybierz typ rekordu'
OnChange = ComboBox1Change
end
object ComboBox2: TComboBox
Left = 288
Top = 232
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 1
Text = 'Parametr wyszukiwania'
OnChange = ComboBox2Change
end
object Button1: TButton
Left = 168
Top = 280
Width = 177
Height = 73
Caption = 'Szukaj'
TabOrder = 2
OnClick = Button1Click
end
object Button3: TButton
Left = 744
Top = 496
Width = 75
Height = 25
Caption = 'Usu'#324
Enabled = False
TabOrder = 3
OnClick = Button3Click
end
object Button2: TButton
Left = 632
Top = 496
Width = 75
Height = 25
Caption = 'Wypo'#380'ycz'
Enabled = False
TabOrder = 4
OnClick = Button2Click
end
object Button4: TButton
Left = 520
Top = 496
Width = 75
Height = 25
Caption = 'Poka'#380
Enabled = False
TabOrder = 5
OnClick = Button4Click
end
object Edit1: TEdit
Left = 128
Top = 232
Width = 121
Height = 21
TabOrder = 6
OnChange = Edit1Change
end
object ListBox1: TListBox
Left = 488
Top = 104
Width = 361
Height = 353
ItemHeight = 13
TabOrder = 7
OnClick = ListBox1Click
end
object Button5: TButton
Left = 168
Top = 384
Width = 177
Height = 73
Caption = 'Poka'#380' wszystkie rekordy'
TabOrder = 8
OnClick = Button5Click
end
object Button6: TButton
Left = 64
Top = 552
Width = 201
Height = 57
Caption = 'Ostatnia operacja'
TabOrder = 9
OnClick = Button6Click
end
object Button7: TButton
Left = 584
Top = 544
Width = 177
Height = 57
Caption = 'Dodaj egzemplarz'
TabOrder = 10
OnClick = Button7Click
end
object Button8: TButton
Left = 280
Top = 552
Width = 201
Height = 57
Caption = 'Wyswietl ca'#322#261' histori'#281
TabOrder = 11
OnClick = Button8Click
end
end