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

📄 dinsert.~dfm

📁 有关delphi的应用
💻 ~DFM
字号:
object frminsert: Tfrminsert
  Left = 81
  Top = 12
  Width = 656
  Height = 555
  Caption = #27979#35797#25968#25454#36755#20837
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnShow = FormShow
  DesignSize = (
    648
    528)
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 30
    Top = 90
    Width = 219
    Height = 183
    Caption = #35760#24405#19968
    TabOrder = 0
    DesignSize = (
      219
      183)
    object StringGrid1: TStringGrid
      Left = 0
      Top = 16
      Width = 217
      Height = 161
      Anchors = [akLeft, akTop, akRight, akBottom]
      ColCount = 2
      DefaultColWidth = 60
      DefaultRowHeight = 20
      RowCount = 20
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
      TabOrder = 0
      RowHeights = (
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20)
    end
  end
  object GroupBox2: TGroupBox
    Left = 248
    Top = 90
    Width = 377
    Height = 183
    Anchors = [akLeft, akTop, akRight]
    Caption = #35760#24405#20108
    TabOrder = 1
    DesignSize = (
      377
      183)
    object StringGrid2: TStringGrid
      Left = 0
      Top = 16
      Width = 377
      Height = 161
      Anchors = [akLeft, akTop, akRight, akBottom]
      DefaultColWidth = 60
      DefaultRowHeight = 20
      RowCount = 40
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
      TabOrder = 0
      ColWidths = (
        60
        43
        60
        60
        64)
      RowHeights = (
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20
        20)
    end
  end
  object GroupBox3: TGroupBox
    Left = 30
    Top = 49
    Width = 595
    Height = 42
    Anchors = [akLeft, akTop, akRight]
    Caption = 'JobOrder   SN'
    TabOrder = 2
    DesignSize = (
      595
      42)
    object Label3: TLabel
      Left = 224
      Top = 19
      Width = 33
      Height = 13
      Anchors = [akTop]
      AutoSize = False
      Caption = 'SN'
    end
    object Label4: TLabel
      Left = 16
      Top = 19
      Width = 57
      Height = 13
      Anchors = [akTop]
      AutoSize = False
      Caption = 'JobOrder'
    end
    object snEdit: TEdit
      Left = 264
      Top = 15
      Width = 121
      Height = 21
      Anchors = [akTop]
      TabOrder = 0
    end
    object JobOrderEdit: TEdit
      Left = 80
      Top = 15
      Width = 121
      Height = 21
      Anchors = [akTop]
      TabOrder = 1
    end
    object Button2: TButton
      Left = 494
      Top = 11
      Width = 70
      Height = 23
      Anchors = [akTop]
      Caption = #20445#23384
      TabOrder = 2
      OnClick = Button2Click
    end
  end
  object GroupBox4: TGroupBox
    Left = 30
    Top = 0
    Width = 595
    Height = 51
    Anchors = [akLeft, akTop, akRight]
    Caption = #26174#31034#21442#25968#21015#34920
    TabOrder = 3
    DesignSize = (
      595
      51)
    object Label1: TLabel
      Left = 224
      Top = 24
      Width = 32
      Height = 13
      AutoSize = False
      Caption = #24037#24207
    end
    object Label2: TLabel
      Left = 16
      Top = 24
      Width = 25
      Height = 17
      AutoSize = False
      Caption = 'PN'
    end
    object Button1: TButton
      Left = 480
      Top = 16
      Width = 89
      Height = 25
      Anchors = [akTop]
      Caption = #26174#31034#21442#25968#21015#34920
      TabOrder = 0
      OnClick = Button1Click
    end
    object prodorderCBox: TComboBox
      Left = 264
      Top = 16
      Width = 185
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      ItemHeight = 13
      TabOrder = 1
    end
    object pnCBox: TComboBox
      Left = 48
      Top = 16
      Width = 145
      Height = 21
      ItemHeight = 13
      Sorted = True
      TabOrder = 2
      OnChange = pnCBoxChange
    end
  end
  object GroupBox5: TGroupBox
    Left = 30
    Top = 280
    Width = 219
    Height = 209
    Anchors = [akLeft, akTop, akBottom]
    Caption = #35760#24405#19968
    TabOrder = 4
    DesignSize = (
      219
      209)
    object DBGrid1: TDBGrid
      Left = 0
      Top = 17
      Width = 217
      Height = 192
      Anchors = [akLeft, akTop, akRight, akBottom]
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'value_id1'
          Title.Caption = #24207#21495
          Width = 20
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'paraname'
          Title.Caption = #21442#25968#21517
          Width = 47
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'testvalue'
          Title.Caption = #27979#35797#20540
          Width = 51
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'sn'
          Title.Caption = 'SN'
          Width = 56
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'joborder'
          Width = 49
          Visible = True
        end>
    end
  end
  object GroupBox6: TGroupBox
    Left = 246
    Top = 280
    Width = 387
    Height = 209
    Anchors = [akLeft, akTop, akRight, akBottom]
    Caption = #35760#24405#20108
    TabOrder = 5
    DesignSize = (
      387
      209)
    object DBGrid2: TDBGrid
      Left = 0
      Top = 16
      Width = 377
      Height = 193
      Anchors = [akLeft, akTop, akRight, akBottom]
      DataSource = DataSource2
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'value_id2'
          Title.Caption = #24207#21495
          Width = 29
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'paraname'
          Title.Caption = #21442#25968#21517
          Width = 88
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'temperature'
          Title.Caption = #28201#24230
          Width = 31
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'maxvalue'
          Title.Caption = #26368#22823#20540
          Width = 31
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'minvalue'
          Title.Caption = #26368#23567#20540
          Width = 29
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'testvalue'
          Title.Caption = #27979#35797#20540
          Width = 37
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'sn'
          Title.Caption = 'SN'
          Width = 63
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'joborder'
          Width = 47
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'status'
          Title.Caption = #29366#24577
          Width = 30
          Visible = True
        end>
    end
  end
  object Button3: TButton
    Left = 62
    Top = 496
    Width = 54
    Height = 20
    Anchors = [akRight, akBottom]
    Caption = #20462#25913
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 150
    Top = 496
    Width = 54
    Height = 20
    Anchors = [akRight, akBottom]
    Caption = #21024#38500
    TabOrder = 7
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 374
    Top = 496
    Width = 54
    Height = 20
    Anchors = [akRight, akBottom]
    Caption = #20462#25913
    TabOrder = 8
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 478
    Top = 496
    Width = 54
    Height = 20
    Anchors = [akRight, akBottom]
    Caption = #21024#38500
    TabOrder = 9
    OnClick = Button6Click
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 54
    Top = 376
  end
  object DataSource2: TDataSource
    DataSet = ADODataSet2
    Left = 270
    Top = 368
  end
  object ADODataSet1: TADODataSet
    Connection = DM.ADOConn
    CursorType = ctStatic
    Parameters = <>
    Left = 54
    Top = 360
  end
  object ADODataSet2: TADODataSet
    Connection = DM.ADOConn
    CursorType = ctStatic
    Parameters = <>
    Left = 246
    Top = 368
  end
end

⌨️ 快捷键说明

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