📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 103
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 411
ClientWidth = 531
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
DesignSize = (
531
411)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 168
Top = 16
Width = 36
Height = 13
Caption = #21495#30721#65306
end
object Label2: TLabel
Left = 168
Top = 40
Width = 48
Height = 13
Caption = #25104#21151#29575#65306
end
object Label3: TLabel
Left = 168
Top = 64
Width = 36
Height = 13
Caption = #39057#29575#65306
end
object Label4: TLabel
Left = 168
Top = 144
Width = 60
Height = 13
Caption = #29983#25104#21495#30721#65306
end
object Label5: TLabel
Left = 392
Top = 144
Width = 24
Height = 13
Caption = #21040#65306
end
object Label6: TLabel
Left = 8
Top = 8
Width = 153
Height = 13
AutoSize = False
Caption = #26465#25968#65306'0'
end
object Label7: TLabel
Left = 168
Top = 88
Width = 36
Height = 13
Caption = #26085#26399#65306
end
object Label8: TLabel
Left = 168
Top = 112
Width = 39
Height = 13
Caption = #26102#38388#65306' '
end
object Memo1: TMemo
Left = 8
Top = 32
Width = 153
Height = 369
Anchors = [akLeft, akTop, akBottom]
PopupMenu = PopupMenu1
ScrollBars = ssVertical
TabOrder = 0
OnChange = Memo1Change
end
object Edit1: TEdit
Left = 224
Top = 8
Width = 89
Height = 21
TabOrder = 1
Text = '4000'
end
object Memo2: TMemo
Left = 168
Top = 176
Width = 363
Height = 177
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
#27979#35797)
TabOrder = 2
end
object Button1: TButton
Left = 216
Top = 376
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 3
OnClick = Button1Click
end
object Edit2: TEdit
Left = 224
Top = 32
Width = 89
Height = 21
TabOrder = 4
Text = '10'
end
object Edit3: TEdit
Left = 224
Top = 56
Width = 89
Height = 21
TabOrder = 5
Text = '2'
end
object Edit4: TEdit
Left = 320
Top = 144
Width = 57
Height = 21
TabOrder = 6
Text = '0'
end
object Edit5: TEdit
Left = 416
Top = 144
Width = 57
Height = 21
TabOrder = 7
Text = '9999'
end
object Button3: TButton
Left = 480
Top = 142
Width = 43
Height = 25
Caption = #29983#25104
TabOrder = 8
OnClick = Button3Click
end
object Edit6: TEdit
Left = 232
Top = 144
Width = 73
Height = 21
TabOrder = 9
Text = '1390561'
end
object CheckBox1: TCheckBox
Left = 320
Top = 376
Width = 97
Height = 17
Caption = #32479#35745
TabOrder = 10
end
object DateTimePicker1: TDateTimePicker
Left = 224
Top = 88
Width = 89
Height = 21
Date = 39805.651614039350000000
Format = 'yyyy-MM-dd'
Time = 39805.651614039350000000
TabOrder = 11
end
object DateTimePicker2: TDateTimePicker
Left = 224
Top = 112
Width = 89
Height = 21
Date = 39805.651708437500000000
Format = 'hh:mm:ss'
Time = 39805.651708437500000000
Kind = dtkTime
TabOrder = 12
end
object CheckBox2: TCheckBox
Left = 320
Top = 8
Width = 97
Height = 17
Caption = ' '
TabOrder = 13
end
object PopupMenu1: TPopupMenu
Left = 80
Top = 128
object load1: TMenuItem
Caption = 'load'
OnClick = load1Click
end
object N2: TMenuItem
Caption = #20445#23384
OnClick = N2Click
end
object N3: TMenuItem
Caption = '-'
end
object N1: TMenuItem
Caption = #28165#31354
OnClick = N1Click
end
end
object OpenDialog1: TOpenDialog
DefaultExt = '*.txt'
Filter = '*.txt|*.txt'
Left = 32
Top = 128
end
object SaveDialog1: TSaveDialog
DefaultExt = '*.txt'
Filter = '*.txt|*.txt'
Left = 56
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -