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

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 380
  3.   Top = 301
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = #21028#26029'E_Mail'#22320#22336#26684#24335#30340#21512#27861#24615#28436#31034
  7.   ClientHeight = 86
  8.   ClientWidth = 317
  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.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 114
  23.     Height = 12
  24.     Caption = #35831#36755#20837#30005#23376#37038#20214#22320#22336':'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -12
  28.     Font.Name = #23435#20307
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 122
  34.     Top = 5
  35.     Width = 183
  36.     Height = 20
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -12
  40.     Font.Name = #23435#20307
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 0
  44.   end
  45.   object Button1: TButton
  46.     Left = 192
  47.     Top = 48
  48.     Width = 113
  49.     Height = 25
  50.     Caption = #26816#27979#22320#22336#21512#27861#24615'(&J)'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -12
  54.     Font.Name = #23435#20307
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 1
  58.     OnClick = Button1Click
  59.   end
  60. end