Unit10.dfm
资源名称:HIS.rar [点击查看]
上传用户:fjdqny
上传日期:2016-10-26
资源大小:6299k
文件大小:5k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form10: TForm10
- Left = 256
- Top = 161
- Width = 870
- Height = 501
- Caption = #33647#25151#35843#25320
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 48
- Width = 105
- Height = 33
- AutoSize = False
- Caption = ' '#35831#39046#21333#21495
- end
- object Label2: TLabel
- Left = 16
- Top = 96
- Width = 105
- Height = 33
- AutoSize = False
- Caption = ' '#33647#25151#32534#21495
- end
- object Label3: TLabel
- Left = 16
- Top = 144
- Width = 105
- Height = 33
- AutoSize = False
- Caption = ' '#33647#24211#32534#21495
- end
- object Label4: TLabel
- Left = 16
- Top = 256
- Width = 105
- Height = 33
- AutoSize = False
- Caption = ' '#33647#21697#21517#31216
- end
- object Label5: TLabel
- Left = 16
- Top = 304
- Width = 105
- Height = 33
- AutoSize = False
- Caption = ' '#25968#37327
- end
- object Label6: TLabel
- Left = 16
- Top = 208
- Width = 105
- Height = 33
- AutoSize = False
- Caption = ' '#33647#21697#32534#21495
- end
- object Edit1: TEdit
- Left = 128
- Top = 40
- Width = 121
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 128
- Top = 88
- Width = 121
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 1
- end
- object Edit3: TEdit
- Left = 128
- Top = 136
- Width = 121
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 2
- end
- object Edit4: TEdit
- Left = 128
- Top = 200
- Width = 121
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 3
- end
- object Edit5: TEdit
- Left = 128
- Top = 248
- Width = 121
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 4
- end
- object Button1: TButton
- Left = 48
- Top = 352
- Width = 81
- Height = 49
- Caption = #28155#21152#12299#12299
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 152
- Top = 352
- Width = 81
- Height = 49
- Caption = #21462#28040
- TabOrder = 6
- OnClick = Button2Click
- end
- object DBGrid1: TDBGrid
- Left = 400
- Top = 48
- Width = 377
- Height = 273
- DataSource = DataSource1
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 7
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- Columns = <
- item
- Expanded = False
- FieldName = 'Medno'
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Med'
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Su'
- Visible = True
- end>
- end
- object Edit6: TEdit
- Left = 128
- Top = 296
- Width = 121
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 8
- end
- object Button3: TButton
- Left = 432
- Top = 352
- Width = 89
- Height = 49
- Caption = #30830#23450
- TabOrder = 9
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 560
- Top = 352
- Width = 89
- Height = 49
- Caption = #36864#20986
- TabOrder = 10
- OnClick = Button4Click
- end
- object DataSource1: TDataSource
- DataSet = ADOQuery1
- Left = 296
- Top = 120
- end
- object ADOQuery1: TADOQuery
- Connection = ADOConnection1
- Parameters = <>
- Left = 296
- Top = 80
- end
- object ADOConnection1: TADOConnection
- ConnectionString =
- 'Provider=MSDASQL.1;Persist Security Info=False;Data Source=Local' +
- 'Server'
- LoginPrompt = False
- Provider = 'MSDASQL.1'
- Left = 296
- Top = 40
- end
- end