Unit26.~dfm
资源名称:HIS.rar [点击查看]
上传用户:fjdqny
上传日期:2016-10-26
资源大小:6299k
文件大小:3k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form26: TForm26
- Left = 274
- Top = 216
- Width = 870
- Height = 500
- Caption = #20303#38498#31649#29702#26597#35810
- 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 = TabSheet1
- Align = alClient
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = #20303#38498#30149#20154#26597#35810
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- object Label1: TLabel
- Left = 112
- Top = 40
- Width = 65
- Height = 25
- AutoSize = False
- Caption = #30149#20154#32534#21495
- end
- object Edit1: TEdit
- Left = 184
- Top = 32
- Width = 121
- Height = 33
- AutoSize = False
- ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
- TabOrder = 0
- end
- object Button1: TButton
- Left = 120
- Top = 96
- Width = 81
- Height = 41
- Caption = #26597#35810
- TabOrder = 1
- end
- object Button2: TButton
- Left = 232
- Top = 96
- Width = 81
- Height = 41
- Caption = #21462#28040
- TabOrder = 2
- end
- object DBGrid1: TDBGrid
- Left = 56
- Top = 168
- Width = 729
- Height = 233
- 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 = 'Entime'
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Extime'
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Fore'
- Visible = True
- end
- item
- Expanded = False
- FieldName = 'Bedno'
- Visible = True
- end>
- end
- end
- end
- object ADOConnection1: TADOConnection
- Connected = True
- ConnectionString =
- 'Provider=MSDASQL.1;Persist Security Info=False;Data Source=Local' +
- 'Server'
- LoginPrompt = False
- Left = 428
- Top = 59
- end
- object ADOQuery1: TADOQuery
- Connection = ADOConnection1
- Parameters = <>
- Left = 476
- Top = 59
- end
- object DataSource1: TDataSource
- DataSet = ADOQuery1
- Left = 524
- Top = 59
- end
- end