📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 346
Top = 168
Width = 691
Height = 480
Anchors = [akLeft, akTop, akRight, akBottom]
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 g: TStringGrid
Left = 0
Top = 0
Width = 683
Height = 446
Align = alClient
DefaultColWidth = 4
DefaultRowHeight = 4
FixedCols = 0
FixedRows = 0
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = [goRangeSelect]
ParentFont = False
TabOrder = 0
OnDrawCell = gDrawCell
end
object Panel1: TPanel
Left = 384
Top = 8
Width = 289
Height = 425
TabOrder = 1
DesignSize = (
289
425)
object Label1: TLabel
Left = 24
Top = 16
Width = 84
Height = 13
Caption = #35201#32534#30721#30340#25991#23383#65306
end
object Label2: TLabel
Left = 16
Top = 208
Width = 60
Height = 13
Caption = #21333#20803#23610#23544#65306
end
object Label3: TLabel
Left = 16
Top = 240
Width = 17
Height = 13
Caption = 'x0='
end
object Label4: TLabel
Left = 16
Top = 272
Width = 17
Height = 13
Caption = 'y0='
end
object Label5: TLabel
Left = 16
Top = 304
Width = 17
Height = 13
Caption = 'dx='
end
object Label6: TLabel
Left = 16
Top = 336
Width = 17
Height = 13
Caption = 'dy='
end
object Label7: TLabel
Left = 8
Top = 368
Width = 29
Height = 13
Caption = 'Time='
end
object Memo1: TMemo
Left = 16
Top = 32
Width = 249
Height = 161
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
end
object Edit1: TEdit
Left = 40
Top = 240
Width = 57
Height = 21
TabOrder = 1
Text = '10000'
end
object Edit2: TEdit
Left = 40
Top = 272
Width = 57
Height = 21
TabOrder = 2
Text = '10000'
end
object Edit3: TEdit
Left = 40
Top = 304
Width = 65
Height = 21
TabOrder = 3
Text = '100'
end
object Edit4: TEdit
Left = 80
Top = 208
Width = 57
Height = 21
TabOrder = 4
Text = '2'
OnChange = Edit4Change
end
object Edit5: TEdit
Left = 40
Top = 336
Width = 57
Height = 21
TabOrder = 5
Text = '100'
end
object Edit6: TEdit
Left = 40
Top = 368
Width = 73
Height = 21
TabOrder = 6
Text = '500000'
end
object UpDown1: TUpDown
Left = 137
Top = 208
Width = 16
Height = 21
Associate = Edit4
Min = 2
Max = 16
Position = 2
TabOrder = 7
end
object Button1: TButton
Left = 176
Top = 312
Width = 73
Height = 25
Caption = #25171#21360
TabOrder = 8
OnClick = Button1Click
end
object Button3: TButton
Left = 184
Top = 208
Width = 73
Height = 25
Caption = #29983#25104#20108#32500#30721
TabOrder = 9
OnClick = Button3Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -