hide various items not currently needed

This commit is contained in:
Jsj 2008-03-26 18:35:34 +00:00
parent b8bb92cfaa
commit e65a1c1f0a
3 changed files with 12 additions and 13 deletions

View File

@ -116,6 +116,7 @@ namespace VEPROMS
this.ppDtTmLastMod.Name = "ppDtTmLastMod"; this.ppDtTmLastMod.Name = "ppDtTmLastMod";
this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22); this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22);
this.ppDtTmLastMod.TabIndex = 24; this.ppDtTmLastMod.TabIndex = 24;
this.ppDtTmLastMod.Visible = false;
// //
// ppCbPrnSecNumTitle // ppCbPrnSecNumTitle
// //
@ -128,6 +129,7 @@ namespace VEPROMS
this.ppCbPrnSecNumTitle.TabIndex = 23; this.ppCbPrnSecNumTitle.TabIndex = 23;
this.ppCbPrnSecNumTitle.Text = "Print Section Number and Title"; this.ppCbPrnSecNumTitle.Text = "Print Section Number and Title";
this.ppCbPrnSecNumTitle.UseVisualStyleBackColor = false; this.ppCbPrnSecNumTitle.UseVisualStyleBackColor = false;
this.ppCbPrnSecNumTitle.Visible = false;
// //
// sectionConfigBindingSource // sectionConfigBindingSource
// //
@ -145,6 +147,7 @@ namespace VEPROMS
this.ppCbIncTOC.TabIndex = 22; this.ppCbIncTOC.TabIndex = 22;
this.ppCbIncTOC.Text = "Include on Table Of Contents"; this.ppCbIncTOC.Text = "Include on Table Of Contents";
this.ppCbIncTOC.UseVisualStyleBackColor = false; this.ppCbIncTOC.UseVisualStyleBackColor = false;
this.ppCbIncTOC.Visible = false;
// //
// ppTxtBxUserID // ppTxtBxUserID
// //
@ -154,6 +157,7 @@ namespace VEPROMS
this.ppTxtBxUserID.Name = "ppTxtBxUserID"; this.ppTxtBxUserID.Name = "ppTxtBxUserID";
this.ppTxtBxUserID.Size = new System.Drawing.Size(154, 22); this.ppTxtBxUserID.Size = new System.Drawing.Size(154, 22);
this.ppTxtBxUserID.TabIndex = 12; this.ppTxtBxUserID.TabIndex = 12;
this.ppTxtBxUserID.Visible = false;
// //
// label21 // label21
// //
@ -164,6 +168,7 @@ namespace VEPROMS
this.label21.Size = new System.Drawing.Size(55, 17); this.label21.Size = new System.Drawing.Size(55, 17);
this.label21.TabIndex = 11; this.label21.TabIndex = 11;
this.label21.Text = "User ID"; this.label21.Text = "User ID";
this.label21.Visible = false;
// //
// label3 // label3
// //
@ -174,6 +179,7 @@ namespace VEPROMS
this.label3.Size = new System.Drawing.Size(92, 17); this.label3.Size = new System.Drawing.Size(92, 17);
this.label3.TabIndex = 4; this.label3.TabIndex = 4;
this.label3.Text = "Last Modified"; this.label3.Text = "Last Modified";
this.label3.Visible = false;
// //
// ppRTxtTitle // ppRTxtTitle
// //
@ -675,6 +681,7 @@ namespace VEPROMS
this.btnViewStngs.Size = new System.Drawing.Size(192, 23); this.btnViewStngs.Size = new System.Drawing.Size(192, 23);
this.btnViewStngs.TabIndex = 3; this.btnViewStngs.TabIndex = 3;
this.btnViewStngs.Text = "View Settings"; this.btnViewStngs.Text = "View Settings";
this.btnViewStngs.Visible = false;
this.btnViewStngs.Click += new System.EventHandler(this.btnViewStngs_Click); this.btnViewStngs.Click += new System.EventHandler(this.btnViewStngs_Click);
// //
// btnLibDocs // btnLibDocs
@ -719,9 +726,9 @@ namespace VEPROMS
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.tcSectionProp.BackColor = System.Drawing.Color.Transparent; this.tcSectionProp.BackColor = System.Drawing.Color.Transparent;
this.tcSectionProp.CanReorderTabs = true; this.tcSectionProp.CanReorderTabs = true;
this.tcSectionProp.Controls.Add(this.tabControlPanel1);
this.tcSectionProp.Controls.Add(this.tabControlPanel2); this.tcSectionProp.Controls.Add(this.tabControlPanel2);
this.tcSectionProp.Controls.Add(this.tabControlPanel3); this.tcSectionProp.Controls.Add(this.tabControlPanel3);
this.tcSectionProp.Controls.Add(this.tabControlPanel1);
this.tcSectionProp.Controls.Add(this.tabControlPanel4); this.tcSectionProp.Controls.Add(this.tabControlPanel4);
this.tcSectionProp.Location = new System.Drawing.Point(216, 10); this.tcSectionProp.Location = new System.Drawing.Point(216, 10);
this.tcSectionProp.Name = "tcSectionProp"; this.tcSectionProp.Name = "tcSectionProp";
@ -734,7 +741,6 @@ namespace VEPROMS
this.tcSectionProp.Tabs.Add(this.tiGeneral); this.tcSectionProp.Tabs.Add(this.tiGeneral);
this.tcSectionProp.Tabs.Add(this.tiFormat); this.tcSectionProp.Tabs.Add(this.tiFormat);
this.tcSectionProp.Tabs.Add(this.tiLibDoc); this.tcSectionProp.Tabs.Add(this.tiLibDoc);
this.tcSectionProp.Tabs.Add(this.tiViewStnns);
this.tcSectionProp.TabsVisible = false; this.tcSectionProp.TabsVisible = false;
this.tcSectionProp.Text = "tabControl2"; this.tcSectionProp.Text = "tabControl2";
// //

