| Class TSubImageDialog (unit FmSubImg) |
TForm
Imports ShowExtension
| Constructors |
constructor Create(SubImages: TList);| Functions |
procedure CancelBtnClick(Sender: TObject);
procedure ExtensionsButtonClick(Sender: TObject);
procedure InterlacedBoxClick(Sender: TObject);
procedure OKBtnClick(Sender: TObject);
procedure TabSetChange(Sender: TObject; NewTab: Integer;
var AllowChange: Boolean);
procedure ShowSubImage(SubImage: TGifSubImage);| Properties |
| Events |
| Variables |
BitsPerPixelEdit : TSpinEdit;
CancelBtn : TButton;
ExtensionsButton : TButton;
GroupBox1 : TGroupBox;
HasLocalColormapBox : TCheckBox;
HeightEdit : TSpinEdit;
Image : TImage;
InterlacedBox : TCheckBox;
Label1 : TLabel;
Label2 : TLabel;
Label3 : TLabel;
Label4 : TLabel;
Label5 : TLabel;
Label6 : TLabel;
Label8 : TLabel;
LeftEdit : TSpinEdit;
NoColorsEdit : TSpinEdit;
OKBtn : TButton;
PackedFieldsEdit : TSpinEdit;
TabSet : TTabSet;
TopEdit : TSpinEdit;
TransparentBox : TCheckBox;
WidthEdit : TSpinEdit;
FCurrentSubImage : TGifSubImage;
FSubImages : TList;| Constructors |
constructor Create(SubImages: TList);Public declarations
| Functions |
procedure CancelBtnClick(Sender: TObject);TSubImageDialog.OKBtnClick
procedure ExtensionsButtonClick(Sender: TObject);TSubImageDialog.CancelBtnClick
procedure InterlacedBoxClick(Sender: TObject);TSubImageDialog.ShowSubImage
procedure OKBtnClick(Sender: TObject);TSubImageDialog.TabSetChange
procedure TabSetChange(Sender: TObject; NewTab: Integer;
var AllowChange: Boolean);TSubImageDialog.InterlacedBoxClick
procedure ShowSubImage(SubImage: TGifSubImage);TSubImageDialog.Create
| Properties |
| Events |
| Variables |
BitsPerPixelEdit : TSpinEdit;
CancelBtn : TButton;
ExtensionsButton : TButton;
GroupBox1 : TGroupBox;
HasLocalColormapBox : TCheckBox;
HeightEdit : TSpinEdit;
Image : TImage;
InterlacedBox : TCheckBox;
Label1 : TLabel;
Label2 : TLabel;
Label3 : TLabel;
Label4 : TLabel;
Label5 : TLabel;
Label6 : TLabel;
Label8 : TLabel;
LeftEdit : TSpinEdit;
NoColorsEdit : TSpinEdit;
OKBtn : TButton;
PackedFieldsEdit : TSpinEdit;
TabSet : TTabSet;
TopEdit : TSpinEdit;
TransparentBox : TCheckBox;
WidthEdit : TSpinEdit;
FCurrentSubImage : TGifSubImage;
FSubImages : TList;Private declarations