Unit1.dfm
资源名称:xiaobai.rar [点击查看]
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:2k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form1: TForm1
- Left = 250
- Top = 154
- Width = 572
- Height = 480
- Caption = #30331#24405
- 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 = 64
- Top = 24
- Width = 70
- Height = 13
- Caption = #36873#29992#25143#31867#22411
- end
- object Label2: TLabel
- Left = 80
- Top = 200
- Width = 42
- Height = 13
- Caption = #29992#25143#21517
- end
- object Label3: TLabel
- Left = 80
- Top = 256
- Width = 28
- Height = 13
- Caption = #23494#30721
- end
- object RadioGroup1: TRadioGroup
- Left = 88
- Top = 48
- Width = 185
- Height = 105
- TabOrder = 0
- end
- object RadioButton1: TRadioButton
- Left = 136
- Top = 72
- Width = 113
- Height = 17
- Caption = #31649#29702#21592
- TabOrder = 1
- end
- object RadioButton2: TRadioButton
- Left = 136
- Top = 112
- Width = 113
- Height = 17
- Caption = #23398#29983
- TabOrder = 2
- end
- object Edit1: TEdit
- Left = 168
- Top = 200
- Width = 121
- Height = 21
- TabOrder = 3
- end
- object Edit2: TEdit
- Left = 168
- Top = 248
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 4
- end
- object Button1: TButton
- Left = 80
- Top = 368
- Width = 75
- Height = 25
- Caption = #30331#24405
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 208
- Top = 368
- Width = 75
- Height = 25
- Caption = #27880#20876
- TabOrder = 6
- end
- object DataSource1: TDataSource
- DataSet = ADOQuery1
- Left = 296
- Top = 24
- end
- object ADOQuery1: TADOQuery
- ConnectionString =
- 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:xiaobai18db1.m' +
- 'db;Persist Security Info=False'
- Parameters = <>
- SQL.Strings = (
- 'select * from manager')
- Left = 360
- Top = 72
- end
- object ADOQuery2: TADOQuery
- ConnectionString =
- 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:xiaobai18db1.m' +
- 'db;Persist Security Info=False'
- Parameters = <>
- SQL.Strings = (
- 'select * from students')
- Left = 432
- Top = 80
- end
- object DataSource2: TDataSource
- DataSet = ADOQuery2
- Left = 384
- Top = 24
- end
- end