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

📄 frmdrawgridstaticgridsetupunt.dfm

📁 EAComps手工画报表 对写报表编辑器有一定的参考价值
💻 DFM
📖 第 1 页 / 共 5 页
字号:
              Width = 247
              Height = 33
              BevelOuter = bvLowered
              Color = clWhite
              TabOrder = 0
              object labDataTest: TLabel
                Left = 1
                Top = 1
                Width = 36
                Height = 12
                Align = alClient
                Alignment = taCenter
                Caption = #26631#39064#22836
                Layout = tlCenter
                OnDblClick = labDataTestDblClick
              end
            end
          end
        end
      end
      object Button1: TButton
        Left = 184
        Top = 147
        Width = 75
        Height = 22
        Action = ActAddTitle
        TabOrder = 2
      end
      object Button2: TButton
        Left = 184
        Top = 187
        Width = 75
        Height = 22
        Action = ActDeleteTitle
        TabOrder = 3
      end
      object Button3: TButton
        Left = 184
        Top = 227
        Width = 75
        Height = 22
        Action = ActRenameTitle
        TabOrder = 4
      end
    end
    object tsSizeSetup: TTabSheet
      Caption = #23485#39640#35774#32622
      ImageIndex = 2
      TabVisible = False
      object GroupBox3: TGroupBox
        Left = 8
        Top = 8
        Width = 345
        Height = 121
        Caption = #34920#26684#20449#24687
        TabOrder = 0
        object Label14: TLabel
          Left = 16
          Top = 24
          Width = 60
          Height = 12
          Caption = #21015#23485#27169#24335#65306
        end
        object Label17: TLabel
          Left = 16
          Top = 48
          Width = 60
          Height = 12
          Caption = #34892#39640#27169#24335#65306
        end
        object Label18: TLabel
          Left = 16
          Top = 72
          Width = 60
          Height = 12
          Caption = #26174#31034#36793#26694#65306
        end
        object Label19: TLabel
          Left = 16
          Top = 96
          Width = 60
          Height = 12
          Caption = #26174#31034#21015#22836#65306
        end
        object chkShowLine: TCheckBox
          Left = 104
          Top = 70
          Width = 17
          Height = 17
          Checked = True
          State = cbChecked
          TabOrder = 0
          OnClick = chkShowLineClick
        end
        object chkShowTitle: TCheckBox
          Left = 104
          Top = 94
          Width = 17
          Height = 17
          Checked = True
          State = cbChecked
          TabOrder = 1
          OnClick = chkShowTitleClick
        end
        object Panel4: TPanel
          Left = 104
          Top = 22
          Width = 153
          Height = 17
          BevelOuter = bvNone
          TabOrder = 2
          object rdoWidthScale: TRadioButton
            Left = 0
            Top = 0
            Width = 73
            Height = 17
            Caption = #25353#30334#20998#27604
            Checked = True
            TabOrder = 0
            TabStop = True
            OnClick = rdoWidthScaleClick
          end
          object rdoWidthAbs: TRadioButton
            Left = 80
            Top = 0
            Width = 73
            Height = 17
            Caption = #25353#23454#38469#20540
            TabOrder = 1
            OnClick = rdoWidthAbsClick
          end
        end
        object Panel5: TPanel
          Left = 104
          Top = 46
          Width = 233
          Height = 17
          BevelOuter = bvNone
          TabOrder = 3
          object rdoHeightAuto: TRadioButton
            Left = 0
            Top = 0
            Width = 73
            Height = 17
            Caption = #33258#21160#22823#23567
            Checked = True
            TabOrder = 0
            TabStop = True
            OnClick = rdoHeightAutoClick
          end
          object rdoHeightFix: TRadioButton
            Left = 80
            Top = 0
            Width = 73
            Height = 17
            Caption = #22266#23450#22823#23567
            TabOrder = 1
            OnClick = rdoHeightFixClick
          end
          object rdoHeightDynamic: TRadioButton
            Left = 160
            Top = 0
            Width = 73
            Height = 17
            Caption = #21160#24577#22823#23567
            TabOrder = 2
            OnClick = rdoHeightDynamicClick
          end
        end
      end
      object GroupBox4: TGroupBox
        Left = 8
        Top = 136
        Width = 553
        Height = 113
        Caption = #22823#23567#35774#32622
        TabOrder = 1
        object grdSizeSet: TStringGrid
          Left = 16
          Top = 16
          Width = 521
          Height = 89
          ColCount = 3
          DefaultColWidth = 36
          DefaultRowHeight = 26
          DefaultDrawing = False
          RowCount = 2
          Options = [goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing]
          TabOrder = 0
          OnDrawCell = grdSizeSetDrawCell
          ColWidths = (
            36
            73
            72)
          RowHeights = (
            26
            20)
        end
      end
      object GroupBox5: TGroupBox
        Left = 360
        Top = 8
        Width = 201
        Height = 121
        Caption = #20854#23427#35774#32622
        TabOrder = 2
        object Label1: TLabel
          Left = 16
          Top = 24
          Width = 72
          Height = 12
          Caption = #26631#39064#32972#26223#33394#65306
        end
        object Label4: TLabel
          Left = 16
          Top = 54
          Width = 54
          Height = 12
          Caption = #26631#39064#34892#39640':'
        end
        object Label2: TLabel
          Left = 16
          Top = 88
          Width = 72
          Height = 12
          Caption = #20998#38548#32447#39068#33394#65306
        end
        object speTitleHeight: TSpinEdit
          Left = 96
          Top = 50
          Width = 89
          Height = 21
          MaxValue = 100
          MinValue = 1
          TabOrder = 0
          Value = 1
          OnChange = speTitleHeightChange
        end
        object pnlTitleColor: TPanel
          Left = 96
          Top = 20
          Width = 89
          Height = 21
          Cursor = crHandPoint
          BevelOuter = bvLowered
          Color = clGray
          TabOrder = 1
          OnClick = pnlTitleColorClick
        end
        object pnlLineColor: TPanel
          Left = 96
          Top = 84
          Width = 89
          Height = 21
          Cursor = crHandPoint
          BevelOuter = bvLowered
          Color = clWhite
          TabOrder = 2
          OnClick = pnlLineColorClick
        end
      end
    end

⌨️ 快捷键说明

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