unit2.dfm
来自「是用来计算线形规划问题的小工具,其用到的是单纯型酸法」· DFM 代码 · 共 78 行
DFM
78 行
object ChildForm: TChildForm
Left = 313
Top = 203
Width = 696
Height = 480
Caption = 'ChildForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Menu = MainMenu1
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 688
Height = 426
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Fixedsys'
Font.Style = []
Lines.Strings = (
'Memo1')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
OnKeyPress = Memo1KeyPress
OnMouseDown = Memo1MouseDown
end
object MainMenu1: TMainMenu
Left = 304
Top = 192
object Run: TMenuItem
Caption = #36816#34892'(&R)'
GroupIndex = 2
OnClick = RunClick
end
object Edit: TMenuItem
Caption = #32534#36753'(&E)'
GroupIndex = 3
object Undo: TMenuItem
Caption = #25764#28040'(&U)'
OnClick = UndoClick
end
object Cut: TMenuItem
Caption = #21098#20999'(&X)'
OnClick = CutClick
end
object Cpoy: TMenuItem
Caption = #22797#21046'(&C)'
OnClick = CpoyClick
end
object Paste: TMenuItem
Caption = #31896#36148'(&P)'
OnClick = PasteClick
end
object Spilter: TMenuItem
Caption = '-'
end
object SAll: TMenuItem
Caption = #20840#36873'(&A)'
OnClick = SAllClick
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?