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

📄 depotthunit.~dfm

📁 在数据库应用系统开发之前
💻 ~DFM
字号:
inherited DepotthForm: TDepotthForm
  Left = 240
  Top = 155
  Caption = '代理商退货数据录入'
  OldCreateOrder = True
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  inherited P_back: TPanel
    inherited L_title: TLabel
      Height = -3
      Caption = ''
    end
    inherited P_main: TPanel
      Top = 0
      Height = 395
      inherited Panel_down: TPanel
        Top = 357
        inherited Panel_button: TPanel
          inherited OKBtn: TButton
            OnClick = OKBtnClick
          end
        end
      end
      inherited PageScroller_input: TPageScroller
        inherited Panel1: TPanel
          inherited Label1: TLabel
            Width = 48
            Caption = '代理商:'
          end
          inherited Label3: TLabel
            Visible = False
          end
          inherited Label2: TLabel
            Left = 274
            Width = 36
            Caption = '日期:'
          end
          inherited DTP_date: TDateTimePicker
            Left = 313
          end
          object CB_Depot: TComboBox
            Left = 64
            Top = 8
            Width = 137
            Height = 21
            Style = csDropDownList
            ImeName = '中文 (简体) - 智能 ABC'
            ItemHeight = 13
            TabOrder = 1
          end
        end
      end
      inherited IMPSG_DATA: TStringGrid
        Height = 323
      end
    end
  end
end

⌨️ 快捷键说明

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