Unit9.~dfm
资源名称:HIS.rar [点击查看]
上传用户:fjdqny
上传日期:2016-10-26
资源大小:6299k
文件大小:6k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form9: TForm9
- Left = 256
- Top = 136
- Width = 870
- Height = 500
- Caption = #20986#38498#31649#29702
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 24
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 862
- Height = 456
- ActivePage = TabSheet2
- Align = alClient
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = #20986#38498#30331#35760
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- object Label1: TLabel
- Left = 96
- Top = 40
- Width = 97
- Height = 41
- AutoSize = False
- Caption = ' '#30149#20154#32534#21495
- end
- object Label2: TLabel
- Left = 88
- Top = 96
- Width = 105
- Height = 41
- AutoSize = False
- Caption = ' '#20986#38498#26102#38388
- end
- object Label3: TLabel
- Left = 408
- Top = 40
- Width = 57
- Height = 41
- AutoSize = False
- Caption = ' '#22995#21517
- end
- object Label4: TLabel
- Left = 408
- Top = 96
- Width = 97
- Height = 41
- AutoSize = False
- Caption = #24202#20301#32534#21495
- end
- object Edit1: TEdit
- Left = 200
- Top = 32
- Width = 161
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 200
- Top = 88
- Width = 161
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 1
- end
- object Edit3: TEdit
- Left = 472
- Top = 32
- Width = 161
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 2
- end
- object Edit4: TEdit
- Left = 480
- Top = 88
- Width = 161
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 3
- end
- object Button1: TButton
- Left = 224
- Top = 192
- Width = 105
- Height = 57
- Caption = #30830#23450
- TabOrder = 4
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 376
- Top = 192
- Width = 105
- Height = 57
- Caption = #21462#28040
- TabOrder = 5
- OnClick = Button2Click
- end
- end
- object TabSheet2: TTabSheet
- Caption = #36153#29992#27719#24635
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ImageIndex = 1
- ParentFont = False
- object Label5: TLabel
- Left = 56
- Top = 32
- Width = 73
- Height = 33
- AutoSize = False
- Caption = ' '#30149#20154#32534#21495
- end
- object Label6: TLabel
- Left = 304
- Top = 32
- Width = 73
- Height = 33
- AutoSize = False
- Caption = ' '#22995#21517
- end
- object Edit5: TEdit
- Left = 136
- Top = 24
- Width = 105
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 0
- end
- object Edit6: TEdit
- Left = 376
- Top = 24
- Width = 105
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 1
- end
- object Button3: TButton
- Left = 520
- Top = 24
- Width = 89
- Height = 41
- Caption = #30830#23450
- TabOrder = 2
- OnClick = Button3Click
- end
- object DBGrid1: TDBGrid
- Left = 24
- Top = 88
- Width = 537
- Height = 225
- DataSource = DataSource1
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 3
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- Columns = <
- item
- Expanded = False
- FieldName = 'Patno'
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Pat'
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Chaitem'
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Chasum'
- Visible = True
- end>
- end
- object Button4: TButton
- Left = 168
- Top = 336
- Width = 89
- Height = 49
- Caption = #25171#21360
- TabOrder = 4
- end
- object Button5: TButton
- Left = 288
- Top = 336
- Width = 89
- Height = 49
- Caption = #21462#28040
- TabOrder = 5
- OnClick = Button5Click
- end
- end
- end
- object DataSource1: TDataSource
- DataSet = ADOQuery1
- Left = 368
- end
- object ADOQuery1: TADOQuery
- Connection = ADOConnection1
- Parameters = <>
- Left = 320
- end
- object ADOConnection1: TADOConnection
- Connected = True
- ConnectionString =
- 'Provider=MSDASQL.1;Persist Security Info=False;Data Source=Local' +
- 'Server'
- LoginPrompt = False
- Left = 272
- end
- end