object SystemImageListDesigner: TSystemImageListDesigner Left = 289 Top = 194 Width = 535 Height = 366 Caption = 'EasyNSE SystemImageList Designer' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 62 Height = 13 Caption = 'Small Images' end object Label2: TLabel Left = 8 Top = 144 Width = 64 Height = 13 Caption = 'Large Images' end object Label3: TLabel Left = 208 Top = 88 Width = 84 Height = 13 Caption = 'Transparent Color' end object PaintBoxSmallImageTransparentColor: TPaintBox Left = 304 Top = 88 Width = 25 Height = 17 OnClick = PaintBoxSmallImageTransparentColorClick OnPaint = PaintBoxSmallImageTransparentColorPaint end object Label4: TLabel Left = 208 Top = 264 Width = 84 Height = 13 Caption = 'Transparent Color' end object PaintBoxLargeImageTransparentColor: TPaintBox Left = 304 Top = 264 Width = 25 Height = 17 OnClick = PaintBoxLargeImageTransparentColorClick OnPaint = PaintBoxLargeImageTransparentColorPaint end object ButtonAddSmallImages: TButton Left = 8 Top = 88 Width = 57 Height = 25 Caption = 'Add...' TabOrder = 0 OnClick = ButtonAddSmallImagesClick end object ButtonDeleteSmallImages: TButton Left = 72 Top = 88 Width = 57 Height = 25 Caption = 'Delete' TabOrder = 1 end object ButtonAddLargeImages: TButton Left = 8 Top = 256 Width = 57 Height = 25 Caption = 'Add...' TabOrder = 2 OnClick = ButtonAddLargeImagesClick end object ButtonDeleteLargeImages: TButton Left = 72 Top = 256 Width = 57 Height = 25 Caption = 'Delete' TabOrder = 3 end object ScrollBoxSmallImages: TScrollBox Left = 8 Top = 24 Width = 509 Height = 57 HorzScrollBar.Tracking = True VertScrollBar.Visible = False Anchors = [akLeft, akTop, akRight] Color = clWindow ParentColor = False TabOrder = 4 object PaintBoxSmallImages: TPaintBox Left = 0 Top = 0 Width = 345 Height = 33 OnPaint = PaintBoxSmallImagesPaint end end object ScrollBoxLargeImages: TScrollBox Left = 8 Top = 168 Width = 509 Height = 81 HorzScrollBar.Tracking = True VertScrollBar.Visible = False Anchors = [akLeft, akTop, akRight] Color = clWindow ParentColor = False TabOrder = 5 object PaintBoxLargeImages: TPaintBox Left = 0 Top = 0 Width = 345 Height = 40 OnPaint = PaintBoxLargeImagesPaint end end object ButtonClearSmallImages: TButton Left = 136 Top = 88 Width = 57 Height = 25 Caption = 'Clear' TabOrder = 6 OnClick = ButtonClearSmallImagesClick end object ButtonClearLargeImages: TButton Left = 136 Top = 256 Width = 57 Height = 25 Caption = 'Clear' TabOrder = 7 OnClick = ButtonClearLargeImagesClick end object CheckBoxSmallImagesStretch: TCheckBox Left = 32 Top = 120 Width = 153 Height = 17 Caption = 'Stretch to Small Shell Size ' Checked = True State = cbChecked TabOrder = 8 end object CheckBoxLargeImagesStretch: TCheckBox Left = 32 Top = 288 Width = 153 Height = 17 Caption = 'Stretch to Large Shell Size ' Checked = True State = cbChecked TabOrder = 9 end object CheckBoxSmallImageUseImageBitTransparent: TCheckBox Left = 216 Top = 112 Width = 137 Height = 17 Caption = 'Use Bottom Left Pixel' TabOrder = 10 end object CheckBoxLargeImageUseImageBitTransparent: TCheckBox Left = 216 Top = 288 Width = 129 Height = 17 Caption = 'Use Bottom Left Pixel' TabOrder = 11 end object Button1: TButton Left = 360 Top = 88 Width = 153 Height = 25 Caption = 'Stretch Small Icons To Large' TabOrder = 12 end object Button2: TButton Left = 360 Top = 120 Width = 153 Height = 25 Caption = 'Stretch Large Icons To Small' TabOrder = 13 end object OpenPictureDialog1: TOpenPictureDialog Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing] Left = 72 Top = 40 end object ColorDialog1: TColorDialog Ctl3D = True Left = 104 Top = 40 end end