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

📄 mainun.dfm

📁 俄罗斯出品的一个高效字符串操作的函数单元
💻 DFM
字号:
object MainForm: TMainForm
  Left = 232
  Top = 141
  Width = 576
  Height = 367
  Caption = 'ShareQmm Demo Application 2.01'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 16
    Top = 276
    Width = 301
    Height = 29
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 20
    Width = 284
    Height = 13
    Caption = '1. 1000 times allocate 1000 random blocks of up to 10 bytes'
  end
  object Label2: TLabel
    Left = 16
    Top = 52
    Width = 290
    Height = 13
    Caption = '2. 1000 times allocate 1000 random blocks of up to 100 bytes'
  end
  object Label3: TLabel
    Left = 16
    Top = 84
    Width = 296
    Height = 13
    Caption = '3. 1000 times allocate 1000 random blocks of up to 1000 bytes'
  end
  object Label4: TLabel
    Left = 16
    Top = 116
    Width = 296
    Height = 13
    Caption = '4. 1000 times allocate 1000 random blocks of up to 4096 bytes'
  end
  object Label5: TLabel
    Left = 16
    Top = 148
    Width = 302
    Height = 13
    Caption = '5. 1000 times allocate 1000 random blocks of up to 10000 bytes'
  end
  object Label6: TLabel
    Left = 16
    Top = 180
    Width = 314
    Height = 13
    Caption = 
      '6. 1000 times allocate 1000 random blocks of (4097...10000) byte' +
      's'
  end
  object Label7: TLabel
    Left = 16
    Top = 212
    Width = 302
    Height = 13
    Caption = '7. 1000 times allocate 100 random blocks of up to 100000 bytes'
  end
  object Label8: TLabel
    Left = 16
    Top = 244
    Width = 302
    Height = 13
    Caption = '8. 1000 times allocate 30 random blocks of up to 1000000 bytes'
  end
  object Button1_S: TButton
    Left = 339
    Top = 12
    Width = 100
    Height = 25
    Caption = 'Sequential access'
    TabOrder = 0
    OnClick = Button1_SClick
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 321
    Width = 568
    Height = 19
    Panels = <
      item
        Width = 220
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object btnClose: TButton
    Left = 430
    Top = 280
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 18
    OnClick = btnCloseClick
  end
  object RadioButton1: TRadioButton
    Left = 23
    Top = 282
    Width = 113
    Height = 17
    Caption = 'ShareQmm manager'
    Checked = True
    TabOrder = 16
    TabStop = True
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 143
    Top = 282
    Width = 166
    Height = 17
    Caption = 'Standard ShareMem manager'
    TabOrder = 17
    OnClick = RadioButton2Click
  end
  object Button2_S: TButton
    Left = 339
    Top = 44
    Width = 100
    Height = 25
    Caption = 'Sequential access'
    TabOrder = 2
    OnClick = Button2_SClick
  end
  object Button3_S: TButton
    Left = 339
    Top = 76
    Width = 100
    Height = 25
    Caption = 'Sequential access'
    TabOrder = 4
    OnClick = Button3_SClick
  end
  object Button4_S: TButton
    Left = 339
    Top = 108
    Width = 100
    Height = 25
    Caption = 'Sequential access'
    TabOrder = 6
    OnClick = Button4_SClick
  end
  object Button5_S: TButton
    Left = 339
    Top = 140
    Width = 100
    Height = 25
    Caption = 'Sequential access'
    TabOrder = 8
    OnClick = Button5_SClick
  end
  object Button6_S: TButton
    Left = 339
    Top = 172
    Width = 100
    Height = 25
    Caption = 'Sequential access'
    TabOrder = 10
    OnClick = Button6_SClick
  end
  object Button7_S: TButton
    Left = 339
    Top = 204
    Width = 100
    Height = 25
    Caption = 'Sequential access'
    TabOrder = 12
    OnClick = Button7_SClick
  end
  object Button8_S: TButton
    Left = 339
    Top = 236
    Width = 100
    Height = 25
    Caption = 'Sequential access'
    TabOrder = 14
    OnClick = Button8_SClick
  end
  object Button1_R: TButton
    Left = 451
    Top = 12
    Width = 100
    Height = 25
    Caption = 'Random access'
    TabOrder = 1
    OnClick = Button1_RClick
  end
  object Button2_R: TButton
    Left = 451
    Top = 44
    Width = 100
    Height = 25
    Caption = 'Random access'
    TabOrder = 3
    OnClick = Button2_RClick
  end
  object Button3_R: TButton
    Left = 451
    Top = 76
    Width = 100
    Height = 25
    Caption = 'Random access'
    TabOrder = 5
    OnClick = Button3_RClick
  end
  object Button4_R: TButton
    Left = 451
    Top = 108
    Width = 100
    Height = 25
    Caption = 'Random access'
    TabOrder = 7
    OnClick = Button4_RClick
  end
  object Button5_R: TButton
    Left = 451
    Top = 140
    Width = 100
    Height = 25
    Caption = 'Random access'
    TabOrder = 9
    OnClick = Button5_RClick
  end
  object Button6_R: TButton
    Left = 451
    Top = 172
    Width = 100
    Height = 25
    Caption = 'Random access'
    TabOrder = 11
    OnClick = Button6_RClick
  end
  object Button7_R: TButton
    Left = 451
    Top = 204
    Width = 100
    Height = 25
    Caption = 'Random access'
    TabOrder = 13
    OnClick = Button7_RClick
  end
  object Button8_R: TButton
    Left = 451
    Top = 236
    Width = 100
    Height = 25
    Caption = 'Random access'
    TabOrder = 15
    OnClick = Button8_RClick
  end
end

⌨️ 快捷键说明

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