Unit3.dfm
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form3: TForm3
  2.   Left = 254
  3.   Top = 167
  4.   Width = 580
  5.   Height = 480
  6.   Caption = #27880#20876
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 144
  18.     Top = 56
  19.     Width = 42
  20.     Height = 13
  21.     Caption = #29992#25143#21517
  22.   end
  23.   object Label2: TLabel
  24.     Left = 144
  25.     Top = 112
  26.     Width = 49
  27.     Height = 13
  28.     Caption = #23494#30721
  29.   end
  30.   object Label3: TLabel
  31.     Left = 144
  32.     Top = 184
  33.     Width = 84
  34.     Height = 13
  35.     Caption = #36873#25321#29992#25143#31867#22411
  36.   end
  37.   object Edit1: TEdit
  38.     Left = 264
  39.     Top = 48
  40.     Width = 121
  41.     Height = 21
  42.     TabOrder = 0
  43.   end
  44.   object Edit2: TEdit
  45.     Left = 264
  46.     Top = 112
  47.     Width = 121
  48.     Height = 21
  49.     TabOrder = 1
  50.   end
  51.   object RadioGroup1: TRadioGroup
  52.     Left = 248
  53.     Top = 160
  54.     Width = 185
  55.     Height = 105
  56.     TabOrder = 2
  57.   end
  58.   object RadioButton1: TRadioButton
  59.     Left = 296
  60.     Top = 192
  61.     Width = 113
  62.     Height = 17
  63.     Caption = #31649#29702#21592
  64.     TabOrder = 3
  65.   end
  66.   object RadioButton2: TRadioButton
  67.     Left = 296
  68.     Top = 224
  69.     Width = 113
  70.     Height = 17
  71.     Caption = #23398#29983
  72.     TabOrder = 4
  73.   end
  74.   object Button1: TButton
  75.     Left = 232
  76.     Top = 344
  77.     Width = 75
  78.     Height = 25
  79.     Caption = #25552#20132
  80.     TabOrder = 5
  81.   end
  82. end