Unit2.~dfm
上传用户:wangli
上传日期:2008-04-19
资源大小:3077k
文件大小:2k
- object Form2: TForm2
- Left = 162
- Top = 163
- Width = 435
- Height = 274
- Caption = 'Form2'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 48
- Width = 24
- Height = 13
- Caption = #26085#26399
- end
- object Label2: TLabel
- Left = 24
- Top = 88
- Width = 24
- Height = 13
- Caption = #26041#24335
- end
- object Label3: TLabel
- Left = 24
- Top = 128
- Width = 24
- Height = 13
- Caption = #37329#39069
- end
- object Label4: TLabel
- Left = 24
- Top = 168
- Width = 24
- Height = 13
- Caption = #35828#26126
- end
- object Edit1: TEdit
- Left = 104
- Top = 48
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object Edit3: TEdit
- Left = 104
- Top = 120
- Width = 121
- Height = 21
- TabOrder = 1
- end
- object Edit4: TEdit
- Left = 104
- Top = 160
- Width = 305
- Height = 21
- TabOrder = 2
- end
- object Button1: TButton
- Left = 72
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Okey'
- Default = True
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 256
- Top = 208
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = Button2Click
- end
- object ComboBox1: TComboBox
- Left = 104
- Top = 80
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 5
- Text = #35831#36873#25321#26041#24335
- Items.Strings = (
- #25903#20986
- #25910#20837
- '')
- end
- end