popmanage.dfm

来自「delphi 生产管理系统 sql2000位后台数据库」· DFM 代码 · 共 87 行

DFM
87
字号
object Frm_popmanage: TFrm_popmanage
  Left = 257
  Top = 261
  BorderStyle = bsDialog
  Caption = #26435#38480#31649#29702
  ClientHeight = 151
  ClientWidth = 241
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 20
    Width = 48
    Height = 12
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 60
    Width = 48
    Height = 12
    Caption = #26435'  '#38480#65306
  end
  object ComboBox1: TComboBox
    Left = 88
    Top = 16
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 0
    TabOrder = 0
    Text = '123'
    Items.Strings = (
      '123')
  end
  object ComboBox2: TComboBox
    Left = 88
    Top = 56
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 0
    TabOrder = 1
    Text = #31649#29702#21592
    Items.Strings = (
      #31649#29702#21592
      #25805#20316#21592)
  end
  object bsSkinButton3: TButton
    Left = 22
    Top = 103
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #35774' '#32622
    TabOrder = 2
    OnClick = bsSkinButton3Click
  end
  object bsSkinButton6: TButton
    Left = 134
    Top = 103
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #36820' '#22238
    TabOrder = 3
    OnClick = bsSkinButton6Click
  end
  object userid: TADOQuery
    Connection = Frm_dm.CON
    Parameters = <>
    Left = 88
    Top = 80
  end
end

⌨️ 快捷键说明

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