V4_1.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 544
- Height = 375
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 12
- object btnCreate: TButton
- Left = 40
- Top = 46
- Width = 166
- Height = 25
- Caption = #21019#24314#19968#20010#26032#25991#26412#25991#20214
- TabOrder = 0
- OnClick = btnCreateClick
- end
- object btnAppend: TButton
- Left = 40
- Top = 90
- Width = 166
- Height = 25
- Caption = #21521#23384#22312#30340#25991#26412#25991#20214#28155#21152#25991#26412
- TabOrder = 1
- OnClick = btnAppendClick
- end
- object btnOpenRead: TButton
- Left = 40
- Top = 134
- Width = 166
- Height = 25
- Caption = #20197#21482#35835#26041#24335#25171#24320#25991#26412#25991#20214
- TabOrder = 2
- OnClick = btnOpenReadClick
- end
- object Memo1: TMemo
- Left = 248
- Top = 40
- Width = 185
- Height = 89
- Lines.Strings = (
- 'Memo1')
- TabOrder = 3
- end
- end