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

📄 formin.dfm

📁 用delphi和sql server编写的药品进销存系统
💻 DFM
字号:
object Form1: TForm1
  Left = 230
  Top = 164
  Width = 696
  Height = 480
  Caption = #33647#21697#36827#36135
  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 GroupBox1: TGroupBox
    Left = 455
    Top = 24
    Width = 233
    Height = 265
    Caption = #38144#21806#31383#21475
    TabOrder = 0
    object Label2: TLabel
      Left = 16
      Top = 36
      Width = 48
      Height = 13
      Caption = #38144#21806#26085#26399
    end
    object Label3: TLabel
      Left = 16
      Top = 73
      Width = 48
      Height = 13
      Caption = #33647#21697#21517#31216
    end
    object Label4: TLabel
      Left = 16
      Top = 110
      Width = 48
      Height = 13
      Caption = #38144#21806#25968#37327
    end
    object Label5: TLabel
      Left = 16
      Top = 184
      Width = 48
      Height = 13
      Caption = #38144#21806#21333#20215
    end
    object Label1: TLabel
      Left = 16
      Top = 147
      Width = 48
      Height = 13
      Caption = #33647#21697#20195#30721
    end
    object Label6: TLabel
      Left = 16
      Top = 221
      Width = 64
      Height = 16
      Caption = #38144#21806#37329#39069
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 88
      Top = 32
      Width = 129
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 88
      Top = 72
      Width = 129
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 2
      Text = 'Edit1'
    end
    object Edit3: TEdit
      Left = 88
      Top = 144
      Width = 129
      Height = 21
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 3
      Text = 'Edit1'
    end
    object Edit4: TEdit
      Left = 88
      Top = 112
      Width = 129
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
      Text = 'Edit1'
    end
    object Edit5: TEdit
      Left = 88
      Top = 184
      Width = 129
      Height = 21
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 4
      Text = 'Edit1'
    end
    object Edit6: TEdit
      Left = 88
      Top = 216
      Width = 129
      Height = 24
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ParentFont = False
      TabOrder = 5
      Text = 'Edit1'
    end
  end
  object GroupBox2: TGroupBox
    Left = 24
    Top = 248
    Width = 425
    Height = 177
    Caption = #38144#21806#28165#21333
    TabOrder = 1
    object Label7: TLabel
      Left = 16
      Top = 144
      Width = 72
      Height = 13
      Caption = #36873#25321#26597#35810#26041#24335
    end
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 409
      Height = 113
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = #38144#21806#26085#26399
          Width = 71
          Visible = True
        end
        item
          Expanded = False
          FieldName = #33647#21697#21517#31216
          Width = 54
          Visible = True
        end
        item
          Expanded = False
          FieldName = #38144#21806#25968#37327
          Width = 54
          Visible = True
        end
        item
          Expanded = False
          FieldName = #38144#21806#21333#20215
          Width = 61
          Visible = True
        end
        item
          Expanded = False
          FieldName = #38144#21806#37329#39069
          Width = 116
          Visible = True
        end>
    end
    object ComboBox1: TComboBox
      Left = 104
      Top = 141
      Width = 145
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      TabOrder = 1
      Text = #33647#21697#21517#31216
      Items.Strings = (
        #33647#21697#21517#31216
        #33647#21697#20195#30721
        #38144#21806#37329#39069
        #38144#21806#26085#26399'(YYYY-MM-DD)')
    end
    object Edit7: TEdit
      Left = 272
      Top = 141
      Width = 81
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 2
      Text = 'Edit7'
    end
    object Button4: TButton
      Left = 368
      Top = 136
      Width = 41
      Height = 25
      Caption = #26597#35810
      TabOrder = 3
    end
  end
  object Button1: TButton
    Left = 504
    Top = 392
    Width = 65
    Height = 25
    Caption = #21806#20986
    TabOrder = 2
  end
  object Button2: TButton
    Left = 608
    Top = 352
    Width = 65
    Height = 25
    Caption = #36864#36135
    TabOrder = 3
  end
  object Button3: TButton
    Left = 504
    Top = 352
    Width = 65
    Height = 25
    Caption = #20462#25913
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object GroupBox3: TGroupBox
    Left = 24
    Top = 24
    Width = 425
    Height = 209
    Caption = #33647#21697#20449#24687
    TabOrder = 5
    object DBGrid2: TDBGrid
      Left = 8
      Top = 16
      Width = 409
      Height = 185
      DataSource = DataSource2
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Button5: TButton
    Left = 608
    Top = 392
    Width = 65
    Height = 25
    Caption = #36820#22238
    TabOrder = 6
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 96
    Top = 112
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=$%*^@;Persist Security Info=True;Us' +
      'er ID=sa;Initial Catalog=ypjxc'
    CursorType = ctStatic
    TableName = #38144#21806#24773#20917
    Left = 168
    Top = 128
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=$%*^@;Persist Security Info=True;Us' +
      'er ID=sa;Initial Catalog=ypjxc'
    Parameters = <>
    Left = 232
    Top = 128
  end
  object ADOTable2: TADOTable
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=$%*^@;Persist Security Info=True;Us' +
      'er ID=sa;Initial Catalog=ypjxc'
    CursorType = ctStatic
    TableName = #33647#21697#20449#24687
    Left = 336
    Top = 128
  end
  object DataSource2: TDataSource
    DataSet = ADOTable2
    Left = 280
    Top = 128
  end
end

⌨️ 快捷键说明

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