コード例 #1
0
 public AbstractToolbarRenderer(Control aParent)
 {
     this.m_ToolbarItems = new ToolbarItemCollection();
     this.KSelectionRoundSize = new Size(20, 20);
     this.m_Parent = aParent;
 }
コード例 #2
0
 public AbstractToolbarRenderer()
 {
     this.m_ToolbarItems = new ToolbarItemCollection();
     this.KSelectionRoundSize = new Size(20, 20);
 }
コード例 #3
0
 public AbstractToolbarRenderer(Control aParent)
 {
     this.m_ToolbarItems      = new ToolbarItemCollection();
     this.KSelectionRoundSize = new Size(20, 20);
     this.m_Parent            = aParent;
 }
コード例 #4
0
 public AbstractToolbarRenderer()
 {
     this.m_ToolbarItems      = new ToolbarItemCollection();
     this.KSelectionRoundSize = new Size(20, 20);
 }
コード例 #5
0
ファイル: TabPagesCollection.cs プロジェクト: north0808/haina
 public TabPagesCollection(Resco.Controls.CommonControls.TabControl parent, ToolbarItemCollection aToolbarItemCollection)
 {
     this.m_parent = parent;
     this.m_list = new ArrayList();
     this.m_ToolbarItemCollection = aToolbarItemCollection;
 }
コード例 #6
0
ファイル: TabPagesCollection.cs プロジェクト: windygu/haina
 public TabPagesCollection(Resco.Controls.CommonControls.TabControl parent, ToolbarItemCollection aToolbarItemCollection)
 {
     this.m_parent = parent;
     this.m_list   = new ArrayList();
     this.m_ToolbarItemCollection = aToolbarItemCollection;
 }