gld620_03.pas.svn-base

来自「一个用Delphi开发的ERP软件」· SVN-BASE 代码 · 共 50 行

SVN-BASE
50
字号
unit Gld620_03;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  Bas100_01, StdCtrls, Buttons;

type
  TGld620_03Form = class(TBas100_01Form)
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Label4: TLabel;
    Edit1: TEdit;
    ComboBox1: TComboBox;
    Edit2: TEdit;
    Edit3: TEdit;
    RadioButton1: TRadioButton;
    RadioButton2: TRadioButton;
    ListBox1: TListBox;
    BitBtn1: TBitBtn;
    SpeedButton1: TSpeedButton;
    SpeedButton2: TSpeedButton;
    BitBtn2: TBitBtn;
    BitBtn3: TBitBtn;
    SpeedButton4: TSpeedButton;
    BitBtn4: TBitBtn;
    BitBtn5: TBitBtn;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Gld620_03Form: TGld620_03Form;

implementation

{$R *.DFM}

initialization
  RegisterClass(TGld620_03Form);

finalization
  UnRegisterClass(TGld620_03Form);

end.

⌨️ 快捷键说明

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