T
thanksall
Unregistered / Unconfirmed
GUEST, unregistred user!
Label7: TLabel;
ComboBoxgraphic: TComboBox;
SpeedButtonerase: TSpeedButton;
ComboBoxpenstyle: TComboBox;
ComboBoxbrushstyle: TComboBox;
SpeedButtonpencolor: TSpeedButton;
SpeedButtonbrushcolor: TSpeedButton;
ColorDialog1: TColorDialog;
Editpenwidth: TEdit;
UpDownpenwidth: TUpDown;
Tdrawingtool=(dtLine,dtRectangle,dtEllipse,dtRoundRect);这里
private
ComboBoxgraphic: TComboBox;
SpeedButtonerase: TSpeedButton;
ComboBoxpenstyle: TComboBox;
ComboBoxbrushstyle: TComboBox;
SpeedButtonpencolor: TSpeedButton;
SpeedButtonbrushcolor: TSpeedButton;
ColorDialog1: TColorDialog;
Editpenwidth: TEdit;
UpDownpenwidth: TUpDown;
Tdrawingtool=(dtLine,dtRectangle,dtEllipse,dtRoundRect);这里
private