⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit_operationaccept_b.pas

📁 delphi开发的中国移动大客户管理系统,后台数据库为oracle
💻 PAS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -