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

📄 unit1.dfm

📁 用delphi语言实现运筹学生产与存贮问题程序
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 101
  Width = 610
  Height = 468
  Caption = #29983#20135#19982#23384#36142#38382#39064#31243#24207
  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 = 601
    Height = 41
    Caption = #29983#20135#19982#23384#36142#38382#39064
    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 = 41
    Width = 409
    Height = 134
    TabOrder = 1
    object Label1: TLabel
      Left = 9
      Top = 8
      Width = 248
      Height = 20
      AutoSize = False
      Caption = #35831#36755#20837#24635#30340#26102#26399#25968#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 41
      Width = 267
      Height = 20
      AutoSize = False
      Caption = #35831#36755#20837#27599#25209#20135#21697#30340#22266#23450#25104#26412#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 73
      Width = 313
      Height = 20
      AutoSize = False
      Caption = #35831#36755#20837#21333#20301#26102#26399#30340#26368#22823#29983#20135#33021#21147#65306
    end
    object Edit1: TEdit
      Left = 326
      Top = 7
      Width = 73
      Height = 28
      TabOrder = 0
    end
    object Button1: TButton
      Left = 327
      Top = 104
      Width = 73
      Height = 28
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button1Click
    end
    object Edit2: TEdit
      Left = 326
      Top = 37
      Width = 73
      Height = 28
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 326
      Top = 66
      Width = 73
      Height = 28
      TabOrder = 3
    end
    object Button2: TButton
      Left = 233
      Top = 104
      Width = 69
      Height = 28
      Caption = #28165#38500
      TabOrder = 4
      OnClick = Button2Click
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 175
    Width = 409
    Height = 266
    TabOrder = 2
    object Label4: TLabel
      Left = 8
      Top = 8
      Width = 385
      Height = 24
      AutoSize = False
      Caption = #35831#36755#20837#21508#26102#26399#21333#20301#20135#21697#30340#25104#26412#12289#23384#36142#36153
    end
    object Label5: TLabel
      Left = 8
      Top = 37
      Width = 353
      Height = 20
      AutoSize = False
      Caption = '          '#21450#21508#26102#26399#30340#20135#21697#38656#27714#37327
    end
    object StringGrid1: TStringGrid
      Left = 0
      Top = 67
      Width = 401
      Height = 150
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goAlwaysShowEditor]
      ParentFont = False
      TabOrder = 0
    end
    object Button3: TButton
      Left = 163
      Top = 224
      Width = 63
      Height = 33
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 268
      Top = 224
      Width = 65
      Height = 33
      Caption = #35745#31639
      TabOrder = 2
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 56
      Top = 224
      Width = 65
      Height = 33
      Caption = #28165#38500
      TabOrder = 3
      OnClick = Button5Click
    end
  end
  object Panel4: TPanel
    Left = 409
    Top = 41
    Width = 192
    Height = 400
    TabOrder = 3
    object Label6: TLabel
      Left = 0
      Top = 0
      Width = 185
      Height = 399
      AutoSize = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
  end
end

⌨️ 快捷键说明

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