📄 unit1.dfm
字号:
object Form1: TForm1
Left = 288
Top = 107
Width = 351
Height = 464
Caption = 'FONT Editor'
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '俵俽 俹僑僔僢僋'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = Form1Create
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 8
Top = 16
Width = 49
Height = 12
Caption = '墶僪僢僩悢'
end
object Label2: TLabel
Left = 88
Top = 16
Width = 49
Height = 12
Caption = '廲僪僢僩悢'
end
object Image1: TImage
Left = 8
Top = 80
Width = 321
Height = 321
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
end
object Label3: TLabel
Left = 8
Top = 56
Width = 33
Height = 12
Caption = 'Label3'
end
object Image2: TImage
Left = 296
Top = 40
Width = 33
Height = 33
end
object ComboBox1: TComboBox
Left = 8
Top = 32
Width = 49
Height = 20
ItemHeight = 12
TabOrder = 0
Text = 'ComboBox1'
OnChange = ComboBox1Change
Items.Strings = (
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17'
'18'
'19'
'20'
'21'
'22'
'23'
'24'
'25'
'26'
'27'
'28'
'29'
'30'
'31'
'32')
end
object ComboBox2: TComboBox
Left = 88
Top = 32
Width = 49
Height = 20
ItemHeight = 12
TabOrder = 1
Text = 'ComboBox2'
OnChange = ComboBox2Change
Items.Strings = (
'5'
'6'
'7'
'8'
'9'
'10'
'11'
'12'
'13'
'14'
'15'
'16'
'17'
'18'
'19'
'20'
'21'
'22'
'23'
'24'
'25'
'26'
'27'
'28'
'29'
'30'
'31'
'32')
end
object Button1: TButton
Left = 192
Top = 8
Width = 25
Height = 25
Caption = '仾'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 192
Top = 48
Width = 25
Height = 25
Caption = '伀'
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 160
Top = 32
Width = 25
Height = 25
Caption = '仼'
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 224
Top = 32
Width = 25
Height = 25
Caption = '仺'
TabOrder = 5
OnClick = Button4Click
end
object Button5: TButton
Left = 272
Top = 8
Width = 57
Height = 25
Caption = 'CLEAR'
TabOrder = 6
OnClick = Button5Click
end
object MainMenu1: TMainMenu
Left = 8
Top = 72
object File1: TMenuItem
Caption = 'File'
object New1: TMenuItem
Caption = 'New'
OnClick = New1Click
end
object Open1: TMenuItem
Caption = 'Load'
OnClick = Open1Click
end
object Save1: TMenuItem
Caption = 'Save'
Enabled = False
OnClick = Save1Click
end
object Saveas1: TMenuItem
Caption = 'Save as'
OnClick = Saveas1Click
end
object LoadBMP1: TMenuItem
Caption = 'Load BMP'
OnClick = LoadBMP1Click
end
end
object Edit1: TMenuItem
Caption = 'Edit'
end
end
object OpenDialog1: TOpenDialog
Left = 40
Top = 72
end
object SaveDialog1: TSaveDialog
Left = 72
Top = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -