Unit1.dfm
资源名称:xiaobai.rar [点击查看]
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:3k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form1: TForm1
- Left = 219
- Top = 126
- Width = 738
- Height = 533
- Caption = #30331#24405
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 56
- Top = 56
- Width = 36
- Height = 13
- Alignment = taCenter
- Caption = #29992#25143#21517
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 56
- Top = 88
- Width = 24
- Height = 13
- Alignment = taCenter
- Caption = #21475#20196
- end
- object Image1: TImage
- Left = 264
- Top = 304
- Width = 273
- Height = 177
- end
- object SpeedButton1: TSpeedButton
- Left = 96
- Top = 440
- Width = 89
- Height = 38
- Flat = True
- end
- object Edit1: TEdit
- Left = 128
- Top = 48
- Width = 185
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 136
- Top = 80
- Width = 185
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object Button1: TButton
- Left = 88
- Top = 128
- Width = 75
- Height = 25
- Caption = #30830#23450
- TabOrder = 2
- end
- object Button2: TButton
- Left = 192
- Top = 128
- Width = 75
- Height = 25
- Caption = #21462#28040
- TabOrder = 3
- end
- object TMemo
- Left = 80
- Top = 192
- Width = 185
- Height = 89
- TabOrder = 4
- end
- object TRichEdit
- Left = 304
- Top = 192
- Width = 185
- Height = 89
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HideScrollBars = False
- ParentFont = False
- TabOrder = 5
- end
- object BitBtn1: TBitBtn
- Left = 96
- Top = 360
- Width = 81
- Height = 41
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- Kind = bkOK
- end
- object GroupBox1: TGroupBox
- Left = 352
- Top = 56
- Width = 185
- Height = 105
- TabOrder = 7
- object RadioButton1: TRadioButton
- Left = 48
- Top = 24
- Width = 113
- Height = 17
- Caption = 'RadioButton1'
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 48
- Top = 64
- Width = 113
- Height = 17
- Caption = 'RadioButton2'
- TabOrder = 1
- end
- end
- object ListBox1: TListBox
- Left = 576
- Top = 96
- Width = 121
- Height = 97
- ItemHeight = 13
- TabOrder = 8
- end
- object Button3: TButton
- Left = 592
- Top = 264
- Width = 75
- Height = 25
- Caption = #26174#31034
- TabOrder = 9
- OnClick = Button3Click
- end
- end