?? unitprojectoptions.~pas
字號:
unit UnitProjectOptions;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, StdCtrls, ComCtrls, Spin, ExtCtrls;
type
TForm_ProjectOptions = class(TForm)
PageControl1: TPageControl;
TabSheet1: TTabSheet;
TabSheet2: TTabSheet;
ListBox1: TListBox;
Label1: TLabel;
ListBox2: TListBox;
SpeedButton1: TSpeedButton;
SpeedButton2: TSpeedButton;
SpeedButton3: TSpeedButton;
SpeedButton4: TSpeedButton;
Button1: TButton;
Button2: TButton;
TabSheet3: TTabSheet;
TabSheet4: TTabSheet;
TabSheet5: TTabSheet;
Button3: TButton;
Button4: TButton;
Button5: TButton;
Button6: TButton;
GroupBox1: TGroupBox;
RadioButton1: TRadioButton;
RadioButton2: TRadioButton;
RadioButton3: TRadioButton;
Label2: TLabel;
ComboBox1: TComboBox;
Label3: TLabel;
SpinEdit1: TSpinEdit;
Label4: TLabel;
GroupBox2: TGroupBox;
Label5: TLabel;
ComboBox2: TComboBox;
Label6: TLabel;
SpinEdit2: TSpinEdit;
Label7: TLabel;
Panel1: TPanel;
Label8: TLabel;
SpinEdit3: TSpinEdit;
Label9: TLabel;
GroupBox3: TGroupBox;
RadioButton4: TRadioButton;
RadioButton5: TRadioButton;
RadioButton6: TRadioButton;
Label10: TLabel;
Panel2: TPanel;
GroupBox4: TGroupBox;
Label11: TLabel;
RadioButton7: TRadioButton;
RadioButton8: TRadioButton;
RadioButton9: TRadioButton;
Panel3: TPanel;
Button7: TButton;
Button8: TButton;
Button9: TButton;
Button10: TButton;
Button11: TButton;
Button12: TButton;
Button13: TButton;
Button14: TButton;
TabSheet6: TTabSheet;
GroupBox5: TGroupBox;
CheckBox1: TCheckBox;
CheckBox2: TCheckBox;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form_ProjectOptions: TForm_ProjectOptions;
implementation
{$R *.dfm}
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -