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

📄 paperparamsdef.~dfm

📁 文件包含程序源原文件
💻 ~DFM
字号:
object frmPaperParamsDef: TfrmPaperParamsDef
  Left = 202
  Top = 148
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Auto Paper Params Define'
  ClientHeight = 453
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object pnlTop: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 29
    Align = alTop
    Caption = 'Auto Create Paper Params Define'
    Color = clTeal
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clYellow
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 378
    Width = 688
    Height = 51
    Align = alBottom
    TabOrder = 1
    object lblFlag: TLabel
      Left = 536
      Top = 5
      Width = 26
      Height = 13
      Caption = 'Flag  '
    end
    object lblKeyLength: TLabel
      Left = 585
      Top = 5
      Width = 57
      Height = 13
      Caption = 'KeyLength  '
    end
    object edtDefines: TLabeledEdit
      Left = 5
      Top = 22
      Width = 137
      Height = 21
      EditLabel.Width = 42
      EditLabel.Height = 13
      EditLabel.Caption = 'Defines  '
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      LabelPosition = lpAbove
      LabelSpacing = 3
      ReadOnly = True
      TabOrder = 0
    end
    object edtParams1: TLabeledEdit
      Left = 144
      Top = 22
      Width = 65
      Height = 21
      EditLabel.Width = 41
      EditLabel.Height = 13
      EditLabel.Caption = 'Params1'
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      LabelPosition = lpAbove
      LabelSpacing = 3
      ReadOnly = True
      TabOrder = 1
    end
    object edtParams2: TLabeledEdit
      Left = 211
      Top = 22
      Width = 65
      Height = 21
      EditLabel.Width = 41
      EditLabel.Height = 13
      EditLabel.Caption = 'Params2'
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      LabelPosition = lpAbove
      LabelSpacing = 3
      ReadOnly = True
      TabOrder = 2
    end
    object edtNotes: TLabeledEdit
      Left = 278
      Top = 22
      Width = 167
      Height = 21
      EditLabel.Width = 31
      EditLabel.Height = 13
      EditLabel.Caption = 'Notes '
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      LabelPosition = lpAbove
      LabelSpacing = 3
      ReadOnly = True
      TabOrder = 3
    end
    object edtMonth: TLabeledEdit
      Left = 447
      Top = 22
      Width = 86
      Height = 21
      EditLabel.Width = 30
      EditLabel.Height = 13
      EditLabel.Caption = 'Month'
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      LabelPosition = lpAbove
      LabelSpacing = 3
      ReadOnly = True
      TabOrder = 4
    end
    object edtFlag: TEx2NumEdit
      Left = 535
      Top = 22
      Width = 46
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ReadOnly = True
      TabOrder = 5
      Comma = False
      FixDecimal = 0
    end
    object edtKeyLength: TEx2NumEdit
      Left = 584
      Top = 22
      Width = 79
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ReadOnly = True
      TabOrder = 6
      Comma = False
      FixDecimal = 0
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 29
    Width = 688
    Height = 5
    Align = alTop
    BevelOuter = bvLowered
    TabOrder = 2
  end
  object LstViewParams: TGradLineListView
    Left = 0
    Top = 34
    Width = 688
    Height = 339
    Align = alClient
    Columns = <
      item
        Caption = 'Defines '
        Width = 140
      end
      item
        Caption = 'Params1'
        Width = 60
      end
      item
        Caption = 'Params2'
        Width = 60
      end
      item
        Caption = 'Notes'
        Width = 200
      end
      item
        Caption = 'Month'
        Width = 80
      end
      item
        Caption = 'Flag'
      end
      item
        Caption = 'KeyLength'
        Width = 80
      end>
    HideSelection = False
    MultiSelect = True
    ReadOnly = True
    RowSelect = True
    ParentColor = False
    TabOrder = 3
    TabStop = True
    OnChange = LstViewParamsChange
  end
  object Panel4: TPanel
    Left = 0
    Top = 429
    Width = 688
    Height = 5
    Align = alBottom
    BevelOuter = bvLowered
    TabOrder = 4
  end
  object stsBarCnt: TStatusBar
    Left = 0
    Top = 434
    Width = 688
    Height = 19
    Panels = <
      item
        Width = 300
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 373
    Width = 688
    Height = 5
    Align = alBottom
    BevelOuter = bvLowered
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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