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

📄 queue.xfm

📁 Oracle Data Access Components Source Code ODAC v.6.70.0.45
💻 XFM
字号:
inherited QueueFrame: TQueueFrame  Width = 614  Height = 448  HorzScrollBar.Range = 406  VertScrollBar.Range = 293  object ToolBar: TPanel    Left = 0    Top = 0    Width = 614    Height = 131    Align = alTop    BevelOuter = bvNone    TabOrder = 0  end  object Panel2: TPanel    Left = 0    Top = 286    Width = 614    Height = 162    Align = alBottom    BevelOuter = bvNone    TabOrder = 2    object Panel8: TPanel      Left = 0      Top = 0      Width = 567      Height = 162      BevelOuter = bvNone      Color = 170      ParentColor = False      TabOrder = 0      object btCreateTable: TSpeedButton        Left = 1        Top = 1        Width = 120        Height = 22        Caption = 'Create Queue Table'        Flat = True        Transparent = False        OnClick = btCreateTableClick      end      object btAlterTable: TSpeedButton        Left = 122        Top = 1        Width = 120        Height = 22        Caption = 'Alter Queue Table'        Flat = True        Transparent = False        OnClick = btAlterTableClick      end      object btDropTable: TSpeedButton        Left = 243        Top = 1        Width = 120        Height = 22        Caption = 'Drop Queue Table'        Flat = True        Transparent = False        OnClick = btDropTableClick      end      object btCreateQueue: TSpeedButton        Left = 1        Top = 24        Width = 88        Height = 22        Caption = 'Create Queue'        Flat = True        Transparent = False        OnClick = btCreateQueueClick      end      object btReadTableProperties: TSpeedButton        Left = 364        Top = 1        Width = 202        Height = 22        Caption = 'Read Queue Table Properties'        Flat = True        Transparent = False        OnClick = btReadTablePropertiesClick      end      object btAlterQueue: TSpeedButton        Left = 90        Top = 24        Width = 88        Height = 22        Caption = 'Alter Queue'        Flat = True        Transparent = False        OnClick = btAlterQueueClick      end      object btDropQueue: TSpeedButton        Left = 179        Top = 24        Width = 88        Height = 22        Caption = 'Drop Queue'        Flat = True        Transparent = False        OnClick = btDropQueueClick      end      object btStatrQueue: TSpeedButton        Left = 268        Top = 24        Width = 88        Height = 22        Caption = 'Start Queue'        Flat = True        Transparent = False        OnClick = btStatrQueueClick      end      object btStopQueue: TSpeedButton        Left = 357        Top = 24        Width = 88        Height = 22        Caption = 'Stop Queue'        Flat = True        Transparent = False        OnClick = btStopQueueClick      end      object btReadQueueProperties: TSpeedButton        Left = 446        Top = 24        Width = 120        Height = 22        Caption = 'Read Queue Properties'        Flat = True        Transparent = False        OnClick = btReadQueuePropertiesClick      end      object Panel9: TPanel        Left = 1        Top = 47        Width = 256        Height = 114        BevelOuter = bvNone        Color = clButton        ParentColor = False        TabOrder = 0        object Label6: TLabel          Left = 8          Top = 12          Width = 77          Height = 13          Caption = 'QueueTableName'        end        object Label7: TLabel          Left = 8          Top = 36          Width = 57          Height = 13          Caption = 'PayloadType'        end        object Label8: TLabel          Left = 8          Top = 60          Width = 38          Height = 13          Caption = 'SortList'        end        object Label9: TLabel          Left = 8          Top = 84          Width = 45          Height = 13          Caption = 'Comment'        end        object edTableName: TEdit          Left = 112          Top = 8          Width = 121          Height = 21          TabOrder = 0          Text = 'QT_SAMPLE'        end        object edPayloadType: TEdit          Left = 112          Top = 32          Width = 121          Height = 21          TabOrder = 1          Text = 'RAW'        end        object cbSortList: TComboBox          Left = 112          Top = 56          Width = 121          Height = 22          ItemHeight = 15          Items.Strings = (            'ENQ_TIME'            'PRIORITY'            'PRIORITY, ENQ_TIME'            'ENQ_TIME, PRIORITY')          TabOrder = 2          Text = 'ENQ_TIME'        end        object edComment: TEdit          Left = 112          Top = 80          Width = 121          Height = 21          TabOrder = 3          Text = 'Test queue table'        end      end      object Panel10: TPanel        Left = 258        Top = 47        Width = 308        Height = 114        BevelOuter = bvNone        Color = clButton        ParentColor = False        TabOrder = 1        object Label10: TLabel          Left = 8          Top = 12          Width = 54          Height = 13          Caption = 'QueueName'        end        object Label11: TLabel          Left = 8          Top = 36          Width = 51          Height = 13          Caption = 'QueueTable'        end        object Label12: TLabel          Left = 8          Top = 60          Width = 52          Height = 13          Caption = 'MaxRetries'        end        object Label13: TLabel          Left = 8          Top = 84          Width = 45          Height = 13          Caption = 'Comment'        end        object edQueueName: TEdit          Left = 80          Top = 8          Width = 121          Height = 21          TabOrder = 0          Text = 'QU_SAMPLE'        end        object edQueueTable: TEdit          Left = 80          Top = 32          Width = 121          Height = 21          TabOrder = 1          Text = 'QT_SAMPLE'        end        object edMaxRetries: TEdit          Left = 80          Top = 56          Width = 121          Height = 21          TabOrder = 2          Text = '-1'        end        object edQueueComment: TEdit          Left = 80          Top = 80          Width = 121          Height = 21          TabOrder = 3          Text = 'Test queue'        end      end    end  end  object meLog: TMemo    Left = 0    Top = 131    Width = 614    Height = 155    Align = alClient    ScrollBars = ssVertical    TabOrder = 1  end  object Panel1: TPanel    Left = 0    Top = 0    Width = 406    Height = 130    BevelOuter = bvNone    Color = 170    ParentColor = False    TabOrder = 3    object btEnqueue: TSpeedButton      Left = 1      Top = 1      Width = 80      Height = 22      Caption = 'Enqueue'      Flat = True      Transparent = False      OnClick = btEnqueueClick    end    object btDequeue: TSpeedButton      Left = 82      Top = 1      Width = 80      Height = 22      Caption = 'Dequeue'      Flat = True      Transparent = False      OnClick = btDequeueClick    end    object btListen: TSpeedButton      Left = 163      Top = 1      Width = 80      Height = 22      Caption = 'Listen'      Flat = True      Transparent = False      OnClick = btListenClick    end    object Panel3: TPanel      Left = 1      Top = 24      Width = 259      Height = 23      BevelOuter = bvNone      Color = clButton      ParentColor = False      TabOrder = 0      object rbUseRaw: TRadioButton        Left = 25        Top = 3        Width = 105        Height = 17        Caption = 'Use RAW queue'        Checked = True        TabOrder = 0      end      object rbUseObject: TRadioButton        Left = 137        Top = 3        Width = 105        Height = 17        Caption = 'Use object queue'        TabOrder = 1      end    end    object Panel4: TPanel      Left = 261      Top = 24      Width = 144      Height = 23      BevelOuter = bvNone      Color = clButton      ParentColor = False      TabOrder = 1      object cbNotification: TCheckBox        Left = 21        Top = 3        Width = 105        Height = 17        Caption = 'AsyncNotification'        TabOrder = 0        OnClick = cbNotificationClick      end    end    object Panel5: TPanel      Left = 1      Top = 48      Width = 212      Height = 81      BevelOuter = bvNone      Color = clButton      ParentColor = False      TabOrder = 2      object Label1: TLabel        Left = 8        Top = 8        Width = 51        Height = 20        Caption = 'Payload:'        Font.Color = clText        Font.Height = 13        Font.Name = 'MS Sans Serif'        Font.Pitch = fpVariable        Font.Style = [fsBold]        ParentFont = False      end      object Label2: TLabel        Left = 8        Top = 32        Width = 37        Height = 13        Caption = 'DeptNo'      end      object Label3: TLabel        Left = 8        Top = 54        Width = 49        Height = 13        Caption = 'DeptName'      end      object edPayloadDeptNo: TEdit        Left = 72        Top = 28        Width = 121        Height = 21        TabOrder = 0      end      object edPayloadDeptName: TEdit        Left = 72        Top = 52        Width = 121        Height = 21        TabOrder = 1      end    end    object Panel6: TPanel      Left = 214      Top = 48      Width = 191      Height = 40      BevelOuter = bvNone      Color = clButton      ParentColor = False      TabOrder = 3      object Label4: TLabel        Left = 8        Top = 14        Width = 77        Height = 13        Caption = 'Message Priority'      end      object edPriority: TEdit        Left = 90        Top = 10        Width = 92        Height = 21        TabOrder = 0        Text = '1'      end    end    object Panel7: TPanel      Left = 214      Top = 89      Width = 191      Height = 40      BevelOuter = bvNone      Color = clButton      ParentColor = False      TabOrder = 4      object Label5: TLabel        Left = 8        Top = 14        Width = 55        Height = 13        Caption = 'WaitTimeout'      end      object edWaitTimeout: TEdit        Left = 90        Top = 10        Width = 92        Height = 21        TabOrder = 0        OnChange = edWaitTimeoutChange      end    end    object Panel11: TPanel      Left = 244      Top = 0      Width = 162      Height = 23      BevelOuter = bvNone      Color = clButton      ParentColor = False      TabOrder = 5    end  end  object QueueRaw: TOraQueue    QueueName = 'QU_ODAC_RAW'    Left = 16    Top = 112  end  object QueueObject: TOraQueue    QueueName = 'QU_ODAC_DEPT'    Left = 48    Top = 112  end  object QueueTable: TOraQueueTable    Left = 16    Top = 160  end  object QueueAdmin: TOraQueueAdmin    Left = 48    Top = 160  end  object OraSession2: TOraSession    LoginPrompt = False    Left = 181    Top = 111  end  object QueueRaw2: TOraQueue    Session = OraSession2    QueueName = 'QU_ODAC_RAW'    DequeueOptions.WaitTimeout = 5    Left = 216    Top = 112  end  object QueueObject2: TOraQueue    Session = OraSession2    QueueName = 'QU_ODAC_DEPT'    DequeueOptions.WaitTimeout = 5    Left = 248    Top = 112  endend

⌨️ 快捷键说明

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