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

📄 unit1.~dfm

📁 很好运筹学的DEOPHI原代码.包括动态规划,原始单纯形法,对策论,决策论等
💻 ~DFM
字号:
object Form1: TForm1
  Left = 258
  Top = 200
  Width = 451
  Height = 332
  Caption = #32463#27982#35746#36135#25209#37327#25240#25187#27169#22411
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 443
    Height = 305
    Align = alClient
    BevelOuter = bvNone
    BorderStyle = bsSingle
    TabOrder = 0
    object Pgmain: TPageControl
      Left = 0
      Top = 0
      Width = 439
      Height = 257
      ActivePage = TabSheet2
      Align = alTop
      TabIndex = 1
      TabOrder = 0
      object TabSheet1: TTabSheet
        Caption = 'TabSheet1'
        object Label1: TLabel
          Left = 83
          Top = 150
          Width = 221
          Height = 16
          Caption = #35831#36755#20837#21333#20215#25240#25187#31561#32423#20010#25968#65306'             '
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsBold]
          ParentFont = False
        end
        object Label4: TLabel
          Left = 80
          Top = 21
          Width = 73
          Height = 17
          AutoSize = False
          Caption = #35746#36135#36153'Cd'
        end
        object Label5: TLabel
          Left = 80
          Top = 46
          Width = 81
          Height = 17
          AutoSize = False
          Caption = #23384#20648#36153'Cp'
        end
        object Label6: TLabel
          Left = 82
          Top = 69
          Width = 231
          Height = 16
          AutoSize = False
          Caption = #21333#20301#26102#38388#20869#23545#36135#29289#30340#38656#27714#37327'D'
        end
        object Edit1: TEdit
          Left = 192
          Top = 176
          Width = 65
          Height = 24
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          TabOrder = 0
          Text = '3'
          OnKeyPress = Edit1KeyPress
        end
        object GroupBox2: TGroupBox
          Left = 8
          Top = 120
          Width = 409
          Height = 9
          TabOrder = 1
        end
        object Edit4: TEdit
          Left = 152
          Top = 16
          Width = 121
          Height = 24
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          TabOrder = 2
          Text = '50'
        end
        object Edit5: TEdit
          Left = 152
          Top = 41
          Width = 121
          Height = 24
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          TabOrder = 3
          Text = '3'
        end
        object Edit6: TEdit
          Left = 232
          Top = 97
          Width = 89
          Height = 24
          ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
          TabOrder = 4
          Text = '18000'
        end
      end
      object TabSheet2: TTabSheet
        Caption = 'TabSheet2'
        ImageIndex = 1
        object Label3: TLabel
          Left = 8
          Top = 8
          Width = 337
          Height = 16
          AutoSize = False
          Caption = #35831#36755#20837#21508#32423#21333#20215#20197#21450#23545#24212#30340#35746#36141#25209#37327#21306#38388#65306
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -15
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
        end
        object GroupBox3: TGroupBox
          Left = 9
          Top = 24
          Width = 409
          Height = 9
          TabOrder = 0
        end
      end
      object TabSheet3: TTabSheet
        Caption = 'TabSheet3'
        ImageIndex = 2
        object GroupBox1: TGroupBox
          Left = 50
          Top = 33
          Width = 327
          Height = 152
          Caption = #36755#20986
          TabOrder = 0
          object Label8: TLabel
            Left = 32
            Top = 47
            Width = 113
            Height = 20
            AutoSize = False
            Caption = #26368#20248#35746#36135#25209#37327'Q                           '
            Font.Charset = ANSI_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Label11: TLabel
            Left = 47
            Top = 95
            Width = 105
            Height = 21
            AutoSize = False
            Caption = #26368#23567#24635#36153#29992'f'
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -16
            Font.Name = #23435#20307
            Font.Style = []
            ParentFont = False
          end
          object Edit2: TEdit
            Left = 155
            Top = 41
            Width = 121
            Height = 24
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
            ParentFont = False
            TabOrder = 0
          end
          object Edit8: TEdit
            Left = 155
            Top = 90
            Width = 121
            Height = 24
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
            ParentFont = False
            TabOrder = 1
          end
        end
      end
    end
    object BitBtn2: TBitBtn
      Left = 348
      Top = 272
      Width = 81
      Height = 25
      Caption = #36864#20986
      TabOrder = 1
      OnClick = BitBtn2Click
      Kind = bkCancel
    end
    object Button1: TButton
      Left = 172
      Top = 272
      Width = 81
      Height = 25
      Caption = '<'#19978#19968#27493'(&B)'
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 252
      Top = 272
      Width = 81
      Height = 25
      Caption = #19979#19968#27493'(&N) >'
      Default = True
      TabOrder = 3
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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