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

📄 unit1.dfm

📁 a program written by delphi about middle layer
💻 DFM
字号:
object Form1: TForm1
  Left = 301
  Top = 200
  Width = 568
  Height = 362
  Caption = 'PACS'#36830#25509#27979#35797
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 480
    Top = 218
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object SpeedButton1: TSpeedButton
    Left = 520
    Top = 214
    Width = 33
    Height = 22
    Caption = 'DISC'
    OnClick = SpeedButton1Click
  end
  object Button1: TButton
    Left = 56
    Top = 24
    Width = 75
    Height = 25
    Caption = #27979#35797
    Enabled = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 56
    Top = 72
    Width = 75
    Height = 25
    Caption = #25253#21040
    Enabled = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 56
    Top = 120
    Width = 75
    Height = 25
    Caption = #37319#38598
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 56
    Top = 168
    Width = 75
    Height = 25
    Caption = #26174#31034
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 152
    Top = 72
    Width = 75
    Height = 25
    Caption = #36830#25509
    Enabled = False
    TabOrder = 4
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 56
    Top = 216
    Width = 75
    Height = 25
    Caption = #32467#35770#27979#35797
    TabOrder = 5
    OnClick = Button6Click
  end
  object edtCon: TEdit
    Left = 56
    Top = 256
    Width = 489
    Height = 21
    TabOrder = 6
    Text = 'edtCon'
  end
  object Edit2: TEdit
    Left = 160
    Top = 120
    Width = 121
    Height = 21
    TabOrder = 7
    Text = '20070612001'
  end
  object Edit3: TEdit
    Left = 160
    Top = 176
    Width = 121
    Height = 21
    TabOrder = 8
    Text = '20070612001'
  end
  object Button7: TButton
    Left = 154
    Top = 216
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 9
    OnClick = Button7Click
  end
  object Edit4: TEdit
    Left = 280
    Top = 217
    Width = 121
    Height = 21
    TabOrder = 10
    Text = '192.168.0.15'
  end
  object Edit5: TEdit
    Left = 408
    Top = 217
    Width = 65
    Height = 21
    TabOrder = 11
    Text = '12000'
  end
  object Edit1: TEdit
    Left = 136
    Top = 296
    Width = 409
    Height = 21
    TabOrder = 12
    Text = '|F|4|A|20061212006|B|160|C|38|N|514^645|O|105|V|'
  end
  object Button8: TButton
    Left = 56
    Top = 296
    Width = 75
    Height = 25
    Caption = #20998#35299
    TabOrder = 13
    OnClick = Button8Click
  end
  object ListBox1: TListBox
    Left = 408
    Top = 16
    Width = 145
    Height = 177
    ItemHeight = 13
    TabOrder = 14
  end
  object Edit6: TEdit
    Left = 16
    Top = 256
    Width = 25
    Height = 21
    TabOrder = 15
    Text = 'Edit6'
  end
  object Edit7: TEdit
    Left = 296
    Top = 176
    Width = 89
    Height = 21
    TabOrder = 16
    Text = 'US'
  end
  object csCon: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnect = csConConnect
    OnDisconnect = csConDisconnect
    OnRead = csConRead
    OnError = csConError
    Left = 240
    Top = 215
  end
  object tmcs: TTimer
    Left = 24
    Top = 216
  end
end

⌨️ 快捷键说明

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