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

📄 unit10.dfm

📁 药房管理程序实现药房的基本管理功能
💻 DFM
字号:
object xsgl_form: Txsgl_form
  Left = 286
  Top = 129
  Width = 696
  Height = 480
  Caption = #22270#20070#31649#29702#31995#32479#8212#8212#38144#21806#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 Form8: TPanel
    Left = -1
    Top = 0
    Width = 689
    Height = 121
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 24
      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 Label3: TLabel
      Left = 24
      Top = 72
      Width = 65
      Height = 13
      Caption = #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 cmdok: TButton
      Left = 424
      Top = 56
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = cmdokClick
    end
    object Cmdclose: TButton
      Left = 544
      Top = 56
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = CmdcloseClick
    end
    object Edit2: TEdit
      Left = 112
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 2
      OnChange = Edit2Change
    end
    object Edit3: TEdit
      Left = 112
      Top = 72
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object DateTimePicker1: TDateTimePicker
      Left = 592
      Top = 8
      Width = 89
      Height = 21
      Date = 38864.840199085650000000
      Time = 38864.840199085650000000
      TabOrder = 4
    end
  end
  object Panel2: TPanel
    Left = -1
    Top = 120
    Width = 689
    Height = 321
    TabOrder = 1
    object Label2: TLabel
      Left = 328
      Top = 144
      Width = 28
      Height = 14
      Caption = #25968#37327
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 312
      Top = 16
      Width = 65
      Height = 13
      Caption = #25152#36873#20070#32534#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 328
      Top = 72
      Width = 26
      Height = 13
      Caption = #21333#20215
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object GroupBox1: TGroupBox
      Left = 8
      Top = 8
      Width = 281
      Height = 305
      Caption = #20070#31821#20449#24687
      TabOrder = 0
      object DBGrid1: TDBGrid
        Left = 8
        Top = 16
        Width = 265
        Height = 281
        DataSource = DataSource1
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = #32534#21495
            Visible = True
          end
          item
            Expanded = False
            FieldName = #21517#31216
            Visible = True
          end
          item
            Expanded = False
            FieldName = #21806#20215
            Visible = True
          end
          item
            Expanded = False
            FieldName = #31181#31867
            Visible = True
          end
          item
            Expanded = False
            FieldName = #21378#23478
            Visible = True
          end>
      end
    end
    object GroupBox2: TGroupBox
      Left = 400
      Top = 8
      Width = 281
      Height = 305
      Caption = #36141#29289#36710
      TabOrder = 1
      object DBGrid2: TDBGrid
        Left = 0
        Top = 16
        Width = 265
        Height = 281
        DataSource = DataSource2
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = #32534#21495
            Visible = True
          end
          item
            Expanded = False
            FieldName = #22270#20070#32534#21495
            Visible = True
          end
          item
            Expanded = False
            FieldName = #25968#37327
            Visible = True
          end
          item
            Expanded = False
            FieldName = #26085#26399
            Visible = True
          end>
      end
    end
    object Edit1: TEdit
      Left = 304
      Top = 176
      Width = 81
      Height = 21
      TabOrder = 2
    end
    object cmdr: TButton
      Left = 312
      Top = 208
      Width = 75
      Height = 25
      Caption = '>'
      TabOrder = 3
      OnClick = cmdrClick
    end
    object cmdl: TButton
      Left = 296
      Top = 256
      Width = 97
      Height = 25
      Caption = #21024#38500#26412#26465#20449#24687'  '
      TabOrder = 4
      OnClick = cmdlClick
    end
    object DBEdit1: TDBEdit
      Left = 304
      Top = 40
      Width = 81
      Height = 21
      DataField = #32534#21495
      DataSource = DataSource1
      TabOrder = 5
    end
    object DBEdit2: TDBEdit
      Left = 304
      Top = 96
      Width = 81
      Height = 21
      DataField = #21806#20215
      DataSource = DataSource1
      TabOrder = 6
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 248
    Top = 328
  end
  object DataSource2: TDataSource
    DataSet = ADOTable2
    Left = 632
    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 = 247
    Top = 296
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #22270#20070#20449#24687
    Left = 247
    Top = 256
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    DataSource = DataSource1
    Parameters = <>
    Left = 247
    Top = 360
  end
  object ADOTable2: TADOTable
    Active = True
    Connection = ADOConnection2
    CursorType = ctStatic
    TableName = #22270#20070#38144#21806
    Left = 591
    Top = 280
  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 = 592
    Top = 316
  end
  object ADOTable3: TADOTable
    Connection = ADOConnection3
    CursorType = ctStatic
    TableName = #36141#29289#36710#35760#24405
    Left = 287
    Top = 16
  end
  object ADOConnection3: TADOConnection
    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 = 247
    Top = 12
  end
  object DataSource3: TDataSource
    DataSet = Query1
    Left = 247
    Top = 44
  end
  object Query1: TQuery
    DataSource = DataSource2
    Left = 631
    Top = 356
  end
  object ADOQuery2: TADOQuery
    Connection = ADOConnection3
    Parameters = <>
    Left = 287
    Top = 44
  end
end

⌨️ 快捷键说明

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