needed to fix reference to button image

This commit is contained in:
Jsj 2008-01-29 15:30:29 +00:00
parent df37e4153f
commit 17d872496e

View File

@ -56,9 +56,10 @@ namespace Volian.Controls.Library
this.groupPanelTranstionSteps.Controls.Add(this.btnUp1); this.groupPanelTranstionSteps.Controls.Add(this.btnUp1);
this.groupPanelTranstionSteps.Controls.Add(this.tvTran); this.groupPanelTranstionSteps.Controls.Add(this.tvTran);
this.groupPanelTranstionSteps.Dock = System.Windows.Forms.DockStyle.Top; this.groupPanelTranstionSteps.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelTranstionSteps.Location = new System.Drawing.Point(0, 401); this.groupPanelTranstionSteps.Location = new System.Drawing.Point(0, 493);
this.groupPanelTranstionSteps.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelTranstionSteps.Name = "groupPanelTranstionSteps"; this.groupPanelTranstionSteps.Name = "groupPanelTranstionSteps";
this.groupPanelTranstionSteps.Size = new System.Drawing.Size(290, 273); this.groupPanelTranstionSteps.Size = new System.Drawing.Size(387, 336);
// //
// //
// //
@ -89,17 +90,19 @@ namespace Volian.Controls.Library
this.btnUp1.Dock = System.Windows.Forms.DockStyle.Left; this.btnUp1.Dock = System.Windows.Forms.DockStyle.Left;
this.btnUp1.Image = global::Volian.Controls.Library.Properties.Resources.GoToParentFolderHS; this.btnUp1.Image = global::Volian.Controls.Library.Properties.Resources.GoToParentFolderHS;
this.btnUp1.Location = new System.Drawing.Point(0, 0); this.btnUp1.Location = new System.Drawing.Point(0, 0);
this.btnUp1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnUp1.Name = "btnUp1"; this.btnUp1.Name = "btnUp1";
this.btnUp1.Size = new System.Drawing.Size(38, 32); this.btnUp1.Size = new System.Drawing.Size(51, 43);
this.btnUp1.TabIndex = 24; this.btnUp1.TabIndex = 24;
this.btnUp1.Click += new System.EventHandler(this.btnUp1_Click); this.btnUp1.Click += new System.EventHandler(this.btnUp1_Click);
// //
// tvTran // tvTran
// //
this.tvTran.Dock = System.Windows.Forms.DockStyle.Bottom; this.tvTran.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tvTran.Location = new System.Drawing.Point(0, 32); this.tvTran.Location = new System.Drawing.Point(0, 43);
this.tvTran.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tvTran.Name = "tvTran"; this.tvTran.Name = "tvTran";
this.tvTran.Size = new System.Drawing.Size(284, 220); this.tvTran.Size = new System.Drawing.Size(381, 270);
this.tvTran.TabIndex = 20; this.tvTran.TabIndex = 20;
this.tvTran.NodeSelectionChange += new Volian.Controls.Library.vlnTreeViewEvent(this.tvTran_NodeSelectionChange); this.tvTran.NodeSelectionChange += new Volian.Controls.Library.vlnTreeViewEvent(this.tvTran_NodeSelectionChange);
this.tvTran.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tvTran_MouseClick); this.tvTran.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tvTran_MouseClick);
@ -113,8 +116,9 @@ namespace Volian.Controls.Library
this.groupPanelBtns.Controls.Add(this.panelTranSelStepBtns); this.groupPanelBtns.Controls.Add(this.panelTranSelStepBtns);
this.groupPanelBtns.Dock = System.Windows.Forms.DockStyle.Top; this.groupPanelBtns.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelBtns.Location = new System.Drawing.Point(0, 0); this.groupPanelBtns.Location = new System.Drawing.Point(0, 0);
this.groupPanelBtns.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelBtns.Name = "groupPanelBtns"; this.groupPanelBtns.Name = "groupPanelBtns";
this.groupPanelBtns.Size = new System.Drawing.Size(290, 66); this.groupPanelBtns.Size = new System.Drawing.Size(387, 81);
// //
// //
// //
@ -144,8 +148,9 @@ namespace Volian.Controls.Library
this.cbCurProcSet.CheckState = System.Windows.Forms.CheckState.Checked; this.cbCurProcSet.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbCurProcSet.Dock = System.Windows.Forms.DockStyle.Top; this.cbCurProcSet.Dock = System.Windows.Forms.DockStyle.Top;
this.cbCurProcSet.Location = new System.Drawing.Point(0, 0); this.cbCurProcSet.Location = new System.Drawing.Point(0, 0);
this.cbCurProcSet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbCurProcSet.Name = "cbCurProcSet"; this.cbCurProcSet.Name = "cbCurProcSet";
this.cbCurProcSet.Size = new System.Drawing.Size(284, 17); this.cbCurProcSet.Size = new System.Drawing.Size(381, 21);
this.cbCurProcSet.TabIndex = 24; this.cbCurProcSet.TabIndex = 24;
this.cbCurProcSet.Text = "Current Procedure Set"; this.cbCurProcSet.Text = "Current Procedure Set";
this.cbCurProcSet.UseVisualStyleBackColor = true; this.cbCurProcSet.UseVisualStyleBackColor = true;
@ -154,9 +159,10 @@ namespace Volian.Controls.Library
// //
this.panelTranSelStepBtns.Controls.Add(this.btnTranInsert); this.panelTranSelStepBtns.Controls.Add(this.btnTranInsert);
this.panelTranSelStepBtns.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelTranSelStepBtns.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelTranSelStepBtns.Location = new System.Drawing.Point(0, 23); this.panelTranSelStepBtns.Location = new System.Drawing.Point(0, 29);
this.panelTranSelStepBtns.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panelTranSelStepBtns.Name = "panelTranSelStepBtns"; this.panelTranSelStepBtns.Name = "panelTranSelStepBtns";
this.panelTranSelStepBtns.Size = new System.Drawing.Size(284, 37); this.panelTranSelStepBtns.Size = new System.Drawing.Size(381, 46);
this.panelTranSelStepBtns.TabIndex = 23; this.panelTranSelStepBtns.TabIndex = 23;
// //
// btnTranInsert // btnTranInsert
@ -166,8 +172,9 @@ namespace Volian.Controls.Library
this.btnTranInsert.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnTranInsert.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnTranInsert.Dock = System.Windows.Forms.DockStyle.Left; this.btnTranInsert.Dock = System.Windows.Forms.DockStyle.Left;
this.btnTranInsert.Location = new System.Drawing.Point(0, 0); this.btnTranInsert.Location = new System.Drawing.Point(0, 0);
this.btnTranInsert.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnTranInsert.Name = "btnTranInsert"; this.btnTranInsert.Name = "btnTranInsert";
this.btnTranInsert.Size = new System.Drawing.Size(88, 36); this.btnTranInsert.Size = new System.Drawing.Size(103, 36);
this.btnTranInsert.TabIndex = 22; this.btnTranInsert.TabIndex = 22;
this.btnTranInsert.Text = "Select Transition"; this.btnTranInsert.Text = "Select Transition";
this.btnTranInsert.Click += new System.EventHandler(this.btnTranInsert_Click); this.btnTranInsert.Click += new System.EventHandler(this.btnTranInsert_Click);
@ -178,9 +185,10 @@ namespace Volian.Controls.Library
this.groupPanelTranFmt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanelTranFmt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelTranFmt.Controls.Add(this.listBoxTranFmt); this.groupPanelTranFmt.Controls.Add(this.listBoxTranFmt);
this.groupPanelTranFmt.Dock = System.Windows.Forms.DockStyle.Top; this.groupPanelTranFmt.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelTranFmt.Location = new System.Drawing.Point(0, 66); this.groupPanelTranFmt.Location = new System.Drawing.Point(0, 81);
this.groupPanelTranFmt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelTranFmt.Name = "groupPanelTranFmt"; this.groupPanelTranFmt.Name = "groupPanelTranFmt";
this.groupPanelTranFmt.Size = new System.Drawing.Size(290, 112); this.groupPanelTranFmt.Size = new System.Drawing.Size(387, 138);
// //
// //
// //
@ -209,9 +217,11 @@ namespace Volian.Controls.Library
this.listBoxTranFmt.Dock = System.Windows.Forms.DockStyle.Top; this.listBoxTranFmt.Dock = System.Windows.Forms.DockStyle.Top;
this.listBoxTranFmt.FormattingEnabled = true; this.listBoxTranFmt.FormattingEnabled = true;
this.listBoxTranFmt.HorizontalScrollbar = true; this.listBoxTranFmt.HorizontalScrollbar = true;
this.listBoxTranFmt.ItemHeight = 16;
this.listBoxTranFmt.Location = new System.Drawing.Point(0, 0); this.listBoxTranFmt.Location = new System.Drawing.Point(0, 0);
this.listBoxTranFmt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.listBoxTranFmt.Name = "listBoxTranFmt"; this.listBoxTranFmt.Name = "listBoxTranFmt";
this.listBoxTranFmt.Size = new System.Drawing.Size(284, 82); this.listBoxTranFmt.Size = new System.Drawing.Size(381, 100);
this.listBoxTranFmt.TabIndex = 13; this.listBoxTranFmt.TabIndex = 13;
this.listBoxTranFmt.SelectedIndexChanged += new System.EventHandler(this.listBoxTranFmt_Click); this.listBoxTranFmt.SelectedIndexChanged += new System.EventHandler(this.listBoxTranFmt_Click);
// //
@ -221,9 +231,10 @@ namespace Volian.Controls.Library
this.groupPanelTransitionProcs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanelTransitionProcs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelTransitionProcs.Controls.Add(this.listBoxTranProcs); this.groupPanelTransitionProcs.Controls.Add(this.listBoxTranProcs);
this.groupPanelTransitionProcs.Dock = System.Windows.Forms.DockStyle.Top; this.groupPanelTransitionProcs.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelTransitionProcs.Location = new System.Drawing.Point(0, 178); this.groupPanelTransitionProcs.Location = new System.Drawing.Point(0, 219);
this.groupPanelTransitionProcs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelTransitionProcs.Name = "groupPanelTransitionProcs"; this.groupPanelTransitionProcs.Name = "groupPanelTransitionProcs";
this.groupPanelTransitionProcs.Size = new System.Drawing.Size(290, 106); this.groupPanelTransitionProcs.Size = new System.Drawing.Size(387, 130);
// //
// //
// //
@ -252,9 +263,11 @@ namespace Volian.Controls.Library
this.listBoxTranProcs.Dock = System.Windows.Forms.DockStyle.Top; this.listBoxTranProcs.Dock = System.Windows.Forms.DockStyle.Top;
this.listBoxTranProcs.FormattingEnabled = true; this.listBoxTranProcs.FormattingEnabled = true;
this.listBoxTranProcs.HorizontalScrollbar = true; this.listBoxTranProcs.HorizontalScrollbar = true;
this.listBoxTranProcs.ItemHeight = 16;
this.listBoxTranProcs.Location = new System.Drawing.Point(0, 0); this.listBoxTranProcs.Location = new System.Drawing.Point(0, 0);
this.listBoxTranProcs.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.listBoxTranProcs.Name = "listBoxTranProcs"; this.listBoxTranProcs.Name = "listBoxTranProcs";
this.listBoxTranProcs.Size = new System.Drawing.Size(284, 82); this.listBoxTranProcs.Size = new System.Drawing.Size(381, 100);
this.listBoxTranProcs.TabIndex = 12; this.listBoxTranProcs.TabIndex = 12;
this.listBoxTranProcs.SelectedIndexChanged += new System.EventHandler(this.listBoxTranProcs_SelectedIndexChanged); this.listBoxTranProcs.SelectedIndexChanged += new System.EventHandler(this.listBoxTranProcs_SelectedIndexChanged);
// //
@ -264,9 +277,10 @@ namespace Volian.Controls.Library
this.groupPanelTransitionSect.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanelTransitionSect.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanelTransitionSect.Controls.Add(this.listBoxTranSects); this.groupPanelTransitionSect.Controls.Add(this.listBoxTranSects);
this.groupPanelTransitionSect.Dock = System.Windows.Forms.DockStyle.Top; this.groupPanelTransitionSect.Dock = System.Windows.Forms.DockStyle.Top;
this.groupPanelTransitionSect.Location = new System.Drawing.Point(0, 284); this.groupPanelTransitionSect.Location = new System.Drawing.Point(0, 349);
this.groupPanelTransitionSect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupPanelTransitionSect.Name = "groupPanelTransitionSect"; this.groupPanelTransitionSect.Name = "groupPanelTransitionSect";
this.groupPanelTransitionSect.Size = new System.Drawing.Size(290, 117); this.groupPanelTransitionSect.Size = new System.Drawing.Size(387, 144);
// //
// //
// //
@ -295,23 +309,26 @@ namespace Volian.Controls.Library
this.listBoxTranSects.Dock = System.Windows.Forms.DockStyle.Fill; this.listBoxTranSects.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBoxTranSects.FormattingEnabled = true; this.listBoxTranSects.FormattingEnabled = true;
this.listBoxTranSects.HorizontalScrollbar = true; this.listBoxTranSects.HorizontalScrollbar = true;
this.listBoxTranSects.ItemHeight = 16;
this.listBoxTranSects.Location = new System.Drawing.Point(0, 0); this.listBoxTranSects.Location = new System.Drawing.Point(0, 0);
this.listBoxTranSects.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.listBoxTranSects.Name = "listBoxTranSects"; this.listBoxTranSects.Name = "listBoxTranSects";
this.listBoxTranSects.Size = new System.Drawing.Size(284, 95); this.listBoxTranSects.Size = new System.Drawing.Size(381, 116);
this.listBoxTranSects.TabIndex = 19; this.listBoxTranSects.TabIndex = 19;
this.listBoxTranSects.SelectedIndexChanged += new System.EventHandler(this.listBoxTranSects_SelectedIndexChanged); this.listBoxTranSects.SelectedIndexChanged += new System.EventHandler(this.listBoxTranSects_SelectedIndexChanged);
// //
// DisplayTransition // DisplayTransition
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupPanelTranstionSteps); this.Controls.Add(this.groupPanelTranstionSteps);
this.Controls.Add(this.groupPanelTransitionSect); this.Controls.Add(this.groupPanelTransitionSect);
this.Controls.Add(this.groupPanelTransitionProcs); this.Controls.Add(this.groupPanelTransitionProcs);
this.Controls.Add(this.groupPanelTranFmt); this.Controls.Add(this.groupPanelTranFmt);
this.Controls.Add(this.groupPanelBtns); this.Controls.Add(this.groupPanelBtns);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "DisplayTransition"; this.Name = "DisplayTransition";
this.Size = new System.Drawing.Size(290, 676); this.Size = new System.Drawing.Size(387, 832);
this.groupPanelTranstionSteps.ResumeLayout(false); this.groupPanelTranstionSteps.ResumeLayout(false);
this.groupPanelBtns.ResumeLayout(false); this.groupPanelBtns.ResumeLayout(false);
this.groupPanelBtns.PerformLayout(); this.groupPanelBtns.PerformLayout();