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

Delphi控件源码

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 219
  3.   Top = 180
  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 = 272
  39.     Top = 72
  40.     Width = 185
  41.     Height = 105
  42.     Caption = 'GroupBox1'
  43.     TabOrder = 0
  44.     object RadioButton1: TRadioButton
  45.       Left = 48
  46.       Top = 32
  47.       Width = 113
  48.       Height = 17
  49.       Caption = #26222#36890#29992#25143
  50.       TabOrder = 0
  51.     end
  52.     object RadioButton2: TRadioButton
  53.       Left = 48
  54.       Top = 64
  55.       Width = 113
  56.       Height = 17
  57.       Caption = #31649#29702#21592
  58.       TabOrder = 1
  59.     end
  60.   end
  61.   object Edit1: TEdit
  62.     Left = 288
  63.     Top = 208
  64.     Width = 121
  65.     Height = 21
  66.     PasswordChar = '*'
  67.     TabOrder = 1
  68.   end
  69.   object Edit2: TEdit
  70.     Left = 288
  71.     Top = 280
  72.     Width = 121
  73.     Height = 21
  74.     TabOrder = 2
  75.   end
  76.   object Button1: TButton
  77.     Left = 176
  78.     Top = 376
  79.     Width = 75
  80.     Height = 25
  81.     Caption = #30830#23450
  82.     TabOrder = 3
  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.   end
  92. end