[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: SplitImageDlg.pas line 37
type TfrmSplitImage = class(TForm) |
||
btnReset: TBitBtn; |
|
|
cbAlpha: TCheckBox; |
|
|
cbBlue: TCheckBox; |
|
|
cbGrayscale: TCheckBox; |
|
|
cbGreen: TCheckBox; |
|
|
cbRed: TCheckBox; |
|
|
cEditIntW: TSpinEdit; |
|
|
csEditIntW: TTrackBar; |
|
|
GroupBox1: TGroupBox; |
|
|
lblAmount: TLabel; |
|
|
btbtnOK: TBitBtn; |
|
|
btbtnCancel: TBitBtn; |
|
|
GroupBox2: TGroupBox; |
|
|
rdbtnRoundSplit: TRadioButton; |
|
|
rdbtnWasteSplit: TRadioButton; |
|
|
Label1: TLabel; |
|
|
procedure FormCreate(); |
|
|
procedure FormDestroy(); |
|
|
procedure FormShow(); |
|
|
procedure FormClose(); |
|
|
procedure xMakeEffect(); |
|
|
public |
||
FSourceBmp: TBitmap32; |
|
|
FProcessedBmp: TBitmap32; |
|
|
FDestBmpPtr: PColor32; |
|
|
FBKColor: TColor32; |
|
|
|
||
|
||
FDestBmp: TBitmap32; |
|
|
function Execute(); |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |