MainFrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
- object frmMain: TfrmMain
- Left = 192
- Top = 107
- Width = 294
- Height = 235
- Caption = 'INI'#31243#24207
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 84
- Height = 12
- Caption = #24212#29992#31243#24207#21517#31216#65306
- end
- object Label2: TLabel
- Left = 48
- Top = 62
- Width = 60
- Height = 12
- Caption = #21457#24067#24180#20221#65306
- end
- object Label3: TLabel
- Left = 36
- Top = 100
- Width = 72
- Height = 12
- Caption = #26159#21542#27979#35797#29256#65306
- end
- object edtAppName: TEdit
- Left = 109
- Top = 22
- Width = 121
- Height = 20
- TabOrder = 0
- end
- object CHBBeta: TCheckBox
- Left = 109
- Top = 99
- Width = 97
- Height = 17
- TabOrder = 1
- end
- object SEYear: TSpinEdit
- Left = 109
- Top = 60
- Width = 121
- Height = 21
- MaxValue = 0
- MinValue = 0
- TabOrder = 2
- Value = 0
- end
- object btnWirte: TButton
- Left = 96
- Top = 144
- Width = 89
- Height = 25
- Caption = #20889#20837#37197#32622#25968#25454
- TabOrder = 3
- OnClick = btnWirteClick
- end
- end