www.pudn.com > MultiMonitorDemo.rar > PrimaryForms.dfm


object PrimaryForm: TPrimaryForm 
  Left = 190 
  Top = 172 
  BorderStyle = bsSingle 
  Caption = #22810#26174#31034#22120#28436#31034#31243#24207 
  ClientHeight = 453 
  ClientWidth = 688 
  Color = clBtnFace 
  DefaultMonitor = dmMainForm 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poScreenCenter 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object btnRefresh: TButton 
    Left = 16 
    Top = 424 
    Width = 75 
    Height = 25 
    Caption = 'Refresh' 
    TabOrder = 0 
    OnClick = btnRefreshClick 
  end 
  object btnMoveTo: TButton 
    Left = 104 
    Top = 424 
    Width = 75 
    Height = 25 
    Caption = 'Move To' 
    TabOrder = 1 
    OnClick = btnMoveToClick 
  end 
  object btnMakeFullyVisible: TButton 
    Left = 192 
    Top = 424 
    Width = 105 
    Height = 25 
    Caption = 'MakeFullyVisible' 
    TabOrder = 2 
    OnClick = btnMakeFullyVisibleClick 
  end 
  object PageControl1: TPageControl 
    Left = 8 
    Top = 16 
    Width = 673 
    Height = 401 
    ActivePage = TabSheet1 
    TabIndex = 0 
    TabOrder = 3 
    object TabSheet1: TTabSheet 
      Caption = #34394#25311#26700#38754 
      object Label1: TLabel 
        Left = 64 
        Top = 40 
        Width = 19 
        Height = 13 
        Caption = 'Top' 
      end 
      object Label2: TLabel 
        Left = 65 
        Top = 64 
        Width = 18 
        Height = 13 
        Caption = 'Left' 
      end 
      object Label3: TLabel 
        Left = 52 
        Top = 88 
        Width = 31 
        Height = 13 
        Caption = 'Height' 
      end 
      object Label4: TLabel 
        Left = 55 
        Top = 112 
        Width = 28 
        Height = 13 
        Caption = 'Width' 
      end 
      object Label5: TLabel 
        Left = 24 
        Top = 16 
        Width = 40 
        Height = 13 
        Caption = 'Desktop' 
      end 
      object Label6: TLabel 
        Left = 24 
        Top = 152 
        Width = 34 
        Height = 13 
        Caption = 'Screen' 
      end 
      object Label7: TLabel 
        Left = 24 
        Top = 232 
        Width = 48 
        Height = 13 
        Caption = 'WorkArea' 
      end 
      object Label8: TLabel 
        Left = 64 
        Top = 256 
        Width = 19 
        Height = 13 
        Caption = 'Top' 
      end 
      object Label9: TLabel 
        Left = 65 
        Top = 280 
        Width = 18 
        Height = 13 
        Caption = 'Left' 
      end 
      object Label10: TLabel 
        Left = 52 
        Top = 304 
        Width = 31 
        Height = 13 
        Caption = 'Height' 
      end 
      object Label11: TLabel 
        Left = 55 
        Top = 328 
        Width = 28 
        Height = 13 
        Caption = 'Width' 
      end 
      object Label12: TLabel 
        Left = 52 
        Top = 176 
        Width = 31 
        Height = 13 
        Caption = 'Height' 
      end 
      object Label13: TLabel 
        Left = 55 
        Top = 200 
        Width = 28 
        Height = 13 
        Caption = 'Width' 
      end 
      object lblScreenHeight: TLabel 
        Left = 96 
        Top = 176 
        Width = 75 
        Height = 13 
        Caption = 'lblScreenHeight' 
      end 
      object lblScreenWidth: TLabel 
        Left = 96 
        Top = 200 
        Width = 72 
        Height = 13 
        Caption = 'lblScreenWidth' 
      end 
      object lblDesktopTop: TLabel 
        Left = 96 
        Top = 40 
        Width = 69 
        Height = 13 
        Caption = 'lblDesktopTop' 
      end 
      object lblDesktopLeft: TLabel 
        Left = 96 
        Top = 64 
        Width = 68 
        Height = 13 
        Caption = 'lblDesktopLeft' 
      end 
      object lblDesktopHeight: TLabel 
        Left = 96 
        Top = 88 
        Width = 81 
        Height = 13 
        Caption = 'lblDesktopHeight' 
      end 
      object lblDesktopWidth: TLabel 
        Left = 96 
        Top = 112 
        Width = 78 
        Height = 13 
        Caption = 'lblDesktopWidth' 
      end 
      object lblWorkAreaTop: TLabel 
        Left = 96 
        Top = 256 
        Width = 77 
        Height = 13 
        Caption = 'lblWorkAreaTop' 
      end 
      object lblWorkAreaLeft: TLabel 
        Left = 96 
        Top = 280 
        Width = 76 
        Height = 13 
        Caption = 'lblWorkAreaLeft' 
      end 
      object lblWorkAreaHeight: TLabel 
        Left = 96 
        Top = 304 
        Width = 89 
        Height = 13 
        Caption = 'lblWorkAreaHeight' 
      end 
      object lblWorkAreaWidth: TLabel 
        Left = 96 
        Top = 328 
        Width = 86 
        Height = 13 
        Caption = 'lblWorkAreaWidth' 
      end 
    end 
    object TabSheet2: TTabSheet 
      Caption = #26174#31034#22120 
      ImageIndex = 1 
      object Label24: TLabel 
        Left = 24 
        Top = 16 
        Width = 35 
        Height = 13 
        Caption = 'Monitor' 
      end 
      object Label14: TLabel 
        Left = 64 
        Top = 72 
        Width = 19 
        Height = 13 
        Caption = 'Top' 
      end 
      object Label15: TLabel 
        Left = 65 
        Top = 96 
        Width = 18 
        Height = 13 
        Caption = 'Left' 
      end 
      object Label16: TLabel 
        Left = 52 
        Top = 120 
        Width = 31 
        Height = 13 
        Caption = 'Height' 
      end 
      object Label17: TLabel 
        Left = 55 
        Top = 144 
        Width = 28 
        Height = 13 
        Caption = 'Width' 
      end 
      object lblMonitorTop: TLabel 
        Left = 96 
        Top = 72 
        Width = 64 
        Height = 13 
        Caption = 'lblMonitorTop' 
      end 
      object lblMonitorLeft: TLabel 
        Left = 96 
        Top = 96 
        Width = 63 
        Height = 13 
        Caption = 'lblMonitorLeft' 
      end 
      object lblMonitorHeight: TLabel 
        Left = 96 
        Top = 120 
        Width = 76 
        Height = 13 
        Caption = 'lblMonitorHeight' 
      end 
      object lblMonitorWidth: TLabel 
        Left = 96 
        Top = 144 
        Width = 73 
        Height = 13 
        Caption = 'lblMonitorWidth' 
      end 
      object Label22: TLabel 
        Left = 24 
        Top = 176 
        Width = 48 
        Height = 13 
        Caption = 'WorkArea' 
      end 
      object Label23: TLabel 
        Left = 64 
        Top = 200 
        Width = 19 
        Height = 13 
        Caption = 'Top' 
      end 
      object Label25: TLabel 
        Left = 65 
        Top = 224 
        Width = 18 
        Height = 13 
        Caption = 'Left' 
      end 
      object Label26: TLabel 
        Left = 52 
        Top = 248 
        Width = 31 
        Height = 13 
        Caption = 'Height' 
      end 
      object Label27: TLabel 
        Left = 55 
        Top = 272 
        Width = 28 
        Height = 13 
        Caption = 'Width' 
      end 
      object lblMonitorWorkAreaTop: TLabel 
        Left = 96 
        Top = 200 
        Width = 112 
        Height = 13 
        Caption = 'lblMonitorWorkAreaTop' 
      end 
      object lblMonitorWorkAreaLeft: TLabel 
        Left = 96 
        Top = 224 
        Width = 111 
        Height = 13 
        Caption = 'lblMonitorWorkAreaLeft' 
      end 
      object lblMonitorWorkAreaHeight: TLabel 
        Left = 96 
        Top = 248 
        Width = 124 
        Height = 13 
        Caption = 'lblMonitorWorkAreaHeight' 
      end 
      object lblMonitorWorkAreaWidth: TLabel 
        Left = 96 
        Top = 272 
        Width = 121 
        Height = 13 
        Caption = 'lblMonitorWorkAreaWidth' 
      end 
      object Label18: TLabel 
        Left = 49 
        Top = 48 
        Width = 34 
        Height = 13 
        Caption = 'Primary' 
      end 
      object lblPrimary: TLabel 
        Left = 96 
        Top = 48 
        Width = 44 
        Height = 13 
        Caption = 'lblPrimary' 
      end 
      object cbMonitors: TComboBox 
        Left = 72 
        Top = 12 
        Width = 145 
        Height = 21 
        Style = csDropDownList 
        ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899 
        ItemHeight = 13 
        TabOrder = 0 
        OnChange = cbMonitorsChange 
      end 
    end 
  end 
end