Unit2.~dfm
资源名称:HIS.rar [点击查看]
上传用户:fjdqny
上传日期:2016-10-26
资源大小:6299k
文件大小:3k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form2: TForm2
- Left = 278
- Top = 196
- Width = 453
- Height = 500
- Caption = #38376#35786#25346#21495
- 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 = 56
- Width = 89
- Height = 41
- AutoSize = False
- Caption = ' '#30149#20154#32534#21495
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 56
- Top = 120
- Width = 89
- Height = 41
- AutoSize = False
- Caption = ' '#22995#21517
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 56
- Top = 184
- Width = 89
- Height = 41
- AutoSize = False
- Caption = ' '#31185#23460
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 56
- Top = 248
- Width = 89
- Height = 41
- AutoSize = False
- Caption = ' '#25346#21495#36153
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 152
- Top = 48
- Width = 177
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 152
- Top = 112
- Width = 177
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 1
- end
- object Edit3: TEdit
- Left = 152
- Top = 176
- Width = 177
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 2
- end
- object Edit4: TEdit
- Left = 152
- Top = 240
- Width = 177
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 3
- end
- object Button1: TButton
- Left = 88
- Top = 320
- Width = 97
- Height = 49
- Caption = #25346#21495
- TabOrder = 4
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 232
- Top = 320
- Width = 97
- Height = 49
- Caption = #21462#28040
- TabOrder = 5
- OnClick = Button2Click
- end
- object ADOConnection1: TADOConnection
- Connected = True
- ConnectionString =
- 'Provider=MSDASQL.1;Persist Security Info=False;Data Source=Local' +
- 'Server'
- LoginPrompt = False
- Left = 376
- Top = 48
- end
- object ADOQuery1: TADOQuery
- Connection = ADOConnection1
- Parameters = <>
- Left = 376
- Top = 88
- end
- object DataSource1: TDataSource
- DataSet = ADOQuery1
- Left = 376
- Top = 136
- end
- end