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

📄 unit_company.~dfm

📁 平台:c++ builder V6.0 功能:利用串口设备通讯,
💻 ~DFM
字号:
object Form_Company: TForm_Company
  Left = 476
  Top = 105
  BorderStyle = bsToolWindow
  BorderWidth = 5
  Caption = #20844#21496#20449#24687
  ClientHeight = 247
  ClientWidth = 387
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 387
    Height = 201
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 20
      Width = 69
      Height = 13
      AutoSize = False
      Caption = #20844#21496#21517#31216'&N'
      FocusControl = Edit_Company_Name
    end
    object Label2: TLabel
      Left = 44
      Top = 48
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #22270#26631'&I'
      FocusControl = Edit_Company_Icon
    end
    object Edit_Company_Name: TEdit
      Left = 88
      Top = 16
      Width = 285
      Height = 21
      TabOrder = 0
      Text = 'Edit_Company_Name'
    end
    object Edit_Company_Icon: TEdit
      Left = 88
      Top = 44
      Width = 285
      Height = 21
      TabOrder = 1
      Text = 'Edit_Company_Icon'
      OnChange = Edit_Company_IconChange
    end
    object Panel2: TPanel
      Left = 265
      Top = 80
      Width = 111
      Height = 111
      AutoSize = True
      BorderStyle = bsSingle
      Color = clAppWorkSpace
      TabOrder = 2
      object Image1: TImage
        Left = 1
        Top = 1
        Width = 105
        Height = 105
        Center = True
        Proportional = True
        Stretch = True
      end
    end
    object Button1: TButton
      Left = 88
      Top = 80
      Width = 75
      Height = 25
      Caption = #25171#24320'&O...'
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object Button_OK: TButton
    Left = 200
    Top = 216
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 1
    OnClick = Button_OKClick
  end
  object Button_Cancel: TButton
    Left = 296
    Top = 216
    Width = 75
    Height = 25
    Caption = #21462#28040'(&C)'
    TabOrder = 2
    OnClick = Button_CancelClick
  end
  object OpenPictureDialog1: TOpenPictureDialog
    DefaultExt = '*.bmp'
    Filter = #20301#22270#25991#20214' *.bmp|*.bmp|Bitmaps (*.bmp)|*.bmp'
    Left = 92
    Top = 120
  end
end

⌨️ 快捷键说明

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