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

📄 customnameinfo_unt.dfm

📁 煤矿行业采掘接替计划自动生成系统
💻 DFM
字号:
inherited CustomNameInfo_Frm: TCustomNameInfo_Frm
  Top = 132
  VertScrollBar.Range = 0
  Align = alClient
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'CustomNameInfo_Frm'
  PixelsPerInch = 96
  TextHeight = 13
  inherited Panel2: TPanel
    object Label1: TLabel [0]
      Tag = 11
      Left = 24
      Top = 48
      Width = 113
      Height = 25
      AutoSize = False
      Caption = '      '#20070#38754#21517#31216#65306
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel [1]
      Tag = 15
      Left = 360
      Top = 48
      Width = 113
      Height = 25
      AutoSize = False
      Caption = '       '#24403#22320#31216#21628#65306
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label3: TLabel [2]
      Tag = 13
      Left = 168
      Top = 48
      Width = 97
      Height = 25
      AutoSize = False
      Caption = '             '#31867#22411#65306
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    inherited DBGrid1: TDBGrid
      Columns = <
        item
          Expanded = False
          FieldName = 'Sequence'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Id'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'LocalName'
          Width = 107
          Visible = True
        end
        item
          Expanded = False
          FieldName = #36890#24120#21517#31216#65288#20070#38754#29992#35821#65289
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Description'
          Title.Caption = #35828#26126
          Visible = True
        end>
    end
    object DBEdit1: TDBEdit
      Tag = 16
      Left = 408
      Top = 80
      Width = 81
      Height = 21
      DataField = 'LocalName'
      DataSource = Base_DataS
      Enabled = False
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 1
      OnKeyDown = DBEdit1KeyDown
    end
    object DBLookupComboBox1: TDBLookupComboBox
      Tag = 12
      Left = 72
      Top = 80
      Width = 145
      Height = 21
      DataField = 'CommonName_Id'
      DataSource = Base_DataS
      Enabled = False
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      KeyField = 'Id'
      ListField = 'CommonName'
      ListSource = CommonName_DataS
      TabOrder = 2
      OnKeyDown = DBLookupComboBox1KeyDown
    end
    object DBLookupComboBox2: TDBLookupComboBox
      Tag = 14
      Left = 248
      Top = 80
      Width = 145
      Height = 21
      DataField = 'TaskType_Id'
      DataSource = CommonName_DataS
      Enabled = False
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      KeyField = 'TaskType_Id'
      ListField = 'TaskType_Name'
      ListSource = TaskType_DataS
      TabOrder = 3
      OnKeyDown = DBLookupComboBox2KeyDown
    end
  end
  inherited Base_DataS: TDataSource
    DataSet = Data_Frm.TaskLocalName_AdoTab
    Left = 240
    Top = 40
  end
  object CommonName_DataS: TDataSource
    DataSet = Data_Frm.CommonName_AdoTab
    Left = 272
    Top = 40
  end
  object TaskType_DataS: TDataSource
    DataSet = Data_Frm.TaskType_AdoTab
    Left = 312
    Top = 40
  end
end

⌨️ 快捷键说明

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