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

Delphi控件源码

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 323
  3.   Top = 143
  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.   OldCreateOrder = False
  14.   Position = poDefault
  15.   Visible = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 56
  20.     Top = 32
  21.     Width = 233
  22.     Height = 41
  23.     AutoSize = False
  24.     Caption = #36873#25321#29992#25143#36523#20221
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -32
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object RadioButton1: TRadioButton
  33.     Left = 360
  34.     Top = 40
  35.     Width = 113
  36.     Height = 17
  37.     Caption = #31649#29702#21592
  38.     TabOrder = 0
  39.   end
  40.   object RadioButton2: TRadioButton
  41.     Left = 360
  42.     Top = 80
  43.     Width = 113
  44.     Height = 17
  45.     Caption = #23398#29983
  46.     TabOrder = 1
  47.   end
  48.   object Button1: TButton
  49.     Left = 248
  50.     Top = 320
  51.     Width = 75
  52.     Height = 25
  53.     Caption = #30830#23450
  54.     TabOrder = 2
  55.     OnClick = Button1Click
  56.   end
  57.   object GroupBox1: TGroupBox
  58.     Left = 176
  59.     Top = 160
  60.     Width = 329
  61.     Height = 113
  62.     Caption = #29992#25143#21517#21644#23494#30721
  63.     TabOrder = 3
  64.     object Label2: TLabel
  65.       Left = 32
  66.       Top = 24
  67.       Width = 36
  68.       Height = 13
  69.       Caption = #29992#25143#21517
  70.     end
  71.     object Label5: TLabel
  72.       Left = 32
  73.       Top = 64
  74.       Width = 33
  75.       Height = 13
  76.       Caption = #23494'   '#30721
  77.     end
  78.     object Edit3: TEdit
  79.       Left = 160
  80.       Top = 24
  81.       Width = 121
  82.       Height = 21
  83.       TabOrder = 0
  84.     end
  85.     object MaskEdit1: TMaskEdit
  86.       Left = 160
  87.       Top = 72
  88.       Width = 121
  89.       Height = 21
  90.       TabOrder = 1
  91.     end
  92.   end
  93.   object ADOQuery1: TADOQuery
  94.     Active = True
  95.     ConnectionString = 
  96.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:Delphi0228manag' +
  97.       'er.mdb;Persist Security Info=False'
  98.     CursorType = ctStatic
  99.     Parameters = <>
  100.     SQL.Strings = (
  101.       'select * from manager')
  102.     Left = 112
  103.     Top = 96
  104.   end
  105.   object DataSource1: TDataSource
  106.     DataSet = ADOQuery1
  107.     Left = 56
  108.     Top = 96
  109.   end
  110.   object DataSource2: TDataSource
  111.     DataSet = ADOQuery2
  112.     Left = 56
  113.     Top = 144
  114.   end
  115.   object ADOQuery2: TADOQuery
  116.     ConnectionString = 
  117.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:Delphi0228stude' +
  118.       'nt.mdb;Persist Security Info=False'
  119.     Parameters = <>
  120.     Left = 112
  121.     Top = 144
  122.   end
  123. end