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

扫描程序

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 318
  3.   Top = 144
  4.   Width = 263
  5.   Height = 341
  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.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListBox1: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 255
  22.     Height = 265
  23.     Align = alTop
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 265
  30.     Width = 255
  31.     Height = 42
  32.     Align = alClient
  33.     Caption = 'Panel1'
  34.     TabOrder = 1
  35.     object Button1: TButton
  36.       Left = 40
  37.       Top = 8
  38.       Width = 153
  39.       Height = 25
  40.       Caption = #25195#25551#26412#22320#25509#21475
  41.       TabOrder = 0
  42.       OnClick = Button1Click
  43.     end
  44.   end
  45. end