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

📄 unit1.~dfm

📁 用delphi语言实现运筹学资源分配问题程序
💻 ~DFM
字号:
object Form1: TForm1
  Left = 188
  Top = 105
  Width = 594
  Height = 502
  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 = 585
    Height = 49
    Caption = #36164#28304#20998#37197#31243#24207
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 49
    Width = 585
    Height = 80
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 11
      Width = 206
      Height = 20
      AutoSize = False
      Caption = #35831#36755#20837#35774#22791#30340#24635#21488#25968#65306
    end
    object Label2: TLabel
      Left = 24
      Top = 48
      Width = 238
      Height = 20
      AutoSize = False
      Caption = #35831#36755#20837#20998#37197#35774#22791#30340#24037#21378#25968#65306
    end
    object Edit1: TEdit
      Left = 270
      Top = 8
      Width = 97
      Height = 28
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 270
      Top = 40
      Width = 97
      Height = 28
      TabOrder = 1
    end
    object Button1: TButton
      Left = 398
      Top = 5
      Width = 81
      Height = 33
      Caption = #30830#23450
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 398
      Top = 38
      Width = 81
      Height = 33
      Caption = #28165#38500
      TabOrder = 3
      OnClick = Button2Click
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 128
    Width = 585
    Height = 232
    TabOrder = 2
    object Label3: TLabel
      Left = 168
      Top = 5
      Width = 321
      Height = 20
      AutoSize = False
      Caption = #35831#36755#20837#20998#37197#26041#26696#24037#21378#30340#30408#21033#25968
    end
    object StringGrid1: TStringGrid
      Left = 0
      Top = 40
      Width = 585
      Height = 137
      ColCount = 10
      DefaultColWidth = 56
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goAlwaysShowEditor]
      TabOrder = 0
    end
    object Button3: TButton
      Left = 176
      Top = 184
      Width = 81
      Height = 41
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 312
      Top = 184
      Width = 81
      Height = 41
      Caption = #35745#31639
      TabOrder = 2
      OnClick = Button4Click
    end
  end
  object Panel4: TPanel
    Left = 0
    Top = 360
    Width = 585
    Height = 113
    TabOrder = 3
    object Label4: TLabel
      Left = 176
      Top = 0
      Width = 4
      Height = 20
    end
  end
end

⌨️ 快捷键说明

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