forked from Xevaquor/Dd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MainApplication.dfm
154 lines (154 loc) · 3.21 KB
/
MainApplication.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
object MainForm: TMainForm
Left = 343
Top = 309
Caption = 'Bolek - Ewidencja Tajnych Wsp'#243#322'pracownik'#243'w'
ClientHeight = 488
ClientWidth = 998
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesigned
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
DesignSize = (
998
488)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 11
Width = 35
Height = 13
Caption = 'Szukaj:'
end
object Label2: TLabel
Left = 704
Top = 3
Width = 205
Height = 26
Anchors = [akTop, akRight]
Caption =
'Zbie'#380'no'#347#263' danych z prawdziwymi osobami przypadkowa i niezamierz' +
'ona'
Color = clRed
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = 13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentColor = False
ParentFont = False
WordWrap = True
end
object lvOperatives: TListView
Left = 8
Top = 35
Width = 901
Height = 440
Anchors = [akLeft, akTop, akRight, akBottom]
Columns = <
item
AutoSize = True
Caption = 'Imi'#281
end
item
AutoSize = True
Caption = 'Nazwisko'
end
item
AutoSize = True
Caption = 'Pseudonim'
end
item
AutoSize = True
Caption = 'Data urodzenia'
end
item
Caption = 'Miejsce urodzenia'
end>
ReadOnly = True
RowSelect = True
TabOrder = 4
ViewStyle = vsReport
OnColumnClick = lvOperativesColumnClick
OnCompare = lvOperativesCompare
OnSelectItem = lvOperativesSelectItem
end
object btnDelete: TButton
Left = 915
Top = 98
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Usu'#324
Enabled = False
TabOrder = 3
OnClick = btnDeleteClick
end
object btnAddOperative: TButton
Left = 915
Top = 36
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Dodaj'
TabOrder = 0
OnClick = btnAddOperativeClick
end
object btnEdit: TButton
Left = 915
Top = 67
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Edytuj'
Enabled = False
TabOrder = 1
OnClick = btnEditClick
end
object btnSave: TButton
Left = 915
Top = 450
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Zapisz'
TabOrder = 2
OnClick = btnSaveClick
end
object tbSearchNickName: TWatermarkEdit
Left = 176
Top = 8
Width = 121
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 6
Text = 'watermark'
OnChange = tbSearchNickNameChanged
end
object tbSearchLastName: TWatermarkEdit
Left = 49
Top = 8
Width = 121
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
Text = 'watermark'
OnChange = tbSearchLastNameChanged
end
end