?? f_cinfo.dfm
字號:
object n_cinfo: Tn_cinfo
Left = 161
Top = 169
Width = 465
Height = 279
BorderIcons = [biSystemMenu]
Caption = '數據信息'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 4
Top = 0
Width = 449
Height = 209
ActivePage = TabSheet1
TabOrder = 0
object TabSheet1: TTabSheet
Caption = '基本信息'
object Label1: TLabel
Left = 8
Top = 11
Width = 49
Height = 13
AutoSize = False
Caption = '時間:'
end
object Label2: TLabel
Left = 8
Top = 40
Width = 49
Height = 13
AutoSize = False
Caption = '發起方:'
end
object Label4: TLabel
Left = 8
Top = 73
Width = 49
Height = 13
AutoSize = False
Caption = '數據:'
end
object n_time: TEdit
Left = 78
Top = 8
Width = 353
Height = 21
TabOrder = 0
end
object n_dirty: TEdit
Left = 78
Top = 37
Width = 353
Height = 21
TabOrder = 1
end
object Memo1: TMemo
Left = 78
Top = 72
Width = 353
Height = 89
ScrollBars = ssVertical
TabOrder = 2
end
end
end
object BitBtn1: TBitBtn
Left = 372
Top = 219
Width = 75
Height = 25
Caption = '確定(&Y)'
TabOrder = 1
Kind = bkYes
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -