Unit1.~dfm
资源名称:jindutiao.rar [点击查看]
上传用户:hy6789
上传日期:2021-02-22
资源大小:164k
文件大小:1k
源码类别:
状态条
开发平台:
Delphi
- object Form1: TForm1
- Left = 247
- Top = 116
- Width = 408
- Height = 187
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- DesignSize = (
- 400
- 160)
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 64
- Top = 12
- Width = 75
- Height = 25
- Caption = #33258#21160' '#24038'--->'#21491' '
- TabOrder = 0
- OnClick = Button1Click
- end
- object ProgressBar1: TProgressBar
- Left = 64
- Top = 64
- Width = 265
- Height = 9
- Anchors = [akTop, akRight]
- TabOrder = 1
- end
- object Button2: TButton
- Left = 160
- Top = 12
- Width = 75
- Height = 25
- Caption = #21453#25512#36827#24230#26465' '
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 256
- Top = 12
- Width = 75
- Height = 25
- Caption = #27491#25512#36827#24230#26465' '
- TabOrder = 3
- OnClick = Button3Click
- end
- end