frmMiniUpdate.dfm
上传用户:youjie821
上传日期:2013-01-27
资源大小:459k
文件大小:2k
源码类别:

PlugIns编程

开发平台:

Delphi

  1. object MiniUpdateForm: TMiniUpdateForm
  2.   Left = 283
  3.   Top = 289
  4.   BorderStyle = bsNone
  5.   Caption = 'MiniUpdateForm'
  6.   ClientHeight = 68
  7.   ClientWidth = 345
  8.   Color = clBtnFace
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object RzPanel4: TRzPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 345
  25.     Height = 68
  26.     Align = alClient
  27.     BorderInner = fsGroove
  28.     BorderOuter = fsGroove
  29.     TabOrder = 0
  30.     object Notebook1: TNotebook
  31.       Left = 4
  32.       Top = 4
  33.       Width = 337
  34.       Height = 60
  35.       Align = alClient
  36.       TabOrder = 0
  37.       OnPageChanged = Notebook1PageChanged
  38.       object TPage
  39.         Left = 0
  40.         Top = 0
  41.         Caption = 'First'
  42.         object pnlFirst: TRzPanel
  43.           Left = 0
  44.           Top = 0
  45.           Width = 337
  46.           Height = 60
  47.           Align = alClient
  48.           BorderOuter = fsNone
  49.           TabOrder = 0
  50.           object lblDownloadTip: TRzLabel
  51.             Left = 16
  52.             Top = 8
  53.             Width = 138
  54.             Height = 12
  55.             Caption = #27491#22312#26816#26597#26159#21542#26377#26032#29256#26412'...'
  56.           end
  57.           object pbDownload: TRzProgressBar
  58.             Left = 16
  59.             Top = 28
  60.             Width = 309
  61.             Height = 18
  62.             BorderWidth = 0
  63.             InteriorOffset = 0
  64.             PartsComplete = 0
  65.             Percent = 0
  66.             TotalParts = 0
  67.           end
  68.         end
  69.       end
  70.       object TPage
  71.         Left = 0
  72.         Top = 0
  73.         Caption = 'Second'
  74.         object pnlSecond: TRzPanel
  75.           Left = 0
  76.           Top = 0
  77.           Width = 337
  78.           Height = 60
  79.           Align = alClient
  80.           BorderOuter = fsNone
  81.           TabOrder = 0
  82.           object RzLabel1: TRzLabel
  83.             Left = 20
  84.             Top = 20
  85.             Width = 192
  86.             Height = 12
  87.             Caption = #26356#26032#23436#27605#65292#27491#22312#37325#26032#21551#21160#31243#24207#12290#12290#12290
  88.           end
  89.         end
  90.       end
  91.     end
  92.   end
  93. end