UMerg.dfm
上传用户:raido2005
上传日期:2022-06-22
资源大小:5044k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 272
  3.   Top = 211
  4.   Width = 606
  5.   Height = 403
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDefault
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 113
  23.     Height = 369
  24.     Align = alLeft
  25.     TabOrder = 0
  26.     object Bevel1: TBevel
  27.       Left = 5
  28.       Top = 36
  29.       Width = 102
  30.       Height = 5
  31.       Shape = bsTopLine
  32.     end
  33.     object Button1: TButton
  34.       Left = 7
  35.       Top = 4
  36.       Width = 97
  37.       Height = 25
  38.       Caption = 'Make Template'
  39.       TabOrder = 0
  40.       OnClick = Button1Click
  41.     end
  42.     object CB1: TCheckBox
  43.       Left = 8
  44.       Top = 44
  45.       Width = 97
  46.       Height = 17
  47.       Caption = 'Image 1'
  48.       TabOrder = 1
  49.       OnClick = CB1Click
  50.     end
  51.     object CB2: TCheckBox
  52.       Left = 8
  53.       Top = 64
  54.       Width = 97
  55.       Height = 17
  56.       Caption = 'Image 2'
  57.       TabOrder = 2
  58.       OnClick = CB1Click
  59.     end
  60.     object Button2: TButton
  61.       Left = 7
  62.       Top = 86
  63.       Width = 97
  64.       Height = 25
  65.       Caption = 'Merge'
  66.       TabOrder = 3
  67.       OnClick = Button2Click
  68.     end
  69.   end
  70.   object Player: TShockwaveFlashEx
  71.     Left = 113
  72.     Top = 0
  73.     Width = 485
  74.     Height = 369
  75.     Align = alClient
  76.     TabOrder = 1
  77.     ControlData = {
  78.       6755665500030000203200002326000008000200000000000800020000000000
  79.       080002000000000008000E000000570069006E0064006F00770000000B00FFFF
  80.       0B00FFFF08000A0000004800690067006800000008000200000000000B00FFFF
  81.       080002000000000008000E00000061006C007700610079007300000008001000
  82.       0000530068006F00770041006C006C0000000B0000000B000000080002000000
  83.       0000080002000000000008000200000000000D00000000000000000000000000
  84.       000000000B000100}
  85.   end
  86.   object OD: TOpenPictureDialog
  87.     Filter = 
  88.       'All (*.jpg;*.jpeg;*.bmp)|*.jpg;*.jpeg;*.bmp|JPEG Image File (*.j' +
  89.       'pg)|*.jpg|JPEG Image File (*.jpeg)|*.jpeg|Bitmaps (*.bmp)|*.bmp'
  90.     Left = 220
  91.     Top = 188
  92.   end
  93. end