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

📄 unit12.dfm

📁 药房管理程序实现药房的基本管理功能
💻 DFM
字号:
object xstj_form: Txstj_form
  Left = 201
  Top = 126
  Width = 696
  Height = 480
  Caption = #22270#20070#31649#29702#31995#32479#8212#8212#38144#21806#32479#35745
  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 = 97
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 64
      Height = 16
      Caption = #24320#22987#26085#26399
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 232
      Top = 32
      Width = 64
      Height = 16
      Caption = #32467#26463#26085#26399
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Cmdok: TButton
      Left = 448
      Top = 40
      Width = 75
      Height = 25
      Caption = #32479#35745
      TabOrder = 0
      OnClick = CmdokClick
    end
    object cmd: TButton
      Left = 568
      Top = 40
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 1
      OnClick = cmdClick
    end
    object begin_DTP: TDateTimePicker
      Left = 32
      Top = 56
      Width = 186
      Height = 21
      Date = 38856.043318680550000000
      Time = 38856.043318680550000000
      TabOrder = 2
    end
  end
  object DBGrid1: TDBGrid
    Left = -1
    Top = 272
    Width = 689
    Height = 185
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object end_DTP: TDateTimePicker
    Left = 224
    Top = 56
    Width = 186
    Height = 21
    Date = 38856.043514444440000000
    Time = 38856.043514444440000000
    TabOrder = 2
  end
  object DBGrid2: TDBGrid
    Left = 0
    Top = 104
    Width = 673
    Height = 165
    DataSource = DataSource2
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    AutoEdit = False
    DataSet = ADOTable1
    Left = 632
    Top = 360
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #22270#20070#38144#21806
    Left = 632
    Top = 280
  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 = 632
    Top = 320
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery1
    Left = 432
    Top = 128
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 360
    Top = 136
  end
end

⌨️ 快捷键说明

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