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

📄 cheng_pin_ku_chen_query.~dfm

📁 产品标签管理系统:delphi+sql实现了产品标签、包装箱麦的自动生成等功能
💻 ~DFM
字号:
object cheng_pin_ku_chen_quer: Tcheng_pin_ku_chen_quer
  Left = -2
  Top = 103
  Width = 802
  Height = 377
  Caption = #25104#21697'/'#21322#25104#21697#24235#23384#26597#35426
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  DesignSize = (
    794
    350)
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 769
    Height = 117
    Anchors = [akLeft, akTop, akRight, akBottom]
    Caption = #25104#20489#24235#23384#26597#35426
    TabOrder = 0
    object Label1: TLabel
      Left = 31
      Top = 24
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #26597#35426#38917#30446
    end
    object Label2: TLabel
      Left = 173
      Top = 46
      Width = 6
      Height = 13
      Caption = '='
    end
    object Label3: TLabel
      Left = 249
      Top = 24
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #26597#35426#20839#23481
    end
    object ComboBox1: TComboBox
      Left = 23
      Top = 43
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = 'ComboBox1'
      OnClick = ComboBox1Click
      Items.Strings = (
        #27454#34399
        #27969#27700#34399
        #21697#21517)
    end
    object Edit1: TEdit
      Left = 214
      Top = 43
      Width = 129
      Height = 21
      TabOrder = 1
      Text = 'Edit1'
      OnKeyDown = Edit1KeyDown
    end
    object Button1: TButton
      Left = 399
      Top = 42
      Width = 100
      Height = 23
      Caption = #26597#35426
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 551
      Top = 42
      Width = 100
      Height = 23
      Caption = #36820#22238
      TabOrder = 3
      OnClick = Button2Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 134
    Width = 769
    Height = 206
    Anchors = [akLeft, akTop, akRight, akBottom]
    Color = clLime
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'cheng_computerno'
        Title.Caption = #27969#27700#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'kuan_hao'
        Title.Caption = #27454#34399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ping_name'
        Title.Caption = #21697#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'lei_xing'
        Title.Caption = #39006#22411
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dan_wei'
        Title.Caption = #21934#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'wei_zhi'
        Title.Caption = #20301#32622
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'an_chuan_ku_chen'
        Title.Caption = #23433#20840#24235#23384
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bad_ban_cheng_fmount'
        Title.Caption = #19981#33391#21322#25104#21697#37325#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bad_cheng_fmount'
        Title.Caption = #19981#33391#21697#37325#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ban_cheng_fmount'
        Title.Caption = #21322#25104#21697#25976#37327
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'cheng_fmount'
        Title.Caption = #33391#21697#24235#23384
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'chu_ku_month'
        Title.Caption = #26412#26376#20986#24235
        Visible = True
      end
      item
        Expanded = False
        FieldName = 're_ku_month'
        Title.Caption = #26412#26376#36914#24235
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'yue_chu_fmount'
        Title.Caption = #26376#21021#39192#38989
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bei_zhu'
        Title.Caption = #20633#27880
        Visible = True
      end>
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'oy'
    SQL.Strings = (
      'select * from cheng_pin_store')
    Left = 264
    Top = 200
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 328
    Top = 216
  end
end

⌨️ 快捷键说明

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