?? copyrightmgr.dfm
字號:
object Form8: TForm8 Left = 460 Top = 260 Width = 436 Height = 416 HorzScrollBar.Range = 435 VertScrollBar.Range = 409 ActiveControl = ListBox1 Caption = 'CopyrightInfo Manager' Color = clButton Font.Color = clText Font.Height = 11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] ParentFont = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 TextWidth = 5 object Label1: TLabel Left = 8 Top = 8 Width = 118 Height = 13 Caption = 'Existing Copyright Infos:' end object Label2: TLabel Left = 8 Top = 120 Width = 50 Height = 13 Caption = 'First Name' end object Label3: TLabel Left = 8 Top = 144 Width = 49 Height = 13 Caption = 'Last Name' end object Label4: TLabel Left = 8 Top = 168 Width = 44 Height = 13 Caption = 'Company' end object Label5: TLabel Left = 8 Top = 192 Width = 44 Height = 13 Caption = 'Address1' end object Label6: TLabel Left = 8 Top = 264 Width = 46 Height = 13 Caption = 'Date/Year' end object Label7: TLabel Left = 8 Top = 296 Width = 59 Height = 13 Caption = 'License Info,' end object Label8: TLabel Left = 8 Top = 312 Width = 50 Height = 13 Caption = 'Comments' end Left = 8 Top = 216 Width = 44 Height = 13 Caption = 'Address2' end object Label10: TLabel Left = 8 Top = 240 Width = 44 Height = 13 Caption = 'Address3' end object ListBox1: TListBox Left = 8 Top = 24 Width = 425 Height = 89 ItemHeight = 13 TabOrder = 0 OnClick = ListBox1Click end object Edit1: TEdit Left = 72 Top = 120 Width = 361 Height = 21 TabOrder = 1 OnExit = UpdateCPI end object Edit2: TEdit Left = 72 Top = 144 Width = 361 Height = 21 TabOrder = 2 OnExit = UpdateCPI end object Edit3: TEdit Left = 72 Top = 168 Width = 361 Height = 21 TabOrder = 3 OnExit = UpdateCPI end object Edit4: TEdit Left = 72 Top = 192 Width = 361 Height = 21 TabOrder = 4 OnExit = UpdateCPI end object Button1: TButton Left = 360 Top = 384 Width = 75 Height = 25 Caption = '&Close' TabOrder = 5 OnClick = Button1Click end object Memo2: TMemo Left = 72 Top = 288 Width = 361 Height = 89 ScrollBars = ssVertical TabOrder = 6 OnExit = UpdateCPI end object Button2: TButton Left = 8 Top = 384 Width = 75 Height = 25 Caption = '&New' TabOrder = 7 OnClick = Button2Click end object Button3: TButton Left = 88 Top = 384 Width = 75 Height = 25 Caption = '&Delete' TabOrder = 8 OnClick = Button3Click end object Edit5: TEdit Left = 72 Top = 216 Width = 361 Height = 21 TabOrder = 9 OnExit = UpdateCPI end object Edit6: TEdit Left = 72 Top = 240 Width = 361 Height = 21 TabOrder = 10 OnExit = UpdateCPI end Left = 72 Top = 264 Width = 361 Height = 21 TabOrder = 11 OnExit = UpdateCPI end object Button4: TButton Left = 280 Top = 384 Width = 75 Height = 25 Caption = '&Help' TabOrder = 12 OnClick = Button4Click endend
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -