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

📄 unit1.dfm

📁 用delphi语言实现运筹学参数计算程序
💻 DFM
字号:
object Form1: TForm1
  Left = 249
  Top = 110
  Width = 719
  Height = 542
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 51
    Width = 207
    Height = 563
    BevelInner = bvLowered
    TabOrder = 0
    object Label3: TLabel
      Left = 14
      Top = 35
      Width = 179
      Height = 16
      AutoSize = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 12
      Top = 8
      Width = 169
      Height = 25
      AutoSize = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
  end
  object Panel2: TPanel
    Left = -1
    Top = -4
    Width = 696
    Height = 55
    BevelInner = bvLowered
    TabOrder = 1
    object Label1: TLabel
      Left = 20
      Top = 15
      Width = 113
      Height = 20
      AutoSize = False
      Caption = #24635#24037#24207#25968#30446#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 330
      Top = 15
      Width = 109
      Height = 20
      AutoSize = False
      Caption = #20107'  '#20214' '#25968' '#30446#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object BitBtn1: TBitBtn
      Left = 254
      Top = 13
      Width = 75
      Height = 25
      Caption = #19979#19968#27493
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      OnClick = BitBtn1Click
      Kind = bkOK
    end
    object Edit1: TEdit
      Left = 129
      Top = 15
      Width = 121
      Height = 21
      TabOrder = 1
      Text = '0'
    end
    object Edit2: TEdit
      Left = 441
      Top = 15
      Width = 121
      Height = 21
      TabOrder = 2
      Text = '0'
    end
    object BitBtn3: TBitBtn
      Left = 615
      Top = 13
      Width = 75
      Height = 25
      Caption = #36864#20986
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 3
      OnClick = BitBtn3Click
      Kind = bkNo
    end
  end
  object Panel3: TPanel
    Left = 207
    Top = 51
    Width = 176
    Height = 563
    BevelInner = bvLowered
    TabOrder = 2
    object Label4: TLabel
      Left = 25
      Top = 36
      Width = 130
      Height = 19
      AutoSize = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object BitBtn2: TBitBtn
      Left = 46
      Top = 3
      Width = 75
      Height = 25
      Caption = #35745#31639
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      OnClick = BitBtn2Click
      Kind = bkAll
    end
  end
  object Panel4: TPanel
    Left = 382
    Top = 51
    Width = 313
    Height = 563
    BevelInner = bvLowered
    TabOrder = 3
    object Label5: TLabel
      Left = 3
      Top = 37
      Width = 306
      Height = 25
      AutoSize = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
  end
end

⌨️ 快捷键说明

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