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

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmMain: TfrmMain
  2.   Left = 192
  3.   Top = 107
  4.   Width = 294
  5.   Height = 235
  6.   Caption = 'INI'#31243#24207
  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.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 24
  21.     Width = 84
  22.     Height = 12
  23.     Caption = #24212#29992#31243#24207#21517#31216#65306
  24.   end
  25.   object Label2: TLabel
  26.     Left = 48
  27.     Top = 62
  28.     Width = 60
  29.     Height = 12
  30.     Caption = #21457#24067#24180#20221#65306
  31.   end
  32.   object Label3: TLabel
  33.     Left = 36
  34.     Top = 100
  35.     Width = 72
  36.     Height = 12
  37.     Caption = #26159#21542#27979#35797#29256#65306
  38.   end
  39.   object edtAppName: TEdit
  40.     Left = 109
  41.     Top = 22
  42.     Width = 121
  43.     Height = 20
  44.     TabOrder = 0
  45.   end
  46.   object CHBBeta: TCheckBox
  47.     Left = 109
  48.     Top = 99
  49.     Width = 97
  50.     Height = 17
  51.     TabOrder = 1
  52.   end
  53.   object SEYear: TSpinEdit
  54.     Left = 109
  55.     Top = 60
  56.     Width = 121
  57.     Height = 21
  58.     MaxValue = 0
  59.     MinValue = 0
  60.     TabOrder = 2
  61.     Value = 0
  62.   end
  63.   object btnWirte: TButton
  64.     Left = 96
  65.     Top = 144
  66.     Width = 89
  67.     Height = 25
  68.     Caption = #20889#20837#37197#32622#25968#25454
  69.     TabOrder = 3
  70.     OnClick = btnWirteClick
  71.   end
  72. end