@@ -4,8 +4,8 @@ object MainForm: TMainForm
44 BorderIcons = [biSystemMenu, biMinimize, biHelp]
55 BorderStyle = bsSingle
66 Caption = ' DevExpress Reports Localization Example'
7- ClientHeight = 399
8- ClientWidth = 558
7+ ClientHeight = 111
8+ ClientWidth = 411
99 Color = clBtnFace
1010 Font.Charset = DEFAULT_CHARSET
1111 Font.Color = clWindowText
@@ -14,84 +14,6 @@ object MainForm: TMainForm
1414 Font.Style = []
1515 OnCreate = FormCreate
1616 TextHeight = 15
17- object cxGroupBox2: TcxGroupBox
18- Left = 8
19- Top = 110
20- Caption = ' Example Data Source'
21- TabOrder = 2
22- Height = 277
23- Width = 537
24- object cxGrid1: TcxGrid
25- Left = 16
26- Top = 24
27- Width = 505
28- Height = 241
29- TabOrder = 0
30- DragOpening = False
31- object gvCategories: TcxGridDBTableView
32- DataController.DataSource = DataModule1.dsCategories
33- DataController.KeyFieldNames = ' CategoryID'
34- object gvCategoriesCategoryID: TcxGridDBColumn
35- DataBinding.FieldName = ' CategoryID'
36- end
37- object gvCategoriesCategoryName: TcxGridDBColumn
38- DataBinding.FieldName = ' CategoryName'
39- end
40- object gvCategoriesDescription: TcxGridDBColumn
41- DataBinding.FieldName = ' Description'
42- end
43- end
44- object gvProducts: TcxGridDBTableView
45- DataController.DataSource = DataModule1.dsProducts
46- DataController.DetailKeyFieldNames = ' CategoryID'
47- DataController.KeyFieldNames = ' ProductID'
48- DataController.MasterKeyFieldNames = ' CategoryID'
49- object gvProductsProductID: TcxGridDBColumn
50- DataBinding.FieldName = ' ProductID'
51- end
52- object gvProductsProductName: TcxGridDBColumn
53- DataBinding.FieldName = ' ProductName'
54- Width = 244
55- end
56- object gvProductsSupplierID: TcxGridDBColumn
57- DataBinding.FieldName = ' SupplierID'
58- end
59- object gvProductsCategoryID: TcxGridDBColumn
60- DataBinding.FieldName = ' CategoryID'
61- end
62- object gvProductsQuantityPerUnit: TcxGridDBColumn
63- DataBinding.FieldName = ' QuantityPerUnit'
64- Width = 124
65- end
66- object gvProductsUnitPrice: TcxGridDBColumn
67- DataBinding.FieldName = ' UnitPrice'
68- end
69- object gvProductsUnitsInStock: TcxGridDBColumn
70- DataBinding.FieldName = ' UnitsInStock'
71- end
72- object gvProductsUnitsOnOrder: TcxGridDBColumn
73- DataBinding.FieldName = ' UnitsOnOrder'
74- end
75- object gvProductsReorderLevel: TcxGridDBColumn
76- DataBinding.FieldName = ' ReorderLevel'
77- end
78- object gvProductsDiscontinued: TcxGridDBColumn
79- DataBinding.FieldName = ' Discontinued'
80- Width = 34
81- end
82- object gvProductsEAN13: TcxGridDBColumn
83- DataBinding.FieldName = ' EAN13'
84- Width = 76
85- end
86- end
87- object cxGrid1Level1: TcxGridLevel
88- GridView = gvCategories
89- object cxGrid1Level2: TcxGridLevel
90- GridView = gvProducts
91- end
92- end
93- end
94- end
9517 object cxGroupBox1: TcxGroupBox
9618 Left = 211
9719 Top = 17
0 commit comments