Unit1.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 417
  5.   Height = 368
  6.   Caption = #21015#20030#31995#32479#36816#34892#30340#36827#31243
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 48
  18.     Top = 8
  19.     Width = 129
  20.     Height = 25
  21.     Caption = #21015#20030#36827#31243
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object ListBox: TListBox
  26.     Left = 48
  27.     Top = 40
  28.     Width = 305
  29.     Height = 265
  30.     ItemHeight = 13
  31.     TabOrder = 1
  32.   end
  33. end