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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 576
  3.   Top = 492
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = #22238#35843#26426#21046#28436#31034#31243#24207
  7.   ClientHeight = 152
  8.   ClientWidth = 440
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListBox1: TListBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 425
  22.     Height = 105
  23.     Font.Charset = GB2312_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = #23435#20307
  27.     Font.Style = []
  28.     ItemHeight = 13
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32.   object Button1: TButton
  33.     Left = 16
  34.     Top = 120
  35.     Width = 401
  36.     Height = 25
  37.     Caption = #33719#21462#31995#32479#24403#21069#27491#22312#36816#34892#30340#25152#26377#31383#20307#30340#26631#39064
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -12
  41.     Font.Name = #23435#20307
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47. end