Unit1.dfm
上传用户:hy6789
上传日期:2021-02-22
资源大小:164k
文件大小:1k
源码类别:

状态条

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 247
  3.   Top = 116
  4.   Width = 408
  5.   Height = 100
  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.   OnCreate = FormCreate
  15.   DesignSize = (
  16.     400
  17.     73)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 64
  22.     Top = 12
  23.     Width = 75
  24.     Height = 25
  25.     Caption = #33258#21160' '#24038'--->'#21491'   '
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object ProgressBar1: TProgressBar
  30.     Left = 64
  31.     Top = 48
  32.     Width = 265
  33.     Height = 9
  34.     Anchors = [akTop, akRight]
  35.     TabOrder = 1
  36.   end
  37.   object Button2: TButton
  38.     Left = 160
  39.     Top = 12
  40.     Width = 75
  41.     Height = 25
  42.     Caption = #21453#25512#36827#24230#26465'  '
  43.     TabOrder = 2
  44.     OnClick = Button2Click
  45.   end
  46.   object Button3: TButton
  47.     Left = 256
  48.     Top = 12
  49.     Width = 75
  50.     Height = 25
  51.     Caption = #27491#25512#36827#24230#26465'  '
  52.     TabOrder = 3
  53.     OnClick = Button3Click
  54.   end
  55. end