unit_sell.~pas
来自「it is art gallery manage system:include 」· ~PAS 代码 · 共 56 行
~PAS
56 行
unit Unit_Sell;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Grids, Buttons, Spin;
type
TFrame_Sell = class(TFrame)
Panel5: TPanel;
GroupBox1: TGroupBox;
RadioButton1: TRadioButton;
RadioButton2: TRadioButton;
RadioButton3: TRadioButton;
Notebook1: TNotebook;
Edt_ProQry: TEdit;
ComboBox2: TComboBox;
ComboBox1: TComboBox;
RadioGroup1: TRadioGroup;
SpinEdit1: TSpinEdit;
BitBtn_qry: TBitBtn;
Panel2: TPanel;
BitBtn_new: TBitBtn;
BitBtn_edit: TBitBtn;
BitBtn_del: TBitBtn;
BitBtn_ok: TBitBtn;
BitBtn_cancel: TBitBtn;
Panel1: TPanel;
Panel3: TPanel;
StringGrid1: TStringGrid;
Panel4: TPanel;
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Image1: TImage;
Label5: TLabel;
Label6: TLabel;
Mmo_Des: TMemo;
Edt_Price: TSpinEdit;
ComboBox3: TComboBox;
ComboBox4: TComboBox;
Edit1: TEdit;
private
{ Private declarations }
public
{ Public declarations }
end;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?