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

📄 contract_check.dfm

📁 delphi的一个开发实例
💻 DFM
字号:
object frm_Contract_Check: Tfrm_Contract_Check
  Left = 26
  Top = 119
  Width = 586
  Height = 480
  BorderIcons = [biSystemMenu]
  Caption = #12304#21512#21516#36873#25321')'#12305
  Color = clSkyBlue
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 578
    Height = 453
    Align = alClient
    Caption = 'Panel1'
    Color = clSkyBlue
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 576
      Height = 451
      Align = alClient
      TabOrder = 0
      object DBGrid1: TDBGrid
        Left = 2
        Top = 180
        Width = 572
        Height = 269
        Align = alBottom
        FixedColor = clSkyBlue
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -13
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        OnCellClick = DBGrid1CellClick
      end
      object GroupBox3: TGroupBox
        Left = 8
        Top = 15
        Width = 469
        Height = 111
        Caption = #21512#21516#36807#28388
        TabOrder = 1
        object CheckBox1: TCheckBox
          Left = 63
          Top = 29
          Width = 97
          Height = 17
          Caption = #25353#21512#21516#21517#31216
          TabOrder = 0
        end
        object CheckBox2: TCheckBox
          Left = 63
          Top = 58
          Width = 97
          Height = 17
          Caption = #25353#24405#21333#26085#26399
          TabOrder = 1
        end
        object CheckBox3: TCheckBox
          Left = 63
          Top = 87
          Width = 97
          Height = 17
          Caption = #25353#21512#21516#32534#21495
          TabOrder = 2
        end
        object ComboBox1: TComboBox
          Left = 154
          Top = 26
          Width = 145
          Height = 21
          ItemHeight = 13
          TabOrder = 3
        end
        object ComboBox2: TComboBox
          Left = 154
          Top = 55
          Width = 145
          Height = 21
          ItemHeight = 13
          TabOrder = 4
        end
        object ComboBox3: TComboBox
          Left = 155
          Top = 84
          Width = 145
          Height = 21
          ItemHeight = 13
          TabOrder = 5
        end
      end
      object Edit1: TLabeledEdit
        Left = 112
        Top = 131
        Width = 121
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #21512#21516#21517#31216#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 2
      end
      object Edit2: TLabeledEdit
        Left = 340
        Top = 131
        Width = 121
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #21333#25454#32534#21495#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 3
      end
      object Edit3: TLabeledEdit
        Left = 112
        Top = 153
        Width = 121
        Height = 21
        EditLabel.Width = 65
        EditLabel.Height = 13
        EditLabel.Caption = #24405#21333#26085#26399#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 4
      end
      object GroupBox2: TGroupBox
        Left = 479
        Top = 15
        Width = 95
        Height = 165
        Align = alRight
        TabOrder = 5
        object Cmd_Check: TSpeedButton
          Left = 8
          Top = 18
          Width = 80
          Height = 22
          Caption = #65339#36873#25321#65341
          OnClick = Cmd_CheckClick
        end
        object Cmd_Add: TSpeedButton
          Left = 8
          Top = 42
          Width = 80
          Height = 22
          Caption = #65339#28155#21152#65341
        end
        object Cmd_Close: TSpeedButton
          Left = 8
          Top = 126
          Width = 80
          Height = 22
          Caption = #65339#20851#38381#65341
        end
        object Panel5: TPanel
          Left = 8
          Top = 120
          Width = 80
          Height = 3
          TabOrder = 0
        end
      end
    end
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = True
    Active = True
    ControlUseTrueXPStyle = True
    BtnRoundArc = 5
    BtnOutLineBorderColor = 7552000
    BtnInnerBorderMoveColor = 3257087
    BtnInnerBorderFocusColor = 15183500
    BtnSurfaceNormalColor = 16251903
    BtnSurfaceDownColor = 14608359
    BtnSurfaceBottomLineColor = 14608359
    BtnSurfaceDownBottomLineColor = 15199215
    RdoChkControlChkColor = 41472
    ComboBoxChkColor = 9201994
    ComboboxSurfaceMoveColor = 16771030
    ControlDisabledBorderColor = 11913158
    Left = 48
    Top = 200
  end
end

⌨️ 快捷键说明

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