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

📄 unit1.dfm

📁 用delphi语言实现运筹学排序问题(双工序)程序
💻 DFM
字号:
object Form1: TForm1
  Left = 190
  Top = 103
  Width = 386
  Height = 489
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 20
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 377
    Height = 41
    Caption = #25490#24207#38382#39064#65288#21452#24037#24207#65289#31243#24207
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #40657#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 40
    Width = 377
    Height = 40
    TabOrder = 1
    object Label1: TLabel
      Left = 5
      Top = 11
      Width = 145
      Height = 25
      AutoSize = False
      Caption = #35831#36755#20837#24037#20214#25968#65306
    end
    object Edit1: TEdit
      Left = 152
      Top = 8
      Width = 49
      Height = 28
      TabOrder = 0
    end
    object Button1: TButton
      Left = 230
      Top = 5
      Width = 49
      Height = 30
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 80
    Width = 377
    Height = 169
    TabOrder = 2
    object Label2: TLabel
      Left = 5
      Top = 4
      Width = 240
      Height = 26
      AutoSize = False
      Caption = #35831#36755#20837#21508#24037#20214#21152#24037#26102#38388#34920#65306
    end
    object StringGrid1: TStringGrid
      Left = 8
      Top = 32
      Width = 361
      Height = 97
      ColCount = 6
      DefaultColWidth = 56
      RowCount = 3
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goAlwaysShowEditor]
      TabOrder = 0
    end
    object BitBtn1: TBitBtn
      Left = 104
      Top = 136
      Width = 57
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 232
      Top = 136
      Width = 49
      Height = 25
      Caption = #35745#31639
      TabOrder = 2
      OnClick = BitBtn2Click
    end
  end
  object Panel4: TPanel
    Left = 0
    Top = 249
    Width = 377
    Height = 208
    TabOrder = 3
    object Label3: TLabel
      Left = 8
      Top = 5
      Width = 201
      Height = 25
      AutoSize = False
      Caption = #21017#26368#20248#21152#24037#30697#38453#34920#20026#65306
    end
    object Label4: TLabel
      Left = 8
      Top = 139
      Width = 361
      Height = 62
      AutoSize = False
    end
    object StringGrid2: TStringGrid
      Left = 8
      Top = 32
      Width = 361
      Height = 97
      ColCount = 6
      DefaultColWidth = 56
      RowCount = 3
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goAlwaysShowEditor]
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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