📄 unit1.dfm
字号:
object Form1: TForm1
Left = 65
Top = 91
Width = 706
Height = 451
BorderIcons = [biSystemMenu, biMinimize]
Caption = #25253#34920#25171#21360#31995#32479
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 592
Top = 40
Width = 97
Height = 25
Caption = #19979#19968#26465#35760#24405
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 592
Top = 8
Width = 97
Height = 25
Caption = #25171#24320#25991#20214
TabOrder = 1
OnClick = Button2Click
end
object StringGrid1: TStringGrid
Left = 0
Top = 168
Width = 585
Height = 249
ColCount = 10
DefaultColWidth = 80
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowMoving, goColMoving]
TabOrder = 2
RowHeights = (
24
38
24
24
24)
end
object Button3: TButton
Left = 592
Top = 72
Width = 97
Height = 25
Caption = #19978#19968#26465#35760#24405
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 592
Top = 104
Width = 97
Height = 25
Caption = #25171#21360#24403#21069#34892
Enabled = False
TabOrder = 4
OnClick = Button4Click
end
object GroupBox1: TGroupBox
Left = 0
Top = 8
Width = 585
Height = 153
Caption = #25171#21360#20869#23481#39044#35272
TabOrder = 5
object Edit1: TEdit
Left = 157
Top = 26
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 8
Top = 26
Width = 121
Height = 21
TabOrder = 1
Text = 'Edit2'
end
object Edit3: TEdit
Left = 306
Top = 26
Width = 121
Height = 21
TabOrder = 2
Text = 'Edit3'
end
object Edit4: TEdit
Left = 8
Top = 72
Width = 121
Height = 21
TabOrder = 3
Text = 'Edit4'
end
object Edit5: TEdit
Left = 157
Top = 72
Width = 121
Height = 21
TabOrder = 4
Text = 'Edit5'
end
object Edit6: TEdit
Left = 456
Top = 26
Width = 121
Height = 21
TabOrder = 5
Text = 'Edit6'
end
object Edit7: TEdit
Left = 306
Top = 72
Width = 121
Height = 21
TabOrder = 6
Text = 'Edit7'
end
object Edit8: TEdit
Left = 456
Top = 72
Width = 121
Height = 21
TabOrder = 7
Text = 'Edit8'
end
object Edit9: TEdit
Left = 8
Top = 112
Width = 273
Height = 21
TabOrder = 8
Text = 'Edit9'
end
object Edit10: TEdit
Left = 306
Top = 112
Width = 271
Height = 21
TabOrder = 9
Text = 'Edit10'
end
end
object Button5: TButton
Left = 592
Top = 136
Width = 97
Height = 25
Caption = #25171#21360#26657#27491
Enabled = False
TabOrder = 6
OnClick = Button5Click
end
object GroupBox2: TGroupBox
Left = 594
Top = 264
Width = 97
Height = 153
Caption = #36830#32493#25171#21360
TabOrder = 8
object Label1: TLabel
Left = 16
Top = 16
Width = 36
Height = 13
Caption = #36215#22987#39029
end
object Label2: TLabel
Left = 16
Top = 64
Width = 36
Height = 13
Caption = #32456#27490#39029
end
object Edit11: TEdit
Left = 16
Top = 40
Width = 65
Height = 21
TabOrder = 0
Text = '1'
OnKeyPress = Edit11KeyPress
end
object Edit12: TEdit
Left = 16
Top = 80
Width = 65
Height = 21
TabOrder = 1
Text = '2'
OnKeyPress = Edit12KeyPress
end
end
object Button6: TButton
Left = 608
Top = 384
Width = 75
Height = 25
Caption = #36830#25171#30830#35748
Enabled = False
TabOrder = 7
OnClick = Button6Click
end
object GroupBox3: TGroupBox
Left = 592
Top = 176
Width = 97
Height = 73
Caption = #23383#20307#22823#23567
TabOrder = 9
object Label3: TLabel
Left = 8
Top = 16
Width = 48
Height = 13
Caption = #23553#38754#21306#22495
end
object Label4: TLabel
Left = 8
Top = 46
Width = 48
Height = 13
Caption = #27491#25991#21306#22495
end
object Edit13: TEdit
Left = 62
Top = 13
Width = 25
Height = 21
TabOrder = 0
Text = '18'
end
object Edit14: TEdit
Left = 62
Top = 43
Width = 27
Height = 21
TabOrder = 1
Text = '14'
end
end
object ExcelApplication1: TExcelApplication
AutoConnect = False
ConnectKind = ckRunningOrNew
AutoQuit = False
Left = 128
Top = 280
end
object ExcelWorksheet1: TExcelWorksheet
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 128
Top = 200
end
object ExcelWorkbook1: TExcelWorkbook
AutoConnect = False
ConnectKind = ckRunningOrNew
Left = 128
Top = 240
end
object OpenDialog1: TOpenDialog
Left = 128
Top = 312
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -