mainfrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
- object MainForm: TMainForm
- Left = 192
- Top = 107
- Width = 381
- Height = 171
- Caption = 'DLL'#20837#21475#12289#20986#21475#31034#20363
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object lblCount: TLabel
- Left = 152
- Top = 32
- Width = 72
- Height = 17
- Caption = #32447#31243#36816#34892#29366#24577
- end
- object btnLoadLib: TBitBtn
- Left = 24
- Top = 16
- Width = 99
- Height = 23
- Caption = #21152#36733'DLL'
- TabOrder = 0
- OnClick = btnLoadLibClick
- end
- object btnFreeLib: TBitBtn
- Left = 24
- Top = 45
- Width = 99
- Height = 23
- Caption = #37322#25918'DLL'
- TabOrder = 1
- OnClick = btnFreeLibClick
- end
- object BtnCreateThread: TBitBtn
- Left = 24
- Top = 74
- Width = 99
- Height = 23
- Caption = #21019#24314#32447#31243
- TabOrder = 2
- OnClick = BtnCreateThreadClick
- end
- object BtnFreeThread: TBitBtn
- Left = 24
- Top = 104
- Width = 99
- Height = 23
- Caption = #37322#25918#32447#31243
- TabOrder = 3
- OnClick = BtnFreeThreadClick
- end
- end