ufrmGridLineCount.pas
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:1k
- unit ufrmGridLineCount;
- interface
- uses
- Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
- Dialogs, ExtCtrls, cxGraphics, cxControls, cxContainer, cxEdit,
- cxTextEdit, cxMaskEdit, cxDropDownEdit, cxLabel, Menus,
- cxLookAndFeelPainters, StdCtrls, cxButtons;
- type
- TfrmGridLineCount = class(TForm)
- pnl1: TPanel;
- pnl2: TPanel;
- cbRow: TcxComboBox;
- cbCol: TcxComboBox;
- cbBorlder: TcxComboBox;
- lbl1: TcxLabel;
- lbl2: TcxLabel;
- lbl3: TcxLabel;
- btn1: TcxButton;
- btn2: TcxButton;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
- var
- frmGridLineCount: TfrmGridLineCount;
- implementation
- {$R *.dfm}
- end.