⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 delphi编的电磁场复数运算
💻 DFM
字号:
object Form1: TForm1
  Left = 208
  Top = 183
  Width = 870
  Height = 534
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label5: TLabel
    Left = 312
    Top = 232
    Width = 6
    Height = 13
    Caption = '+'
  end
  object Label6: TLabel
    Left = 440
    Top = 232
    Width = 2
    Height = 13
    Caption = 'i'
  end
  object Label7: TLabel
    Left = 168
    Top = 232
    Width = 23
    Height = 13
    Caption = 'Zxx='
  end
  object BitBtn1: TBitBtn
    Left = 160
    Top = 272
    Width = 75
    Height = 25
    Caption = #35745#31639
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object Edit5: TEdit
    Left = 344
    Top = 224
    Width = 95
    Height = 21
    TabOrder = 1
  end
  object Edit6: TEdit
    Left = 208
    Top = 224
    Width = 95
    Height = 21
    TabOrder = 2
  end
  object GroupBox1: TGroupBox
    Left = 160
    Top = 40
    Width = 305
    Height = 177
    Caption = 'GroupBox1'
    TabOrder = 3
    object Label1: TLabel
      Left = 8
      Top = 32
      Width = 18
      Height = 13
      Caption = 'Ex='
    end
    object Label2: TLabel
      Left = 8
      Top = 72
      Width = 18
      Height = 13
      Caption = 'Ey='
    end
    object Label3: TLabel
      Left = 8
      Top = 104
      Width = 19
      Height = 13
      Caption = 'Hx='
    end
    object Label4: TLabel
      Left = 8
      Top = 136
      Width = 19
      Height = 13
      Caption = 'Hy='
    end
    object Label9: TLabel
      Left = 152
      Top = 32
      Width = 6
      Height = 13
      Caption = '+'
    end
    object Label10: TLabel
      Left = 152
      Top = 72
      Width = 6
      Height = 13
      Caption = '+'
    end
    object Label11: TLabel
      Left = 152
      Top = 104
      Width = 6
      Height = 13
      Caption = '+'
    end
    object Label12: TLabel
      Left = 152
      Top = 136
      Width = 6
      Height = 13
      Caption = '+'
    end
    object Label13: TLabel
      Left = 280
      Top = 32
      Width = 2
      Height = 13
      Caption = 'i'
    end
    object Label14: TLabel
      Left = 280
      Top = 72
      Width = 2
      Height = 13
      Caption = 'i'
    end
    object Label15: TLabel
      Left = 280
      Top = 104
      Width = 2
      Height = 13
      Caption = 'i'
    end
    object Label16: TLabel
      Left = 280
      Top = 136
      Width = 2
      Height = 13
      Caption = 'i'
    end
    object exre: TEdit
      Left = 48
      Top = 32
      Width = 95
      Height = 21
      TabOrder = 0
      Text = '1'
    end
    object eximg: TEdit
      Left = 184
      Top = 32
      Width = 95
      Height = 21
      TabOrder = 1
      Text = '0'
    end
    object eyre: TEdit
      Left = 48
      Top = 64
      Width = 95
      Height = 21
      TabOrder = 2
      Text = '1'
    end
    object eyimg: TEdit
      Left = 184
      Top = 64
      Width = 95
      Height = 21
      TabOrder = 3
      Text = '1'
    end
    object hximg: TEdit
      Left = 184
      Top = 96
      Width = 95
      Height = 21
      TabOrder = 4
      Text = '1'
    end
    object hyre: TEdit
      Left = 48
      Top = 128
      Width = 95
      Height = 21
      TabOrder = 5
      Text = '1'
    end
    object hyimg: TEdit
      Left = 184
      Top = 128
      Width = 95
      Height = 21
      TabOrder = 6
      Text = '2'
    end
    object hxre: TEdit
      Left = 48
      Top = 96
      Width = 95
      Height = 21
      TabOrder = 7
      Text = '0'
    end
  end
  object BitBtn2: TBitBtn
    Left = 160
    Top = 360
    Width = 75
    Height = 25
    Caption = #35835#21462
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 272
    Top = 360
    Width = 75
    Height = 25
    Caption = #31579#36873#19982#22788#29702
    TabOrder = 5
    OnClick = BitBtn3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 112
    Top = 272
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -