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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 250
  3.   Top = 154
  4.   Width = 572
  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 = 64
  18.     Top = 24
  19.     Width = 70
  20.     Height = 13
  21.     Caption = #36873#29992#25143#31867#22411
  22.   end
  23.   object Label2: TLabel
  24.     Left = 80
  25.     Top = 200
  26.     Width = 42
  27.     Height = 13
  28.     Caption = #29992#25143#21517
  29.   end
  30.   object Label3: TLabel
  31.     Left = 80
  32.     Top = 256
  33.     Width = 28
  34.     Height = 13
  35.     Caption = #23494#30721
  36.   end
  37.   object RadioGroup1: TRadioGroup
  38.     Left = 88
  39.     Top = 48
  40.     Width = 185
  41.     Height = 105
  42.     TabOrder = 0
  43.   end
  44.   object RadioButton1: TRadioButton
  45.     Left = 136
  46.     Top = 72
  47.     Width = 113
  48.     Height = 17
  49.     Caption = #31649#29702#21592
  50.     TabOrder = 1
  51.   end
  52.   object RadioButton2: TRadioButton
  53.     Left = 136
  54.     Top = 112
  55.     Width = 113
  56.     Height = 17
  57.     Caption = #23398#29983
  58.     TabOrder = 2
  59.   end
  60.   object Edit1: TEdit
  61.     Left = 168
  62.     Top = 200
  63.     Width = 121
  64.     Height = 21
  65.     TabOrder = 3
  66.   end
  67.   object Edit2: TEdit
  68.     Left = 168
  69.     Top = 248
  70.     Width = 121
  71.     Height = 21
  72.     PasswordChar = '*'
  73.     TabOrder = 4
  74.   end
  75.   object Button1: TButton
  76.     Left = 80
  77.     Top = 368
  78.     Width = 75
  79.     Height = 25
  80.     Caption = #30331#24405
  81.     TabOrder = 5
  82.     OnClick = Button1Click
  83.   end
  84.   object Button2: TButton
  85.     Left = 208
  86.     Top = 368
  87.     Width = 75
  88.     Height = 25
  89.     Caption = #27880#20876
  90.     TabOrder = 6
  91.   end
  92.   object DataSource1: TDataSource
  93.     DataSet = ADOQuery1
  94.     Left = 296
  95.     Top = 24
  96.   end
  97.   object ADOQuery1: TADOQuery
  98.     ConnectionString = 
  99.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:xiaobai18db1.m' +
  100.       'db;Persist Security Info=False'
  101.     Parameters = <>
  102.     SQL.Strings = (
  103.       'select * from manager')
  104.     Left = 360
  105.     Top = 72
  106.   end
  107.   object ADOQuery2: TADOQuery
  108.     ConnectionString = 
  109.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:xiaobai18db1.m' +
  110.       'db;Persist Security Info=False'
  111.     Parameters = <>
  112.     SQL.Strings = (
  113.       'select * from students')
  114.     Left = 432
  115.     Top = 80
  116.   end
  117.   object DataSource2: TDataSource
  118.     DataSet = ADOQuery2
  119.     Left = 384
  120.     Top = 24
  121.   end
  122. end