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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Form1'
  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.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object btnCreate: TButton
  17.     Left = 40
  18.     Top = 46
  19.     Width = 166
  20.     Height = 25
  21.     Caption = #21019#24314#19968#20010#26032#25991#26412#25991#20214
  22.     TabOrder = 0
  23.     OnClick = btnCreateClick
  24.   end
  25.   object btnAppend: TButton
  26.     Left = 40
  27.     Top = 90
  28.     Width = 166
  29.     Height = 25
  30.     Caption = #21521#23384#22312#30340#25991#26412#25991#20214#28155#21152#25991#26412
  31.     TabOrder = 1
  32.     OnClick = btnAppendClick
  33.   end
  34.   object btnOpenRead: TButton
  35.     Left = 40
  36.     Top = 134
  37.     Width = 166
  38.     Height = 25
  39.     Caption = #20197#21482#35835#26041#24335#25171#24320#25991#26412#25991#20214
  40.     TabOrder = 2
  41.     OnClick = btnOpenReadClick
  42.   end
  43.   object Memo1: TMemo
  44.     Left = 248
  45.     Top = 40
  46.     Width = 185
  47.     Height = 89
  48.     Lines.Strings = (
  49.       'Memo1')
  50.     TabOrder = 3
  51.   end
  52. end