-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHMechineSetPage.dfm
163 lines (163 loc) · 3.52 KB
/
HMechineSetPage.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
object MechineSetPage: TMechineSetPage
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = #35774#22791#31867#22411#35774#32622
ClientHeight = 450
ClientWidth = 557
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGridEh1: TDBGridEh
Left = 0
Top = 0
Width = 557
Height = 409
Align = alClient
DataSource = DataSource1
DynProps = <>
TabOrder = 0
Columns = <
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'MMechineId'
Footers = <>
Title.Caption = #20195#30721
Width = 30
end
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'MMechineDesc'
Footers = <>
Title.Caption = #21517#31216
Width = 150
end
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'MBrand'
Footers = <>
Title.Caption = #21697#29260
Width = 60
end
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'MLink'
Footers = <>
Title.Caption = #36830#25509#26041#24335
Width = 80
end
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'MAddress'
Footers = <>
Title.Caption = #38142#25509#22320#22336
Width = 100
end
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'MPort'
Footers = <>
Title.Caption = #31471#21475
Width = 50
end
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'isValid'
Footers = <>
Title.Caption = #26377#25928
Width = 40
end>
object RowDetailData: TRowDetailPanelControlEh
end
end
object Panel1: TPanel
Left = 0
Top = 409
Width = 557
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
ExplicitWidth = 499
object saveBtn: TcxButton
Left = 176
Top = 6
Width = 75
Height = 25
Caption = #20445#23384
ModalResult = 1
TabOrder = 0
OnClick = saveBtnClick
end
object cancelBtn: TcxButton
Left = 288
Top = 6
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 1
OnClick = cancelBtnClick
end
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 64
Top = 72
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
Left = 80
Top = 144
object ClientDataSet1MMechineId: TStringField
FieldName = 'MMechineId'
Size = 10
end
object ClientDataSet1MMechineDesc: TStringField
FieldName = 'MMechineDesc'
Size = 50
end
object ClientDataSet1MLink: TStringField
FieldName = 'MLink'
Size = 8
end
object ClientDataSet1MAddress: TStringField
FieldName = 'MAddress'
Size = 30
end
object ClientDataSet1MPort: TStringField
FieldName = 'MPort'
Size = 10
end
object ClientDataSet1MBrand: TStringField
FieldName = 'MBrand'
Size = 8
end
object ClientDataSet1isValid: TBooleanField
FieldName = 'isValid'
end
end
end