Пример #1
0
 private void InitializeComponent()
 {
     components        = new System.ComponentModel.Container();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     panel1            = new System.Windows.Forms.Panel();
     panel2            = new System.Windows.Forms.Panel();
     splitter          = new Microsoft.Reporting.WinForms.RVSplitContainer.SplitterButton();
     toolTip1          = new System.Windows.Forms.ToolTip(components);
     tableLayoutPanel1.SuspendLayout();
     SuspendLayout();
     tableLayoutPanel1.ColumnCount = 3;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 107f));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5f));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     tableLayoutPanel1.Controls.Add(panel1, 0, 0);
     tableLayoutPanel1.Controls.Add(splitter, 1, 0);
     tableLayoutPanel1.Controls.Add(panel2, 2, 0);
     tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(6);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 1;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100f));
     tableLayoutPanel1.Size     = new System.Drawing.Size(647, 441);
     tableLayoutPanel1.TabIndex = 0;
     panel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     panel1.Location      = new System.Drawing.Point(0, 0);
     panel1.Margin        = new System.Windows.Forms.Padding(0);
     panel1.Name          = "panel1";
     panel1.Size          = new System.Drawing.Size(107, 441);
     panel1.TabIndex      = 0;
     panel2.Dock          = System.Windows.Forms.DockStyle.Fill;
     panel2.Location      = new System.Drawing.Point(112, 0);
     panel2.Margin        = new System.Windows.Forms.Padding(0);
     panel2.Name          = "panel2";
     panel2.Size          = new System.Drawing.Size(535, 441);
     panel2.TabIndex      = 1;
     splitter.Dock        = System.Windows.Forms.DockStyle.Fill;
     splitter.Location    = new System.Drawing.Point(107, 0);
     splitter.Margin      = new System.Windows.Forms.Padding(0);
     splitter.Name        = "splitter";
     splitter.Size        = new System.Drawing.Size(5, 441);
     splitter.MouseLeave += new System.EventHandler(splitter_MouseLeave);
     splitter.Paint      += new System.Windows.Forms.PaintEventHandler(splitter_Paint);
     splitter.MouseMove  += new System.Windows.Forms.MouseEventHandler(splitter_MouseMove);
     splitter.MouseDown  += new System.Windows.Forms.MouseEventHandler(splitter_MouseDown);
     splitter.MouseUp    += new System.Windows.Forms.MouseEventHandler(splitter_MouseUp);
     splitter.KeyDown    += new System.Windows.Forms.KeyEventHandler(splitter_KeyDown);
     splitter.Click      += new System.EventHandler(splitter_Click);
     base.Controls.Add(tableLayoutPanel1);
     base.Name = "RVSplitContainer";
     base.Size = new System.Drawing.Size(647, 441);
     tableLayoutPanel1.ResumeLayout(false);
     ResumeLayout(false);
 }
Пример #2
0
 public ButtonAreaAccessibleObject(SplitterButton owner, AccessibleObject parentAccessibleObject)
 {
     m_owner = owner;
     m_parentAccessibleObject = parentAccessibleObject;
 }
Пример #3
0
 public SplitterButtonAccessibleObject(SplitterButton owner)
     : base(owner)
 {
 }