home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / graphics32 / Examples / Clx / ImgView_Layers_Ex / RGBALoaderUnit.dfm / RGBALoaderUnit.txt
Encoding:
Text File  |  2004-07-14  |  4.4 KB  |  217 lines

  1. object RGBALoaderForm: TRGBALoaderForm
  2.   Left = 200
  3.   Top = 138
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Bitmap Layer with Alpha Channel'
  6.   ClientHeight = 367
  7.   ClientWidth = 412
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 412
  22.     Height = 2
  23.     Align = alTop
  24.     Shape = bsTopLine
  25.   end
  26.   object Label2: TLabel
  27.     Left = 24
  28.     Top = 83
  29.     Width = 57
  30.     Height = 13
  31.     Caption = 'RGB Image:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 216
  35.     Top = 83
  36.     Width = 64
  37.     Height = 13
  38.     Caption = 'Alpha Image:'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 24
  42.     Top = 294
  43.     Width = 323
  44.     Height = 13
  45.     Caption = 
  46.       'If the images have different sizes, the alpha image will be resc' +
  47.       'aled.'
  48.   end
  49.   object SpeedButton1: TSpeedButton
  50.     Left = 148
  51.     Top = 80
  52.     Width = 21
  53.     Height = 21
  54.     Caption = '+'
  55.     Flat = True
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -21
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     Layout = blGlyphBottom
  62.     ParentFont = False
  63.     OnClick = SpeedButton1Click
  64.   end
  65.   object SpeedButton2: TSpeedButton
  66.     Left = 170
  67.     Top = 80
  68.     Width = 21
  69.     Height = 21
  70.     Caption = '-'
  71.     Flat = True
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -27
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     Layout = blGlyphBottom
  78.     ParentFont = False
  79.     OnClick = SpeedButton2Click
  80.   end
  81.   object SpeedButton3: TSpeedButton
  82.     Left = 340
  83.     Top = 80
  84.     Width = 21
  85.     Height = 21
  86.     Caption = '+'
  87.     Flat = True
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -21
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     Layout = blGlyphBottom
  94.     ParentFont = False
  95.     OnClick = SpeedButton3Click
  96.   end
  97.   object SpeedButton4: TSpeedButton
  98.     Left = 362
  99.     Top = 80
  100.     Width = 21
  101.     Height = 21
  102.     Caption = '-'
  103.     Flat = True
  104.     Font.Charset = DEFAULT_CHARSET
  105.     Font.Color = clWindowText
  106.     Font.Height = -27
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     Layout = blGlyphBottom
  110.     ParentFont = False
  111.     OnClick = SpeedButton4Click
  112.   end
  113.   object Panel1: TPanel
  114.     Left = 0
  115.     Top = 2
  116.     Width = 412
  117.     Height = 55
  118.     Align = alTop
  119.     BevelOuter = bvNone
  120.     Color = clWindow
  121.     TabOrder = 0
  122.     object Label1: TLabel
  123.       Left = 16
  124.       Top = 6
  125.       Width = 382
  126.       Height = 39
  127.       Caption = 
  128.         'Load two images, one of them will be used to fill RGB components' +
  129.         ' '#13#10'of the layer, another will be converted to a grayscale image ' +
  130.         'and '#13#10'used as alpha channel'
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clWindowText
  133.       Font.Height = -11
  134.       Font.Name = 'Verdana'
  135.       Font.Style = []
  136.       ParentFont = False
  137.     end
  138.   end
  139.   object ImgRGB: TImgView32
  140.     Left = 24
  141.     Top = 112
  142.     Width = 169
  143.     Height = 169
  144.     Color = clAppWorkSpace
  145.     ParentColor = False
  146.     Scale = 1.000000000000000000
  147.     ScrollBars.Color = clBtnShadow
  148.     ScrollBars.ShowHandleGrip = True
  149.     SizeGrip = sgAuto
  150.     TabOrder = 1
  151.   end
  152.   object Button1: TButton
  153.     Left = 96
  154.     Top = 80
  155.     Width = 49
  156.     Height = 21
  157.     Caption = 'Load...'
  158.     TabOrder = 2
  159.     OnClick = Button1Click
  160.   end
  161.   object ImgAlpha: TImgView32
  162.     Left = 216
  163.     Top = 112
  164.     Width = 169
  165.     Height = 169
  166.     Color = clAppWorkSpace
  167.     ParentColor = False
  168.     Scale = 1.000000000000000000
  169.     ScrollBars.Color = clBtnShadow
  170.     ScrollBars.ShowHandleGrip = True
  171.     SizeGrip = sgAuto
  172.     TabOrder = 3
  173.   end
  174.   object Button2: TButton
  175.     Left = 288
  176.     Top = 80
  177.     Width = 49
  178.     Height = 21
  179.     Caption = 'Load...'
  180.     TabOrder = 4
  181.     OnClick = Button2Click
  182.   end
  183.   object Button3: TButton
  184.     Left = 232
  185.     Top = 328
  186.     Width = 75
  187.     Height = 21
  188.     Caption = 'OK'
  189.     Default = True
  190.     ModalResult = 1
  191.     TabOrder = 5
  192.   end
  193.   object Button4: TButton
  194.     Left = 312
  195.     Top = 328
  196.     Width = 75
  197.     Height = 21
  198.     Cancel = True
  199.     Caption = 'Cancel'
  200.     ModalResult = 2
  201.     TabOrder = 6
  202.   end
  203.   object Button5: TButton
  204.     Left = 24
  205.     Top = 328
  206.     Width = 75
  207.     Height = 21
  208.     Caption = 'Reset Scales'
  209.     TabOrder = 7
  210.     OnClick = Button5Click
  211.   end
  212.   object OpenPictureDialog: TOpenPictureDialog
  213.     Left = 192
  214.     Top = 56
  215.   end
  216. end
  217.