scjhunit.dfm

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

DFM
70
字号
inherited dljhForm: TdljhForm
  Left = 87
  Top = 179
  Width = 669
  Height = 471
  Caption = #20195#29702#21830#36827#36135#25968#25454
  OldCreateOrder = True
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  inherited P_back: TPanel
    Width = 661
    Height = 444
    inherited L_title: TLabel
      Width = 655
    end
    inherited P_main: TPanel
      Width = 655
      Height = 423
      inherited Panel_down: TPanel
        Top = 385
        Width = 653
        inherited Bevel_bass: TBevel
          Width = 653
        end
        inherited Panel_button: TPanel
          Left = 493
          inherited OKBtn: TButton
            OnClick = OKBtnClick
          end
        end
      end
      inherited PageScroller_input: TPageScroller
        Width = 653
        inherited Panel1: TPanel
          inherited Label1: TLabel
            Width = 48
            Caption = #20195#29702#21830#65306
          end
          inherited Label3: TLabel
            Visible = False
          end
          inherited Label2: TLabel
            Left = 250
            Width = 36
            Caption = #26085#26399#65306
          end
          inherited DTP_date: TDateTimePicker
            Left = 297
          end
          object CB_Depot: TComboBox
            Left = 64
            Top = 8
            Width = 145
            Height = 21
            Style = csDropDownList
            ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
            ItemHeight = 13
            TabOrder = 1
          end
        end
      end
      inherited IMPSG_DATA: TStringGrid
        Width = 653
        Height = 351
      end
    end
  end
end

⌨️ 快捷键说明

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