📄 print_ok.pas
字号:
unit print_ok;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Mask, ExtCtrls, ComCtrls, Buttons;
type
Tfrm_print_ok = class(TForm)
pc_main: TPageControl;
ts_yj: TTabSheet;
Panel1: TPanel;
Label1: TLabel;
Label2: TLabel;
Shape1: TShape;
Shape2: TShape;
Label3: TLabel;
txt_date: TMaskEdit;
Label4: TLabel;
txt_bh: TEdit;
Label5: TLabel;
txt_fk: TEdit;
Shape3: TShape;
Shape4: TShape;
Shape5: TShape;
Shape6: TShape;
Label6: TLabel;
Label7: TLabel;
Label8: TLabel;
Label9: TLabel;
Shape7: TShape;
Shape8: TShape;
Label10: TLabel;
Label11: TLabel;
Label12: TLabel;
Label13: TLabel;
Label14: TLabel;
Label15: TLabel;
Label16: TLabel;
txt_czr: TEdit;
Label17: TLabel;
Label18: TLabel;
Label19: TLabel;
txt_tel: TEdit;
Label20: TLabel;
txt_addr: TEdit;
lbl_name: TLabel;
lbl_cph: TLabel;
lbl_dw: TLabel;
lbl_cx: TLabel;
lbl_bx: TLabel;
lbl_xx: TLabel;
Label21: TLabel;
pe_op: TPanel;
cmdOK: TBitBtn;
cmdCancel: TBitBtn;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frm_print_ok: Tfrm_print_ok;
implementation
{$R *.DFM}
uses
cl_dj, print;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -