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

📄 frmdrawreportdesignaddgridunt.dfm

📁 EAComps手工画报表 对写报表编辑器有一定的参考价值
💻 DFM
字号:
object frmDrawReportDesignAddGrid: TfrmDrawReportDesignAddGrid
  Left = 222
  Top = 119
  BorderStyle = bsDialog
  Caption = #28155#21152#34920#26684
  ClientHeight = 302
  ClientWidth = 336
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 48
    Height = 12
    Caption = #34920#26684#23610#23544
  end
  object Bevel1: TBevel
    Left = 64
    Top = 13
    Width = 265
    Height = 2
    Shape = bsTopLine
  end
  object Label2: TLabel
    Left = 16
    Top = 28
    Width = 54
    Height = 12
    Caption = #21015#25968'(&C)'#65306
    FocusControl = udCols
  end
  object Label3: TLabel
    Left = 16
    Top = 52
    Width = 54
    Height = 12
    Caption = #34892#25968'(&R)'#65306
    FocusControl = udRows
  end
  object Label4: TLabel
    Left = 8
    Top = 128
    Width = 60
    Height = 12
    Caption = #21333#20803#26684#22823#23567
  end
  object Bevel2: TBevel
    Left = 79
    Top = 133
    Width = 250
    Height = 2
    Shape = bsTopLine
  end
  object labColWidth: TLabel
    Left = 34
    Top = 176
    Width = 54
    Height = 12
    Caption = #21015#23485'(&W)'#65306
    Enabled = False
    FocusControl = edtColWidth
  end
  object labRowHeight: TLabel
    Left = 34
    Top = 200
    Width = 54
    Height = 12
    Caption = #34892#39640'(&H)'#65306
    Enabled = False
    FocusControl = edtRowHeight
  end
  object Bevel3: TBevel
    Left = 8
    Top = 264
    Width = 321
    Height = 2
    Shape = bsTopLine
  end
  object Label5: TLabel
    Left = 8
    Top = 80
    Width = 48
    Height = 12
    Caption = #34920#26684#20301#32622
  end
  object Bevel4: TBevel
    Left = 64
    Top = 85
    Width = 264
    Height = 2
    Shape = bsTopLine
  end
  object labAlign: TLabel
    Left = 16
    Top = 100
    Width = 108
    Height = 12
    Caption = #34920#26684#22312#39029#19978#30340#20301#32622#65306
    Enabled = False
  end
  object edtCols: TEdit
    Left = 176
    Top = 24
    Width = 137
    Height = 20
    TabOrder = 0
    Text = '1'
  end
  object edtRows: TEdit
    Left = 176
    Top = 48
    Width = 137
    Height = 20
    TabOrder = 2
    Text = '1'
  end
  object udCols: TUpDown
    Left = 313
    Top = 24
    Width = 15
    Height = 20
    Associate = edtCols
    Min = 1
    Position = 1
    TabOrder = 1
    OnChanging = udColsChanging
  end
  object udRows: TUpDown
    Left = 313
    Top = 48
    Width = 15
    Height = 20
    Associate = edtRows
    Min = 1
    Position = 1
    TabOrder = 3
    OnChanging = udRowsChanging
  end
  object rbFixCellSize: TRadioButton
    Left = 16
    Top = 152
    Width = 121
    Height = 17
    Caption = #22266#23450#21333#20803#26684#22823#23567'(&F)'
    TabOrder = 4
    OnClick = rbFixCellSizeClick
  end
  object rbPageCellSize: TRadioButton
    Left = 16
    Top = 224
    Width = 161
    Height = 17
    Caption = #26681#25454#39029#23485#35774#32622#34920#26684#22823#23567'(&P)'
    Checked = True
    TabOrder = 5
    TabStop = True
    OnClick = rbPageCellSizeClick
  end
  object edtColWidth: TEdit
    Left = 176
    Top = 172
    Width = 137
    Height = 20
    Enabled = False
    TabOrder = 6
    Text = '6'
  end
  object edtRowHeight: TEdit
    Left = 176
    Top = 196
    Width = 137
    Height = 20
    Enabled = False
    TabOrder = 8
    Text = '6'
  end
  object udColWidth: TUpDown
    Left = 313
    Top = 172
    Width = 15
    Height = 20
    Associate = edtColWidth
    Enabled = False
    Min = 6
    Position = 6
    TabOrder = 7
    OnClick = udColWidthClick
  end
  object udRowHeight: TUpDown
    Left = 313
    Top = 196
    Width = 15
    Height = 20
    Associate = edtRowHeight
    Enabled = False
    Min = 6
    Position = 6
    TabOrder = 9
    OnClick = udRowHeightClick
  end
  object btnOk: TButton
    Left = 128
    Top = 272
    Width = 97
    Height = 23
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 10
    OnClick = btnOkClick
  end
  object btnCancel: TButton
    Left = 232
    Top = 272
    Width = 97
    Height = 23
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 11
  end
  object cboAlign: TComboBox
    Left = 176
    Top = 96
    Width = 153
    Height = 20
    Style = csDropDownList
    Enabled = False
    ItemHeight = 12
    ItemIndex = 1
    TabOrder = 12
    Text = #36317#20013
    Items.Strings = (
      #38752#24038
      #36317#20013
      #38752#21491)
  end
end

⌨️ 快捷键说明

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