-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit2.dfm
178 lines (178 loc) · 3.71 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
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
object Form2: TForm2
Left = 551
Top = 353
Caption = #51452#52264' '#52264#47049' '#44288#47532
ClientHeight = 523
ClientWidth = 876
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poDesigned
OnClose = FormClose
TextHeight = 15
object lblKIND: TLabel
Left = 112
Top = 480
Width = 40
Height = 15
Caption = 'lblKIND'
end
object DBGrid1: TDBGrid
Left = 214
Top = 8
Width = 658
Height = 451
DataSource = DataSource1
Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = 'Segoe UI'
TitleFont.Style = []
end
object search: TButton
Left = 8
Top = 175
Width = 201
Height = 41
Caption = #51312#54924
TabOrder = 1
OnClick = searchClick
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 201
Height = 161
Caption = #52264#47049#44288#47532
TabOrder = 2
object Label1: TLabel
Left = 14
Top = 34
Width = 48
Height = 15
Caption = #52264#47049#48264#54840
end
object EditCarNum: TEdit
Left = 68
Top = 31
Width = 121
Height = 23
TabOrder = 0
end
object Button1: TButton
Left = 11
Top = 89
Width = 178
Height = 25
Caption = #51077#52264
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 11
Top = 121
Width = 178
Height = 25
Caption = #52636#52264
TabOrder = 2
OnClick = Button2Click
end
object ComboBox1: TComboBox
Left = 14
Top = 60
Width = 175
Height = 23
TabOrder = 3
Text = #51452#52264#51333#47448
Items.Strings = (
#51068#48152#51452#52264
#51068#51068#51452#52264)
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 271
Width = 201
Height = 186
Caption = #44552#50529#49688#51221
TabOrder = 3
object Label2: TLabel
Left = 12
Top = 20
Width = 60
Height = 15
Caption = '10'#48516#45817#44032#44201
end
object Label3: TLabel
Left = 12
Top = 114
Width = 69
Height = 15
Caption = '1'#51068' '#51452#52264#44032#44201
end
object Label4: TLabel
Left = 11
Top = 70
Width = 96
Height = 15
Caption = #51068#48152#51452#52264#44592#48376#44552#50529
end
object Editminpay: TEdit
Left = 11
Top = 41
Width = 177
Height = 23
TabOrder = 0
Text = '400'
end
object Editdaypay: TEdit
Left = 12
Top = 131
Width = 177
Height = 23
TabOrder = 1
Text = '20000'
end
object normalpay: TEdit
Left = 11
Top = 86
Width = 177
Height = 23
TabOrder = 2
Text = '3000'
end
end
object DataSource1: TDataSource
DataSet = FDQuery1
Left = 504
Top = 192
end
object FDQuery1: TFDQuery
Connection = FDConnection1
SQL.Strings = (
'select * from ledger')
Left = 456
Top = 192
end
object FDPhysMySQLDriverLink1: TFDPhysMySQLDriverLink
VendorLib = 'C:\Users\js22\Desktop\libmariadb.dll'
Left = 456
Top = 224
end
object FDConnection1: TFDConnection
Params.Strings = (
'Database=parkinglot'
'User_Name=root'
'Password=root'
'Server=127.0.0.1'
'DriverID=MySQL')
Connected = True
Left = 504
Top = 224
end
end