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

📄 unit11.dfm

📁 药房管理程序实现药房的基本管理功能
💻 DFM
字号:
object jsgl_form: Tjsgl_form
  Left = 225
  Top = 195
  Width = 696
  Height = 480
  Caption = #22270#20070#31649#29702#31995#32479#8212#8212#32467#31639#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 = -9
    Top = 0
    Width = 689
    Height = 89
    TabOrder = 0
    object Label1: TLabel
      Left = 48
      Top = 32
      Width = 91
      Height = 13
      Caption = #36873#25321#36141#29289#36710#32534#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object cmdclose: TButton
      Left = 480
      Top = 24
      Width = 131
      Height = 25
      Caption = #21462#28040
      TabOrder = 0
      OnClick = cmdcloseClick
    end
    object Edit1: TEdit
      Left = 184
      Top = 24
      Width = 217
      Height = 21
      TabOrder = 1
      OnChange = Edit1Change
    end
  end
  object DBGrid1: TDBGrid
    Left = -1
    Top = 280
    Width = 689
    Height = 169
    DataSource = DataSource1
    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 = 96
    Width = 665
    Height = 177
    DataSource = DataSource2
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 640
    Top = 320
  end
  object ADOConnection1: 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 = 640
    Top = 360
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #22270#20070#38144#21806
    Left = 640
    Top = 288
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    DataSource = DataSource1
    Parameters = <>
    Left = 624
    Top = 144
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery1
    Left = 624
    Top = 104
  end
end

⌨️ 快捷键说明

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