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

Delphi控件源码

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 215
  3.   Top = 264
  4.   Width = 696
  5.   Height = 480
  6.   Caption = #30331#24405
  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 = 136
  18.     Top = 80
  19.     Width = 48
  20.     Height = 13
  21.     Caption = #29992#25143#36523#20221
  22.   end
  23.   object Label2: TLabel
  24.     Left = 136
  25.     Top = 216
  26.     Width = 24
  27.     Height = 13
  28.     Caption = #23494#30721
  29.   end
  30.   object Label3: TLabel
  31.     Left = 136
  32.     Top = 288
  33.     Width = 72
  34.     Height = 13
  35.     Caption = #25110#65306#20934#32771#35777#21495
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 248
  39.     Top = 64
  40.     Width = 185
  41.     Height = 105
  42.     TabOrder = 0
  43.     object RadioButton1: TRadioButton
  44.       Left = 56
  45.       Top = 24
  46.       Width = 113
  47.       Height = 17
  48.       Caption = #31649#29702#21592
  49.       TabOrder = 0
  50.     end
  51.     object RadioButton2: TRadioButton
  52.       Left = 56
  53.       Top = 72
  54.       Width = 113
  55.       Height = 17
  56.       Caption = #26222#36890#29992#25143
  57.       TabOrder = 1
  58.     end
  59.   end
  60.   object Edit1: TEdit
  61.     Left = 248
  62.     Top = 208
  63.     Width = 121
  64.     Height = 21
  65.     PasswordChar = '*'
  66.     TabOrder = 1
  67.   end
  68.   object Edit2: TEdit
  69.     Left = 248
  70.     Top = 280
  71.     Width = 121
  72.     Height = 21
  73.     TabOrder = 2
  74.   end
  75.   object Button1: TButton
  76.     Left = 176
  77.     Top = 376
  78.     Width = 75
  79.     Height = 25
  80.     Caption = #30830#23450
  81.     TabOrder = 3
  82.     OnClick = Button1Click
  83.   end
  84.   object Button2: TButton
  85.     Left = 320
  86.     Top = 376
  87.     Width = 75
  88.     Height = 25
  89.     Caption = #36864#20986
  90.     TabOrder = 4
  91.     OnClick = Button2Click
  92.   end
  93. end