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

📄 unit1.dfm

📁 进销存数据库基于数据库上开发的源代码 支持SQL嵌入式语言
💻 DFM
字号:
object Form1: TForm1
  Left = 172
  Top = 95
  Width = 576
  Height = 442
  Caption = 'Form1'
  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 Label1: TLabel
    Left = 312
    Top = 168
    Width = 69
    Height = 17
    Caption = #35831#36873#25321#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 320
    Top = 232
    Width = 69
    Height = 17
    Caption = #35831#36873#25321#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 288
    Top = 304
    Width = 137
    Height = 17
    Caption = #35831#36755#20837#26597#35810#20869#23481#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 569
    Height = 129
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ComboBox1: TComboBox
    Left = 400
    Top = 160
    Width = 145
    Height = 25
    AutoCloseUp = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ItemHeight = 17
    ParentFont = False
    TabOrder = 1
    Text = #37319#36141#20449#24687#26597#35810
    OnChange = ComboBox1Change
    Items.Strings = (
      #37319#36141#20449#24687#26597#35810
      #24211#23384#20449#24687#26597#35810
      #38144#21806#20449#24687#26597#35810)
  end
  object ComboBox2: TComboBox
    Left = 408
    Top = 224
    Width = 145
    Height = 25
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ItemHeight = 17
    ParentFont = False
    TabOrder = 2
    Text = #25353#32534#21495#26597#35810
    Items.Strings = (
      #25353#21517#31216#26597#35810
      #25353#32534#21495#26597#35810)
  end
  object Edit1: TEdit
    Left = 416
    Top = 304
    Width = 121
    Height = 21
    TabOrder = 3
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 408
    Top = 344
    Width = 75
    Height = 25
    Caption = #26597#35810
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#34892#26999
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
    OnClick = Button1Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 136
    Width = 265
    Height = 257
    Caption = #22522#26412#20449#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #21326#25991#34892#26999
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    object Label4: TLabel
      Left = 24
      Top = 32
      Width = 36
      Height = 12
      Caption = #32534#21495#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #21326#25991#34892#26999
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 16
      Top = 80
      Width = 36
      Height = 12
      Caption = #21517#31216#65306
    end
    object Label6: TLabel
      Left = 24
      Top = 128
      Width = 36
      Height = 12
      Caption = #25968#37327#65306
    end
    object Label7: TLabel
      Left = 24
      Top = 192
      Width = 24
      Height = 12
      Caption = #24211#23384
    end
    object Edit2: TEdit
      Left = 96
      Top = 32
      Width = 121
      Height = 20
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #21326#25991#34892#26999
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnKeyPress = Edit2KeyPress
    end
    object Edit3: TEdit
      Left = 96
      Top = 80
      Width = 121
      Height = 20
      TabOrder = 1
    end
    object Edit4: TEdit
      Left = 96
      Top = 136
      Width = 121
      Height = 20
      TabOrder = 2
    end
    object Edit5: TEdit
      Left = 96
      Top = 184
      Width = 121
      Height = 20
      TabOrder = 3
    end
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'jinxiaocun'
    SQL.Strings = (
      'select * from caigou')
    Left = 320
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 360
  end
end

⌨️ 快捷键说明

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