📄 unit_sell.~pas
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -