⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit6.dfm

📁 药房管理程序实现药房的基本管理功能
💻 DFM
字号:
object qygl_form: Tqygl_form
  Left = 225
  Top = 211
  Width = 696
  Height = 480
  Caption = #22270#20070#31649#29702#31995#32479#8212#8212#21462#20070#31649#29702
  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 Panel1: TPanel
    Left = -17
    Top = 0
    Width = 689
    Height = 97
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 8
      Width = 39
      Height = 13
      Caption = #29992#25143#21517
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 192
      Top = 8
      Width = 78
      Height = 13
      Caption = #29992#25143#30340#36141#29289#36710
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object cmdok: TButton
      Left = 456
      Top = 40
      Width = 75
      Height = 25
      Caption = #21462#20070
      TabOrder = 0
      OnClick = cmdokClick
    end
    object cmdclose: TButton
      Left = 568
      Top = 40
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = cmdcloseClick
    end
    object Edit1: TEdit
      Left = 32
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 2
      OnChange = Edit1Change
    end
    object Edit2: TEdit
      Left = 184
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 3
    end
  end
  object DBGrid1: TDBGrid
    Left = -1
    Top = 280
    Width = 689
    Height = 169
    DataSource = DataSource2
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBGrid2: TDBGrid
    Left = 0
    Top = 104
    Width = 673
    Height = 169
    DataSource = DataSource3
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Query1: TQuery
    DataSource = DataSource2
    Left = 544
    Top = 288
  end
  object ADOTable2: TADOTable
    Active = True
    Connection = ADOConnection2
    CursorType = ctStatic
    TableName = #22270#20070#38144#21806
    Left = 576
    Top = 288
  end
  object ADOConnection2: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#22270#20070#25968#25454';Use Procedure for Prepare=1;Auto T' +
      'ranslate=True;Packet Size=4096;Workstation ID=CHENQI;Use Encrypt' +
      'ion for Data=False;Tag with column collation when possible=False'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 608
    Top = 288
  end
  object DataSource2: TDataSource
    DataSet = ADOTable2
    Left = 640
    Top = 288
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#33647#25151#25968#25454
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 311
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    TableName = #36141#29289#36710#35760#24405
    Left = 343
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    DataSource = DataSource1
    Parameters = <>
    Left = 343
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 311
    Top = 48
  end
  object ADOQuery2: TADOQuery
    Connection = ADOConnection2
    Parameters = <>
    Left = 432
    Top = 152
  end
  object DataSource3: TDataSource
    DataSet = ADOQuery2
    Left = 496
    Top = 160
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -