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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 258
  3.   Top = 144
  4.   Width = 577
  5.   Height = 533
  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 = 56
  18.     Top = 56
  19.     Width = 36
  20.     Height = 13
  21.     Alignment = taCenter
  22.     Caption = #29992#25143#21517
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 56
  32.     Top = 88
  33.     Width = 49
  34.     Height = 13
  35.     Alignment = taCenter
  36.     Caption = #21475#20196
  37.   end
  38.   object Image1: TImage
  39.     Left = 264
  40.     Top = 304
  41.     Width = 273
  42.     Height = 177
  43.   end
  44.   object SpeedButton1: TSpeedButton
  45.     Left = 96
  46.     Top = 440
  47.     Width = 89
  48.     Height = 38
  49.     Flat = True
  50.   end
  51.   object Edit1: TEdit
  52.     Left = 136
  53.     Top = 48
  54.     Width = 185
  55.     Height = 21
  56.     TabOrder = 0
  57.   end
  58.   object Edit2: TEdit
  59.     Left = 136
  60.     Top = 80
  61.     Width = 185
  62.     Height = 21
  63.     PasswordChar = '*'
  64.     TabOrder = 1
  65.   end
  66.   object Button1: TButton
  67.     Left = 88
  68.     Top = 128
  69.     Width = 75
  70.     Height = 25
  71.     Caption = #30830#23450
  72.     TabOrder = 2
  73.   end
  74.   object Button2: TButton
  75.     Left = 192
  76.     Top = 128
  77.     Width = 75
  78.     Height = 25
  79.     Caption = #21462#28040
  80.     TabOrder = 3
  81.   end
  82.   object TMemo
  83.     Left = 80
  84.     Top = 192
  85.     Width = 185
  86.     Height = 89
  87.     TabOrder = 4
  88.   end
  89.   object TRichEdit
  90.     Left = 304
  91.     Top = 192
  92.     Width = 185
  93.     Height = 89
  94.     Font.Charset = GB2312_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     HideScrollBars = False
  100.     ParentFont = False
  101.     TabOrder = 5
  102.   end
  103.   object BitBtn1: TBitBtn
  104.     Left = 96
  105.     Top = 360
  106.     Width = 81
  107.     Height = 41
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clWindowText
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 6
  115.     Kind = bkOK
  116.   end
  117.   object RadioButton1: TRadioButton
  118.     Left = 368
  119.     Top = 72
  120.     Width = 113
  121.     Height = 17
  122.     Caption = #30007
  123.     TabOrder = 7
  124.   end
  125.   object RadioButton2: TRadioButton
  126.     Left = 368
  127.     Top = 120
  128.     Width = 113
  129.     Height = 17
  130.     Caption = #22899
  131.     TabOrder = 8
  132.   end
  133. end