Unit1.dfm
资源名称:xiaobai.rar [点击查看]
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:1k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form1: TForm1
- Left = 220
- Top = 179
- Width = 696
- Height = 480
- Caption = #36873#25321#39068#33394
- 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 = 48
- Top = 64
- Width = 81
- Height = 17
- Caption = #35831#36873#25321#39068#33394
- end
- object GroupBox1: TGroupBox
- Left = 32
- Top = 120
- Width = 209
- Height = 145
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 40
- Top = 32
- Width = 113
- Height = 17
- Caption = #32418#33394
- Color = clBtnFace
- ParentColor = False
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 40
- Top = 64
- Width = 113
- Height = 17
- Caption = #40644#33394
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 40
- Top = 96
- Width = 113
- Height = 17
- Caption = #34013#33394
- TabOrder = 2
- end
- end
- object Button1: TButton
- Left = 64
- Top = 344
- Width = 75
- Height = 25
- Caption = #30830#23450
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 192
- Top = 344
- Width = 75
- Height = 25
- Caption = #36864#20986
- TabOrder = 2
- OnClick = Button2Click
- end
- end