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

📄 currentdata.dfm

📁 石油公司网管系统优化系统软件源码,很有价值的.
💻 DFM
字号:
object TCurrentData: TTCurrentData
  Left = 242
  Top = 192
  Anchors = [akLeft, akTop, akRight, akBottom]
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #24403#21069#24067#23616#20449#24687#24405#20837
  ClientHeight = 376
  ClientWidth = 592
  Color = clBtnFace
  Constraints.MaxHeight = 410
  Constraints.MaxWidth = 600
  Constraints.MinHeight = 410
  Constraints.MinWidth = 600
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 579
    Height = 97
    Caption = #32852#21512#31449#20449#24687
    TabOrder = 0
    object StationGrid: TStringGrid
      Left = 8
      Top = 24
      Width = 561
      Height = 57
      DefaultColWidth = 80
      FixedCols = 0
      RowCount = 2
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSizing, goColSizing, goRowMoving, goColMoving, goEditing, goAlwaysShowEditor]
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 112
    Width = 577
    Height = 217
    Caption = #36716#27833#31449#20449#24687
    TabOrder = 1
    object ZhuanGrid: TStringGrid
      Left = 8
      Top = 16
      Width = 561
      Height = 153
      ColCount = 6
      DefaultColWidth = 90
      RowCount = 2
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSizing, goColSizing, goRowMoving, goColMoving, goEditing, goAlwaysShowEditor]
      TabOrder = 0
      RowHeights = (
        24
        24)
    end
    object Add: TButton
      Left = 8
      Top = 176
      Width = 75
      Height = 25
      Caption = #22686#21152
      TabOrder = 1
      OnClick = AddClick
    end
    object Delete: TButton
      Left = 96
      Top = 176
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 2
      OnClick = DeleteClick
    end
  end
  object OK: TButton
    Left = 416
    Top = 336
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 2
    OnClick = OKClick
  end
  object Cancel: TButton
    Left = 512
    Top = 336
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = CancelClick
  end
end

⌨️ 快捷键说明

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