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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 215
  3.   Top = 171
  4.   Width = 696
  5.   Height = 515
  6.   Caption = #26597#35810
  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 = 16
  19.     Width = 89
  20.     Height = 13
  21.     Caption = #36873#25321#26597#35810#26041#24335
  22.   end
  23.   object Label2: TLabel
  24.     Left = 48
  25.     Top = 160
  26.     Width = 105
  27.     Height = 13
  28.     Caption = #36755#20837#26597#35810#20869#23481
  29.   end
  30.   object DBGrid1: TDBGrid
  31.     Left = 32
  32.     Top = 240
  33.     Width = 593
  34.     Height = 176
  35.     DataSource = DataSource1
  36.     TabOrder = 0
  37.     TitleFont.Charset = DEFAULT_CHARSET
  38.     TitleFont.Color = clWindowText
  39.     TitleFont.Height = -11
  40.     TitleFont.Name = 'MS Sans Serif'
  41.     TitleFont.Style = []
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 40
  45.     Top = 32
  46.     Width = 433
  47.     Height = 105
  48.     TabOrder = 1
  49.     object RadioButton1: TRadioButton
  50.       Left = 16
  51.       Top = 40
  52.       Width = 113
  53.       Height = 17
  54.       Caption = #23398#21495
  55.       TabOrder = 0
  56.     end
  57.     object RadioButton2: TRadioButton
  58.       Left = 176
  59.       Top = 40
  60.       Width = 113
  61.       Height = 17
  62.       Caption = #22995#21517
  63.       TabOrder = 1
  64.     end
  65.     object RadioButton3: TRadioButton
  66.       Left = 320
  67.       Top = 40
  68.       Width = 97
  69.       Height = 17
  70.       Caption = #29677#32423
  71.       TabOrder = 2
  72.     end
  73.   end
  74.   object Button1: TButton
  75.     Left = 568
  76.     Top = 64
  77.     Width = 75
  78.     Height = 25
  79.     Caption = #36830#25509#25968#25454#24211
  80.     TabOrder = 2
  81.     OnClick = Button1Click
  82.   end
  83.   object Button2: TButton
  84.     Left = 568
  85.     Top = 120
  86.     Width = 75
  87.     Height = 25
  88.     Caption = #36864#20986#26597#35810
  89.     TabOrder = 3
  90.     OnClick = Button2Click
  91.   end
  92.   object Edit1: TEdit
  93.     Left = 168
  94.     Top = 160
  95.     Width = 121
  96.     Height = 21
  97.     TabOrder = 4
  98.   end
  99.   object Button3: TButton
  100.     Left = 72
  101.     Top = 200
  102.     Width = 75
  103.     Height = 25
  104.     Caption = #31934#30830#26597#35810
  105.     TabOrder = 5
  106.     OnClick = Button3Click
  107.   end
  108.   object Button4: TButton
  109.     Left = 200
  110.     Top = 200
  111.     Width = 75
  112.     Height = 25
  113.     Caption = #27169#31946#26597#35810
  114.     TabOrder = 6
  115.     OnClick = Button4Click
  116.   end
  117.   object DataSource1: TDataSource
  118.     DataSet = ADOQuery1
  119.     Left = 176
  120.     Top = 8
  121.   end
  122.   object ADOQuery1: TADOQuery
  123.     ConnectionString = 
  124.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:xiaobai12db1.m' +
  125.       'db;Persist Security Info=False'
  126.     CursorType = ctStatic
  127.     Parameters = <>
  128.     SQL.Strings = (
  129.       'select * from students')
  130.     Left = 248
  131.     Top = 8
  132.   end
  133. end