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

📄 unit1.~dfm

📁 很好运筹学的DEOPHI原代码.包括动态规划,原始单纯形法,对策论,决策论等
💻 ~DFM
字号:
object Form1: TForm1
  Left = 189
  Top = 104
  Width = 507
  Height = 507
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 20
  object PageControl1: TPageControl
    Left = 0
    Top = 40
    Width = 497
    Height = 438
    ActivePage = TabSheet1
    HotTrack = True
    TabIndex = 0
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #25968#25454#36755#20837
      object Label1: TLabel
        Left = -3
        Top = 8
        Width = 145
        Height = 20
        AutoSize = False
        Caption = #35831#36755#20837#20998#26525#24635#25968#65306
      end
      object StringGrid1: TStringGrid
        Left = 0
        Top = 40
        Width = 489
        Height = 353
        ColCount = 7
        RowCount = 13
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goAlwaysShowEditor]
        TabOrder = 0
      end
      object Edit1: TEdit
        Left = 145
        Top = 4
        Width = 61
        Height = 28
        TabOrder = 1
      end
      object BitBtn1: TBitBtn
        Left = 210
        Top = 2
        Width = 45
        Height = 32
        Caption = #30830#23450
        TabOrder = 2
        OnClick = BitBtn1Click
      end
      object Button1: TButton
        Left = 256
        Top = 2
        Width = 230
        Height = 33
        Caption = #25968#25454#36755#20837#23436#27605#36827#34892#25490#24207#65281
        TabOrder = 3
        OnClick = Button1Click
      end
    end
    object TabSheet2: TTabSheet
      Caption = #25490#24207#26657#39564
      ImageIndex = 1
      object Label2: TLabel
        Left = 3
        Top = 7
        Width = 158
        Height = 20
        AutoSize = False
        Caption = #25490#24207#21518#25968#25454#22914#19979#65306
      end
      object StringGrid2: TStringGrid
        Left = 0
        Top = 40
        Width = 489
        Height = 353
        ColCount = 7
        RowCount = 13
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goAlwaysShowEditor]
        TabOrder = 0
      end
      object Button2: TButton
        Left = 157
        Top = 3
        Width = 76
        Height = 33
        Caption = #26657#39564
        TabOrder = 1
        OnClick = Button2Click
      end
      object Button6: TButton
        Left = 224
        Top = 3
        Width = 161
        Height = 33
        Caption = #36827#34892#22788#29702#20915#31574
        TabOrder = 2
        OnClick = Button6Click
      end
      object Button5: TButton
        Left = 392
        Top = 3
        Width = 97
        Height = 33
        Caption = #37325#26032#36755#20837
        TabOrder = 3
        OnClick = Button5Click
      end
    end
    object TabSheet3: TTabSheet
      Caption = #22788#29702#20915#31574
      ImageIndex = 2
      object Label3: TLabel
        Left = 6
        Top = 8
        Width = 163
        Height = 20
        AutoSize = False
        Caption = #20915#31574#32467#26524#22914#19979#65306
      end
      object StringGrid3: TStringGrid
        Left = 0
        Top = 40
        Width = 489
        Height = 353
        ColCount = 7
        RowCount = 13
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goAlwaysShowEditor]
        TabOrder = 0
      end
      object Button3: TButton
        Left = 304
        Top = 3
        Width = 177
        Height = 33
        Caption = #36755#20986#26368#20248#26041#26696
        TabOrder = 1
        OnClick = Button3Click
      end
    end
    object TabSheet4: TTabSheet
      Caption = #26041#26696#36755#20986
      ImageIndex = 3
      object Label4: TLabel
        Left = 4
        Top = 7
        Width = 141
        Height = 20
        AutoSize = False
        Caption = #26368#20248#26041#26696#20026#65306
      end
      object Memo1: TMemo
        Left = 0
        Top = 40
        Width = 489
        Height = 361
        Lines.Strings = (
          '')
        TabOrder = 0
      end
      object Button4: TButton
        Left = 312
        Top = 3
        Width = 174
        Height = 33
        Caption = #32487#32493#26032#30340#35745#31639
        TabOrder = 1
        OnClick = Button4Click
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 497
    Height = 41
    Caption = #20915#31574#26641#20998#26512#31243#24207
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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