View File

@ -62,7 +62,7 @@ namespace VEPROMS
ppLblFormatDefault.Text = string.Format("({0})", _DefaultFormatName); ppLblFormatDefault.Text = string.Format("({0})", _DefaultFormatName);
ppCmbxFormat.WatermarkText = string.Format("{0}", _DefaultFormatName); ppCmbxFormat.WatermarkText = string.Format("{0}", _DefaultFormatName);
} }
_SectionConfig.ParentLookup = false; _SectionConfig.ParentLookup = false;
} }
private void frmSectionProperties_Load(object sender, EventArgs e) private void frmSectionProperties_Load(object sender, EventArgs e)
@ -94,10 +94,12 @@ namespace VEPROMS
ppCmbxSectPagination.DataSource = EnumDetail<SectionConfig.SectionPagination>.Details(); ppCmbxSectPagination.DataSource = EnumDetail<SectionConfig.SectionPagination>.Details();
ppCmbxSectPagination.DisplayMember = "Description"; ppCmbxSectPagination.DisplayMember = "Description";
ppCmbxSectPagination.ValueMember = "EValue"; ppCmbxSectPagination.ValueMember = "EValue";
ppCmbxSectPagination.SelectedIndex = -1;
ppCmbxNumColumns.DataSource = EnumDetail<SectionConfig.SectionColumnMode>.Details(); ppCmbxNumColumns.DataSource = EnumDetail<SectionConfig.SectionColumnMode>.Details();
ppCmbxNumColumns.DisplayMember = "Description"; ppCmbxNumColumns.DisplayMember = "Description";
ppCmbxNumColumns.ValueMember = "EValue"; ppCmbxNumColumns.ValueMember = "EValue";
ppCmbxNumColumns.SelectedIndex = -1;
_Initializing = false; _Initializing = false;
} }
@ -229,7 +231,7 @@ namespace VEPROMS
if (!_Initializing) if (!_Initializing)
defaultSettingsVisiblity(); defaultSettingsVisiblity();
} }
#endregion #endregion
} }
} }

View File

@ -120,12 +120,6 @@
<metadata name="sectionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="sectionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>385, 20</value> <value>385, 20</value>
</metadata> </metadata>
<metadata name="sectionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>385, 20</value>
</metadata>
<metadata name="superTooltip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>845, 20</value>
</metadata>
<metadata name="superTooltip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="superTooltip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>845, 20</value> <value>845, 20</value>
</metadata> </metadata>
@ -151,7 +145,4 @@ When a format other than the inherited one is selected, a button labeled "Defaul
Pressing the "Default" button will revert back to using the inherited format for this section. Pressing the "Default" button will revert back to using the inherited format for this section.
</value> </value>
</data> </data>
<metadata name="formatInfoListBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>613, 20</value>
</metadata>
</root> </root>