-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHCustomerSetPage.dfm
109 lines (109 loc) · 2.25 KB
/
HCustomerSetPage.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
object CustomerSetPage: TCustomerSetPage
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
ClientHeight = 450
ClientWidth = 300
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 Panel1: TPanel
Left = 0
Top = 409
Width = 300
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object saveBtn: TcxButton
Left = 40
Top = 8
Width = 75
Height = 25
Caption = #20445#23384
ModalResult = 1
TabOrder = 0
OnClick = saveBtnClick
end
object cancelBtn: TcxButton
Left = 168
Top = 8
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 1
OnClick = cancelBtnClick
end
end
object DBGridEh1: TDBGridEh
Left = 0
Top = 0
Width = 300
Height = 409
Align = alClient
DataSource = DataSource1
DynProps = <>
TabOrder = 1
Columns = <
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'MCustId'
Footers = <>
Title.Caption = 'ID'
Width = 88
end
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'MCustName'
Footers = <>
Title.Caption = #22995#21517
Width = 130
end
item
CellButtons = <>
DynProps = <>
EditButtons = <>
FieldName = 'isValid'
Footers = <>
Title.Caption = #26377#25928
Width = 40
end>
object RowDetailData: TRowDetailPanelControlEh
end
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
Left = 96
Top = 80
object ClientDataSet1MCustId: TStringField
FieldName = 'MCustId'
Size = 10
end
object ClientDataSet1MCustName: TStringField
FieldName = 'MCustName'
Size = 50
end
object ClientDataSet1isValid: TBooleanField
FieldName = 'isValid'
end
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 104
Top = 160
end
end