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

📄 unit_pacs_conclusion.dfm

📁 a program written by delphi about middle layer
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object frmPacsConclusion: TfrmPacsConclusion
  Left = 235
  Top = 107
  Width = 777
  Height = 555
  Caption = 'PACS'#35786#26029#20256#36755#26381#21153#22120
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object stb: TStatusBar
    Left = 0
    Top = 496
    Width = 769
    Height = 25
    Panels = <
      item
        Width = 200
      end
      item
        Width = 200
      end
      item
        Width = 300
      end
      item
        Width = 150
      end>
    SimplePanel = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 81
    Width = 769
    Height = 415
    Align = alClient
    BevelInner = bvLowered
    BevelOuter = bvNone
    Caption = 'Panel1'
    TabOrder = 1
    object Splitter1: TSplitter
      Left = 81
      Top = 1
      Width = 1
      Height = 413
      Cursor = crHSplit
      AutoSnap = False
      Beveled = True
    end
    object Splitter2: TSplitter
      Left = 73
      Top = 1
      Width = 8
      Height = 413
      Cursor = crHSplit
      Beveled = True
    end
    object lbc: TListBox
      Left = 1
      Top = 1
      Width = 72
      Height = 413
      Align = alLeft
      BevelInner = bvNone
      BevelOuter = bvNone
      Ctl3D = False
      ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
      ItemHeight = 13
      ParentCtl3D = False
      PopupMenu = popOpt
      TabOrder = 0
    end
    object pclog: TPageControl
      Left = 82
      Top = 1
      Width = 686
      Height = 413
      ActivePage = TabSheet1
      Align = alClient
      TabIndex = 0
      TabOrder = 1
      object TabSheet1: TTabSheet
        Caption = #25253#21040#22788#29702#21382#21490
        object transLogCon: TMemo
          Left = 0
          Top = 0
          Width = 678
          Height = 385
          Align = alClient
          BevelInner = bvNone
          BevelOuter = bvNone
          Ctl3D = False
          ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
          Lines.Strings = (
            'transLogCon')
          ParentCtl3D = False
          ReadOnly = True
          ScrollBars = ssBoth
          TabOrder = 0
        end
      end
      object TabSheet2: TTabSheet
        Caption = #25253#21040#25104#21151#20256#36755
        ImageIndex = 1
        object transLogReg: TMemo
          Left = 0
          Top = 0
          Width = 678
          Height = 385
          Align = alClient
          Ctl3D = False
          ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
          Lines.Strings = (
            'transLogReg')
          ParentCtl3D = False
          ReadOnly = True
          ScrollBars = ssBoth
          TabOrder = 0
        end
        object Button7: TButton
          Left = 368
          Top = 80
          Width = 75
          Height = 25
          Caption = 'Button7'
          TabOrder = 1
          Visible = False
          OnClick = Button7Click
        end
        object Button8: TButton
          Left = 368
          Top = 48
          Width = 75
          Height = 25
          Caption = 'Button8'
          TabOrder = 2
          Visible = False
          OnClick = Button8Click
        end
      end
      object TabSheet3: TTabSheet
        Caption = #32593#32476#38169#35823#35760#24405
        ImageIndex = 2
        object transLogErr: TMemo
          Left = 0
          Top = 0
          Width = 678
          Height = 385
          Align = alClient
          Ctl3D = False
          ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
          Lines.Strings = (
            'transLogErr')
          ParentCtl3D = False
          PopupMenu = PopupMenu1
          ReadOnly = True
          ScrollBars = ssBoth
          TabOrder = 0
        end
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 769
    Height = 81
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 2
    DesignSize = (
      769
      81)
    object Label1: TLabel
      Left = 176
      Top = 16
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #31471#21475
    end
    object Label2: TLabel
      Left = 304
      Top = 16
      Width = 36
      Height = 13
      Caption = #29366#24577#65306
    end
    object lbConStb: TLabel
      Left = 352
      Top = 16
      Width = 121
      Height = 13
      AutoSize = False
      Caption = 'lbConStb'
    end
    object Label3: TLabel
      Left = 10
      Top = 42
      Width = 47
      Height = 13
      AutoSize = False
      Caption = #25253#21040'IP'
    end
    object Label4: TLabel
      Left = 176
      Top = 44
      Width = 41
      Height = 13
      AutoSize = False
      Caption = #31471#21475
    end
    object Label5: TLabel
      Left = 304
      Top = 48
      Width = 36
      Height = 13
      Caption = #29366#24577#65306
    end
    object lbRegStb: TLabel
      Left = 352
      Top = 48
      Width = 129
      Height = 13
      AutoSize = False
      Caption = 'lbRegStb'
    end
    object Button1: TButton
      Left = 494
      Top = 8
      Width = 75
      Height = 25
      Anchors = [akTop, akRight]
      Caption = #35786#26029'.'#21551#21160
      TabOrder = 0
      Visible = False
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 568
      Top = 8
      Width = 75
      Height = 25
      Anchors = [akTop, akRight]
      Caption = #20572#27490
      TabOrder = 1
      Visible = False
      OnClick = Button2Click
    end
    object edtPort: TEdit
      Left = 216
      Top = 12

⌨️ 快捷键说明

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