depotthunit.dfm

来自「在数据库应用系统开发之前」· DFM 代码 · 共 59 行

DFM
59
字号
inherited DepotthForm: TDepotthForm
  Left = 237
  Caption = #20195#29702#21830#36864#36135#25968#25454#24405#20837
  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 = 388
      inherited Panel_down: TPanel
        Top = 350
        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 = #20195#29702#21830#65306
          end
          inherited Label3: TLabel
            Visible = False
          end
          inherited Label2: TLabel
            Left = 274
            Width = 36
            Caption = #26085#26399#65306
          end
          inherited DTP_date: TDateTimePicker
            Left = 313
          end
          object CB_Depot: TComboBox
            Left = 64
            Top = 8
            Width = 137
            Height = 21
            Style = csDropDownList
            ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
            ItemHeight = 13
            TabOrder = 1
          end
        end
      end
      inherited IMPSG_DATA: TStringGrid
        Height = 316
      end
    end
  end
end

⌨️ 快捷键说明

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