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

📄 unit8.dfm

📁 药房管理程序实现药房的基本管理功能
💻 DFM
字号:
object ypkcgl_form: Typkcgl_form
  Left = 213
  Top = 289
  Width = 696
  Height = 454
  Caption = #22270#20070#31649#29702#31995#32479#8212#8212#24211#23384#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 = 0
    Top = 0
    Width = 401
    Height = 121
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 24
      Width = 90
      Height = 15
      Caption = #21517#31216#27169#31946#26597#35810
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 200
      Top = 24
      Width = 96
      Height = 16
      Caption = #26174#31034#22270#20070#32534#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object ypmc_ledit: TEdit
      Left = 32
      Top = 56
      Width = 121
      Height = 21
      TabOrder = 0
      OnChange = ypmc_leditChange
    end
    object Edit1: TEdit
      Left = 200
      Top = 56
      Width = 121
      Height = 21
      TabOrder = 1
      OnChange = ypmc_leditChange
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 120
    Width = 401
    Height = 297
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel2: TPanel
    Left = 408
    Top = 0
    Width = 273
    Height = 417
    Caption = 'Panel2'
    TabOrder = 2
    object Label2: TLabel
      Left = 40
      Top = 96
      Width = 32
      Height = 16
      Caption = #24211#23384
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 40
      Top = 192
      Width = 32
      Height = 16
      Caption = #19979#38480
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 40
      Top = 32
      Width = 32
      Height = 16
      Caption = #32534#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object DBEdit1: TDBEdit
      Left = 40
      Top = 136
      Width = 121
      Height = 21
      DataField = #24211#23384
      DataSource = DataSource1
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 40
      Top = 248
      Width = 121
      Height = 21
      DataField = #19979#38480
      DataSource = DataSource1
      TabOrder = 1
    end
    object DBNavigator1: TDBNavigator
      Left = 16
      Top = 328
      Width = 234
      Height = 25
      DataSource = DataSource1
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
      TabOrder = 2
    end
    object DBEdit3: TDBEdit
      Left = 40
      Top = 64
      Width = 121
      Height = 21
      DataField = #32534#21495
      DataSource = DataSource1
      TabOrder = 3
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 248
    Top = 128
  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 = 312
    Top = 128
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #24211#23384#25968#25454
    Left = 344
    Top = 128
  end
  object Query1: TQuery
    DataSource = DataSource1
    SQL.Strings = (
      'select *'
      'from '#24211#23384#25968#25454)
    Left = 280
    Top = 128
  end
  object ADOTable2: TADOTable
    Connection = ADOConnection2
    TableName = #22270#20070#20449#24687
    Left = 136
    Top = 80
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection2
    DataSource = DataSource2
    Parameters = <>
    SQL.Strings = (
      'select *'
      'from '#22270#20070#20449#24687)
    Left = 176
    Top = 80
  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 = 216
    Top = 80
  end
  object DataSource2: TDataSource
    DataSet = Query1
    Left = 96
    Top = 80
  end
end

⌨️ 快捷键说明

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