unit_operationaccept_b.pas

来自「一个不错的源程序DELPHI开发的,功能比较好的客户管理系统」· PAS 代码 · 共 53 行

PAS
53
字号
unit unit_operationaccept_B;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  Unit_custbrowsebase_P, Grids, DBGrids, Buttons, StdCtrls, TFlatEditUnit,
  TFlatComboBoxUnit, ComCtrls, TFlatButtonUnit, ExtCtrls,
  TFlatSpinEditUnit, CheckLst;

type
  Tform_operationaccept_B = class(TForm_custbrowsebase_P)
    Label10: TLabel;
    Label11: TLabel;
    DateTimePicker1: TDateTimePicker;
    DateTimePicker2: TDateTimePicker;
    Label8: TLabel;
    CheckListBox1: TCheckListBox;
    FlatButton5: TFlatButton;
    Label12: TLabel;
    Label13: TLabel;
    co_work: TFlatComboBox;
    co_sex: TFlatComboBox;
    Label23: TLabel;
    Label15: TLabel;
    spi_ZWSCbegin: TFlatSpinEditInteger;
    spi_ZWSCend: TFlatSpinEditInteger;
    Label18: TLabel;
    Label19: TLabel;
    Label20: TLabel;
    Label16: TLabel;
    Label17: TLabel;
    FlatSpinEditInteger1: TFlatSpinEditInteger;
    FlatSpinEditInteger2: TFlatSpinEditInteger;
    DateTimePicker3: TDateTimePicker;
    DateTimePicker4: TDateTimePicker;
    Label21: TLabel;
    co_custpro: TFlatComboBox;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  form_operationaccept_B: Tform_operationaccept_B;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?