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

📄 u_setcolumn.dfm

📁 这是一个用条码录入的数据的进销存(只对成品)---做童装的
💻 DFM
字号:
object F_SetColumn: TF_SetColumn
  Left = 335
  Top = 119
  Width = 166
  Height = 300
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #26639#20301#35774#23450
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 216
    Width = 158
    Height = 57
    Align = alBottom
    BevelOuter = bvLowered
    TabOrder = 0
    DesignSize = (
      158
      57)
    object Label1: TLabel
      Left = 17
      Top = 8
      Width = 52
      Height = 12
      Anchors = [akRight, akBottom]
      AutoSize = False
      Caption = #22266#23450#21015#25968
    end
    object Btn_ok: TBitBtn
      Left = 5
      Top = 30
      Width = 70
      Height = 22
      Anchors = [akRight, akBottom]
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Btn_okClick
    end
    object Btn_Cancel: TBitBtn
      Left = 80
      Top = 30
      Width = 70
      Height = 22
      Anchors = [akRight, akBottom]
      Caption = #20851#38381
      TabOrder = 1
      OnClick = Btn_CancelClick
    end
    object SpinEdit: TSpinEdit
      Left = 73
      Top = 4
      Width = 71
      Height = 21
      Anchors = [akRight, akBottom]
      MaxLength = 2
      MaxValue = 0
      MinValue = 0
      TabOrder = 2
      Value = 0
    end
  end
  object CbColunm: TCheckListBox
    Left = 0
    Top = 0
    Width = 158
    Height = 216
    Align = alClient
    BevelOuter = bvNone
    Color = clInfoBk
    Ctl3D = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    ItemHeight = 16
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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