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

Delphi控件源码

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 253
  3.   Top = 170
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form2'
  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.   FormStyle = fsMDIChild
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   Visible = True
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 56
  21.     Top = 32
  22.     Width = 233
  23.     Height = 41
  24.     AutoSize = False
  25.     Caption = #36873#25321#29992#25143#36523#20221
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -32
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object RadioButton1: TRadioButton
  34.     Left = 360
  35.     Top = 40
  36.     Width = 113
  37.     Height = 17
  38.     Caption = #31649#29702#21592
  39.     TabOrder = 0
  40.   end
  41.   object RadioButton2: TRadioButton
  42.     Left = 360
  43.     Top = 80
  44.     Width = 113
  45.     Height = 17
  46.     Caption = #23398#29983
  47.     TabOrder = 1
  48.   end
  49.   object Button1: TButton
  50.     Left = 152
  51.     Top = 312
  52.     Width = 75
  53.     Height = 25
  54.     Caption = #30830#23450
  55.     TabOrder = 2
  56.   end
  57.   object Button2: TButton
  58.     Left = 320
  59.     Top = 312
  60.     Width = 75
  61.     Height = 25
  62.     Caption = #36864#20986
  63.     TabOrder = 3
  64.   end
  65.   object GroupBox1: TGroupBox
  66.     Left = 176
  67.     Top = 160
  68.     Width = 329
  69.     Height = 113
  70.     Caption = #29992#25143#21517#21644#23494#30721
  71.     TabOrder = 4
  72.     object Label2: TLabel
  73.       Left = 32
  74.       Top = 24
  75.       Width = 36
  76.       Height = 13
  77.       Caption = #29992#25143#21517
  78.     end
  79.     object Label5: TLabel
  80.       Left = 32
  81.       Top = 64
  82.       Width = 33
  83.       Height = 13
  84.       Caption = #23494'   '#30721
  85.     end
  86.     object Edit3: TEdit
  87.       Left = 160
  88.       Top = 24
  89.       Width = 121
  90.       Height = 21
  91.       TabOrder = 0
  92.     end
  93.     object Edit4: TEdit
  94.       Left = 160
  95.       Top = 72
  96.       Width = 121
  97.       Height = 21
  98.       TabOrder = 1
  99.     end
  100.   end
  101.   object ADOConnection1: TADOConnection
  102.     Provider = 'Microsoft.Jet.OLEDB.4.0'
  103.     Left = 48
  104.     Top = 96
  105.   end
  106.   object ADOQuery1: TADOQuery
  107.     Parameters = <>
  108.     Left = 112
  109.     Top = 96
  110.   end
  111. end