📄 addformunit.dfm.svn-base
字号:
object Addform: TAddform Left = 198 Top = 107 BorderStyle = bsDialog Caption = 'Addform' ClientHeight = 117 ClientWidth = 445 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 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 23 Top = 8 Width = 38 Height = 13 Caption = 'Address' end object Label2: TLabel Left = 38 Top = 56 Width = 24 Height = 13 Caption = 'Type' end object Label3: TLabel Left = 8 Top = 32 Width = 53 Height = 13 Caption = 'Description' end object ValuePanel: TPanel Left = 170 Top = 51 Width = 137 Height = 27 BevelOuter = bvNone TabOrder = 3 Visible = False object Label12: TLabel Left = 0 Top = 4 Width = 89 Height = 17 Alignment = taRightJustify AutoSize = False BiDiMode = bdLeftToRight ParentBiDiMode = False end object Edit1: TEdit Left = 96 Top = 2 Width = 41 Height = 21 TabOrder = 0 Text = '1' end end object VarType: TComboBox Left = 64 Top = 52 Width = 105 Height = 21 Style = csDropDownList DropDownCount = 9 ItemHeight = 13 TabOrder = 2 OnChange = VarTypeChange Items.Strings = ( 'Binary' 'Byte' '2 Bytes' '4 Bytes' '8 Bytes' 'Float' 'Double' 'Text' 'Array of Byte') end object Button1: TButton Left = 8 Top = 88 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 96 Top = 88 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object Description: TEdit Left = 64 Top = 28 Width = 377 Height = 21 MaxLength = 50 TabOrder = 1 Text = 'No Description!' end object BitPanel: TPanel Left = 169 Top = 51 Width = 257 Height = 27 BevelOuter = bvNone TabOrder = 6 Visible = False object Label4: TLabel Left = 51 Top = 0 Width = 6 Height = 13 Caption = '0' end object Label5: TLabel Left = 68 Top = 0 Width = 6 Height = 13 Caption = '1' end object Label6: TLabel Left = 83 Top = 0 Width = 6 Height = 13 Caption = '2' end object Label7: TLabel Left = 100 Top = 0 Width = 6 Height = 13 Caption = '3' end object Label8: TLabel Left = 116 Top = 0 Width = 6 Height = 13 Caption = '4' end object Label9: TLabel Left = 132 Top = 0 Width = 6 Height = 13 Caption = '5' end object Label10: TLabel Left = 147 Top = 0 Width = 6 Height = 13 Caption = '6' end object Label11: TLabel Left = 164 Top = 0 Width = 6 Height = 13 Caption = '7' end object Label13: TLabel Left = 8 Top = 8 Width = 36 Height = 13 Caption = 'Startbit:' end object Label14: TLabel Left = 176 Top = 6 Width = 37 Height = 13 Caption = 'nrofbits:' end object RadioButton1: TRadioButton Left = 48 Top = 12 Width = 17 Height = 17 Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 64 Top = 12 Width = 17 Height = 17 TabOrder = 1 end object RadioButton3: TRadioButton Left = 80 Top = 12 Width = 17 Height = 17 TabOrder = 2 end object RadioButton4: TRadioButton Left = 96 Top = 12 Width = 17 Height = 17 TabOrder = 3 end object RadioButton5: TRadioButton Left = 112 Top = 12 Width = 17 Height = 17 TabOrder = 4 end object RadioButton6: TRadioButton Left = 128 Top = 12 Width = 17 Height = 17 TabOrder = 5 end object RadioButton7: TRadioButton Left = 144 Top = 12 Width = 17 Height = 17 TabOrder = 6 end object RadioButton8: TRadioButton Left = 160 Top = 12 Width = 17 Height = 17 TabOrder = 7 end object Edit2: TEdit Left = 215 Top = 4 Width = 35 Height = 21 TabOrder = 8 Text = '1' end end object NewAddress: TEdit Left = 64 Top = 4 Width = 105 Height = 21 CharCase = ecUpperCase TabOrder = 0 Text = '00400000' endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -