UI 및 데이타셋 추가
This commit is contained in:
+30
-3
@@ -4,10 +4,37 @@ interface
|
||||
|
||||
uses
|
||||
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
|
||||
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;
|
||||
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, cxGraphics, dxUIAClasses, cxControls,
|
||||
cxLookAndFeels, cxLookAndFeelPainters, dxSkinsCore, dxSkinBasic,
|
||||
dxSkinDarkroom, dxSkinOffice2016Dark, dxSkinOffice2019Black,
|
||||
dxSkinOffice2019DarkGray, dxSkinOffice2019White, dxSkinVisualStudio2013Dark,
|
||||
cxClasses, dxLayoutContainer, dxLayoutControl, dxLayoutControlAdapters,
|
||||
Vcl.Menus, cxStyles, cxCustomData, cxFilter, cxData, cxDataStorage, cxEdit,
|
||||
cxNavigator, dxDateRanges, dxScrollbarAnnotations, Data.DB, cxDBData,
|
||||
cxGridLevel, cxGridCustomView, cxGridCustomTableView, cxGridTableView,
|
||||
cxGridDBTableView, cxGrid, Vcl.StdCtrls, cxButtons;
|
||||
|
||||
type
|
||||
TForm1 = class(TForm)
|
||||
TfrmMain = class(TForm)
|
||||
lgRoot: TdxLayoutGroup;
|
||||
lcMain: TdxLayoutControl;
|
||||
lgToolbar: TdxLayoutGroup;
|
||||
dxLayoutGroup2: TdxLayoutGroup;
|
||||
lgGrid: TdxLayoutGroup;
|
||||
btnAdd: TcxButton;
|
||||
liAdd: TdxLayoutItem;
|
||||
btnSave: TcxButton;
|
||||
liCancel: TdxLayoutItem;
|
||||
btnDelete: TcxButton;
|
||||
liDelete: TdxLayoutItem;
|
||||
btnCancel: TcxButton;
|
||||
liSave: TdxLayoutItem;
|
||||
cxButton5: TcxButton;
|
||||
dxLayoutItem5: TdxLayoutItem;
|
||||
dbtvEmployee: TcxGridDBTableView;
|
||||
grdEmployeeLevel1: TcxGridLevel;
|
||||
grdEmployee: TcxGrid;
|
||||
liGrid: TdxLayoutItem;
|
||||
private
|
||||
{ Private declarations }
|
||||
public
|
||||
@@ -15,7 +42,7 @@ type
|
||||
end;
|
||||
|
||||
var
|
||||
Form1: TForm1;
|
||||
frmMain: TfrmMain;
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user