iqc_lai_liao_report.dfm

来自「品质管理系统:delphi+sql实现了制造企业在生产过程中对产品质量的控制」· DFM 代码 · 共 148 行

DFM
148
字号
object iqc_lai_liao_repor: Tiqc_lai_liao_repor
  Left = 103
  Top = 170
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #21015#21360'I.Q.C.'#20358#26009#27298#39511#22577#21578
  ClientHeight = 282
  ClientWidth = 263
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 18
    Top = 32
    Width = 61
    Height = 13
    AutoSize = False
    Caption = #27298#39511#32232#34399
  end
  object Label2: TLabel
    Left = 18
    Top = 72
    Width = 61
    Height = 13
    AutoSize = False
    Caption = #29289#26009#32232#34399
  end
  object Label3: TLabel
    Left = 20
    Top = 110
    Width = 59
    Height = 13
    AutoSize = False
    Caption = #29289#26009#21517#31281
  end
  object Label4: TLabel
    Left = 46
    Top = 156
    Width = 31
    Height = 13
    AutoSize = False
    Caption = #35215#26684
  end
  object Label5: TLabel
    Left = 16
    Top = 192
    Width = 32
    Height = 13
    Caption = 'Label5'
  end
  object Edit1: TEdit
    Left = 78
    Top = 30
    Width = 125
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
    OnExit = Edit1Exit
    OnKeyPress = Edit1KeyPress
  end
  object ComboBox1: TComboBox
    Left = 78
    Top = 68
    Width = 125
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'ComboBox1'
    OnKeyPress = ComboBox1KeyPress
  end
  object Edit2: TEdit
    Left = 78
    Top = 108
    Width = 125
    Height = 21
    Color = cl3DLight
    Enabled = False
    TabOrder = 2
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 78
    Top = 152
    Width = 125
    Height = 21
    Color = cl3DLight
    Enabled = False
    TabOrder = 3
    Text = 'Edit3'
  end
  object Button1: TButton
    Left = 64
    Top = 192
    Width = 135
    Height = 25
    Caption = #21015#21360
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 64
    Top = 232
    Width = 135
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button2Click
  end
  object Query1: TQuery
    DatabaseName = 'aa'
    Left = 232
    Top = 64
  end
  object Query2: TQuery
    DatabaseName = 'aa'
    Left = 216
    Top = 128
  end
  object Query3: TQuery
    DatabaseName = 'aa'
    Left = 32
    Top = 16
  end
  object Query4: TQuery
    DatabaseName = 'aa'
    Left = 16
    Top = 136
  end
  object Query5: TQuery
    DatabaseName = 'aa'
    Left = 200
    Top = 16
  end
  object Query6: TQuery
    DatabaseName = 'aa'
    Left = 216
    Top = 88
  end
end

⌨️ 快捷键说明

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