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

Delphi/CppBuilder

开发平台:

Delphi

  1. object MainForm: TMainForm
  2.   Left = 192
  3.   Top = 107
  4.   Width = 381
  5.   Height = 171
  6.   Caption = 'DLL'#20837#21475#12289#20986#21475#31034#20363
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object lblCount: TLabel
  18.     Left = 152
  19.     Top = 32
  20.     Width = 72
  21.     Height = 17
  22.     Caption = #32447#31243#36816#34892#29366#24577
  23.   end
  24.   object btnLoadLib: TBitBtn
  25.     Left = 24
  26.     Top = 16
  27.     Width = 99
  28.     Height = 23
  29.     Caption = #21152#36733'DLL'
  30.     TabOrder = 0
  31.     OnClick = btnLoadLibClick
  32.   end
  33.   object btnFreeLib: TBitBtn
  34.     Left = 24
  35.     Top = 45
  36.     Width = 99
  37.     Height = 23
  38.     Caption = #37322#25918'DLL'
  39.     TabOrder = 1
  40.     OnClick = btnFreeLibClick
  41.   end
  42.   object BtnCreateThread: TBitBtn
  43.     Left = 24
  44.     Top = 74
  45.     Width = 99
  46.     Height = 23
  47.     Caption = #21019#24314#32447#31243
  48.     TabOrder = 2
  49.     OnClick = BtnCreateThreadClick
  50.   end
  51.   object BtnFreeThread: TBitBtn
  52.     Left = 24
  53.     Top = 104
  54.     Width = 99
  55.     Height = 23
  56.     Caption = #37322#25918#32447#31243
  57.     TabOrder = 3
  58.     OnClick = BtnFreeThreadClick
  59.   end
  60. end