Unit1.~dfm
资源名称:xiaobai.rar [点击查看]
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:3k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form1: TForm1
- Left = 215
- Top = 171
- Width = 696
- Height = 515
- Caption = #26597#35810
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 56
- Top = 16
- Width = 89
- Height = 13
- Caption = #36873#25321#26597#35810#26041#24335
- end
- object Label2: TLabel
- Left = 48
- Top = 160
- Width = 105
- Height = 13
- Caption = #36755#20837#26597#35810#20869#23481
- end
- object DBGrid1: TDBGrid
- Left = 32
- Top = 240
- Width = 593
- Height = 176
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object GroupBox1: TGroupBox
- Left = 40
- Top = 32
- Width = 433
- Height = 105
- TabOrder = 1
- object RadioButton1: TRadioButton
- Left = 16
- Top = 40
- Width = 113
- Height = 17
- Caption = #23398#21495
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 176
- Top = 40
- Width = 113
- Height = 17
- Caption = #22995#21517
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 320
- Top = 40
- Width = 97
- Height = 17
- Caption = #29677#32423
- TabOrder = 2
- end
- end
- object Button1: TButton
- Left = 568
- Top = 64
- Width = 75
- Height = 25
- Caption = #36830#25509#25968#25454#24211
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 568
- Top = 120
- Width = 75
- Height = 25
- Caption = #36864#20986#26597#35810
- TabOrder = 3
- OnClick = Button2Click
- end
- object Edit1: TEdit
- Left = 168
- Top = 160
- Width = 121
- Height = 21
- TabOrder = 4
- end
- object Button3: TButton
- Left = 72
- Top = 200
- Width = 75
- Height = 25
- Caption = #31934#30830#26597#35810
- TabOrder = 5
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 200
- Top = 200
- Width = 75
- Height = 25
- Caption = #27169#31946#26597#35810
- TabOrder = 6
- OnClick = Button4Click
- end
- object DataSource1: TDataSource
- DataSet = ADOQuery1
- Left = 176
- Top = 8
- end
- object ADOQuery1: TADOQuery
- ConnectionString =
- 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:xiaobai12db1.m' +
- 'db;Persist Security Info=False'
- CursorType = ctStatic
- Parameters = <>
- SQL.Strings = (
- 'select * from students')
- Left = 248
- Top = 8
- end
- end