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

📄 ufmain.dfm

📁 通达OA短信程序 通达OA短信程序
💻 DFM
字号:
object Form1: TForm1
  Left = 452
  Top = 190
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'w'
  ClientHeight = 447
  ClientWidth = 378
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 427
    Width = 378
    Height = 20
    Panels = <
      item
        Width = 130
      end
      item
        Text = '86 13088970898'
        Width = 50
      end>
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 8
    Width = 345
    Height = 161
    Caption = 'receive area'
    TabOrder = 2
    object Label3: TLabel
      Left = 8
      Top = 72
      Width = 57
      Height = 17
      AutoSize = False
      Caption = 'new msg'
    end
    object Memo2: TMemo
      Left = 72
      Top = 24
      Width = 209
      Height = 121
      ImeName = #20013#25991' (?'#20307') - '#24494'?'#25340#38899
      ReadOnly = True
      TabOrder = 0
    end
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 176
    Width = 345
    Height = 201
    Caption = 'send area'
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 93
      Width = 65
      Height = 19
      AutoSize = False
      Caption = 'content'
    end
    object Label2: TLabel
      Left = 8
      Top = 28
      Width = 57
      Height = 25
      AutoSize = False
      Caption = 'phone'
    end
    object Memo1: TMemo
      Left = 72
      Top = 56
      Width = 209
      Height = 89
      ImeName = #20013#25991' (?'#20307') - '#24494'?'#25340#38899
      TabOrder = 1
      OnKeyDown = Memo1KeyDown
    end
    object Edit1: TEdit
      Left = 72
      Top = 24
      Width = 209
      Height = 21
      AutoSize = False
      ImeName = #20013#25991' (?'#20307') - '#24494'?'#25340#38899
      TabOrder = 0
    end
    object BitBtn1: TBitBtn
      Left = 200
      Top = 160
      Width = 81
      Height = 33
      Caption = 'send'
      TabOrder = 2
      OnClick = BitBtn1Click
      Kind = bkYes
    end
    object BitBtn2: TBitBtn
      Left = 72
      Top = 160
      Width = 81
      Height = 33
      Caption = 'clear'
      TabOrder = 3
      OnClick = BitBtn2Click
      Kind = bkCancel
    end
  end
  object btStart: TButton
    Left = 200
    Top = 384
    Width = 59
    Height = 25
    Caption = 'start'
    TabOrder = 3
    OnClick = btStartClick
  end
  object btStop: TButton
    Left = 272
    Top = 384
    Width = 57
    Height = 25
    Caption = 'stop'
    Enabled = False
    TabOrder = 4
    OnClick = btStopClick
  end
  object MainMenu1: TMainMenu
    Left = 144
    Top = 65520
    object N3: TMenuItem
      Caption = 'system'
      object N4: TMenuItem
        Caption = 'quit'
        OnClick = N4Click
      end
    end
    object N1: TMenuItem
      Caption = 'setting'
      object N2: TMenuItem
        Caption = 'set param'
        OnClick = N2Click
      end
    end
    object N5: TMenuItem
      Caption = 'help'
      object N6: TMenuItem
        Caption = 'about...'
        OnClick = N6Click
      end
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 3000
    OnTimer = Timer1Timer
    Left = 280
    Top = 65520
  end
  object Timer2: TTimer
    Enabled = False
    OnTimer = Timer2Timer
    Left = 360
    Top = 65528
  end
  object FADOConnection: TADOConnection
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;User ID=root;Data' +
      ' Source=cyb'
    Provider = 'MSDASQL.1'
    Left = 368
    Top = 88
  end
  object FQuery: TADOQuery
    Parameters = <>
    Left = 376
    Top = 160
  end
end

⌨️ 快捷键说明

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