namespace VEPROMS { partial class frmSectionProperties { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSectionProperties)); this.ppDtTmLastMod = new System.Windows.Forms.DateTimePicker(); this.ppCbPrnSecNumTitle = new System.Windows.Forms.CheckBox(); this.sectionConfigBindingSource = new System.Windows.Forms.BindingSource(this.components); this.ppCbIncTOC = new System.Windows.Forms.CheckBox(); this.ppTxtBxUserID = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.ppRTxtTitle = new System.Windows.Forms.RichTextBox(); this.ppRTxtNumber = new System.Windows.Forms.RichTextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.ppCmbxAccPgPrintSize = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.ppCmbxNumColumns = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.ppCmbxSectPagination = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.ppCmbxStyleSectionType = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.ppBtnDefaultFmt = new DevComponents.DotNetBar.ButtonX(); this.ppCmbxFormat = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components); this.ppLblFormatDefault = new System.Windows.Forms.Label(); this.ppCmbxCheckoffHeading = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.ppCmbxCheckoffType = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.ppBtnCvrtToLibDoc = new DevComponents.DotNetBar.ButtonX(); this.ppCmbxLibDoc = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.label4 = new System.Windows.Forms.Label(); this.ppCkLstApplicabilityDesinations = new System.Windows.Forms.CheckedListBox(); this.ppCbProcView = new System.Windows.Forms.CheckBox(); this.label9 = new System.Windows.Forms.Label(); this.ppCbDeviationView = new System.Windows.Forms.CheckBox(); this.ppCbBackView = new System.Windows.Forms.CheckBox(); this.ppBtnCancel = new System.Windows.Forms.Button(); this.ppBtnOK = new System.Windows.Forms.Button(); this.ppLblDefSettingsInfo = new System.Windows.Forms.Label(); this.ppCbShwDefSettings = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.richTextBox2 = new System.Windows.Forms.RichTextBox(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip(); this.panSectBtns = new System.Windows.Forms.Panel(); this.btnViewStngs = new DevComponents.DotNetBar.ButtonX(); this.btnLibDocs = new DevComponents.DotNetBar.ButtonX(); this.btnFormat = new DevComponents.DotNetBar.ButtonX(); this.btnGeneral = new DevComponents.DotNetBar.ButtonX(); this.tcSectionProp = new DevComponents.DotNetBar.TabControl(); this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel(); this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel(); this.ppGpbxSignoffCheckoff = new DevComponents.DotNetBar.Controls.GroupPanel(); this.tiFormat = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel(); this.tiLibDoc = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel(); this.tiViewStnns = new DevComponents.DotNetBar.TabItem(this.components); ((System.ComponentModel.ISupportInitialize)(this.sectionConfigBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit(); this.panSectBtns.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).BeginInit(); this.tcSectionProp.SuspendLayout(); this.tabControlPanel1.SuspendLayout(); this.tabControlPanel2.SuspendLayout(); this.ppGpbxSignoffCheckoff.SuspendLayout(); this.tabControlPanel3.SuspendLayout(); this.tabControlPanel4.SuspendLayout(); this.SuspendLayout(); // // ppDtTmLastMod // this.ppDtTmLastMod.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt"; this.ppDtTmLastMod.Enabled = false; this.ppDtTmLastMod.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.ppDtTmLastMod.Location = new System.Drawing.Point(116, 148); this.ppDtTmLastMod.Name = "ppDtTmLastMod"; this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22); this.ppDtTmLastMod.TabIndex = 24; // // ppCbPrnSecNumTitle // this.ppCbPrnSecNumTitle.AutoSize = true; this.ppCbPrnSecNumTitle.BackColor = System.Drawing.Color.Transparent; this.ppCbPrnSecNumTitle.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.sectionConfigBindingSource, "Section_TOC", true)); this.ppCbPrnSecNumTitle.Location = new System.Drawing.Point(404, 261); this.ppCbPrnSecNumTitle.Name = "ppCbPrnSecNumTitle"; this.ppCbPrnSecNumTitle.Size = new System.Drawing.Size(223, 21); this.ppCbPrnSecNumTitle.TabIndex = 23; this.ppCbPrnSecNumTitle.Text = "Print Section Number and Title"; this.ppCbPrnSecNumTitle.UseVisualStyleBackColor = false; // // sectionConfigBindingSource // this.sectionConfigBindingSource.AllowNew = false; this.sectionConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.SectionConfig); // // ppCbIncTOC // this.ppCbIncTOC.AutoSize = true; this.ppCbIncTOC.BackColor = System.Drawing.Color.Transparent; this.ppCbIncTOC.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.sectionConfigBindingSource, "Section_TOC", true)); this.ppCbIncTOC.Location = new System.Drawing.Point(404, 234); this.ppCbIncTOC.Name = "ppCbIncTOC"; this.ppCbIncTOC.Size = new System.Drawing.Size(214, 21); this.ppCbIncTOC.TabIndex = 22; this.ppCbIncTOC.Text = "Include on Table Of Contents"; this.ppCbIncTOC.UseVisualStyleBackColor = false; // // ppTxtBxUserID // this.ppTxtBxUserID.AcceptsReturn = true; this.ppTxtBxUserID.Enabled = false; this.ppTxtBxUserID.Location = new System.Drawing.Point(116, 197); this.ppTxtBxUserID.Name = "ppTxtBxUserID"; this.ppTxtBxUserID.Size = new System.Drawing.Size(154, 22); this.ppTxtBxUserID.TabIndex = 12; // // label21 // this.label21.AutoSize = true; this.label21.BackColor = System.Drawing.Color.Transparent; this.label21.Location = new System.Drawing.Point(55, 200); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(55, 17); this.label21.TabIndex = 11; this.label21.Text = "User ID"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(18, 151); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(92, 17); this.label3.TabIndex = 4; this.label3.Text = "Last Modified"; // // ppRTxtTitle // this.ppRTxtTitle.AcceptsTab = true; this.ppRTxtTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.sectionConfigBindingSource, "Title", true)); this.ppRTxtTitle.Location = new System.Drawing.Point(86, 60); this.ppRTxtTitle.Name = "ppRTxtTitle"; this.ppRTxtTitle.Size = new System.Drawing.Size(541, 60); this.ppRTxtTitle.TabIndex = 3; this.ppRTxtTitle.Text = ""; // // ppRTxtNumber // this.ppRTxtNumber.AcceptsTab = true; this.ppRTxtNumber.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.sectionConfigBindingSource, "Number", true)); this.ppRTxtNumber.Location = new System.Drawing.Point(86, 9); this.ppRTxtNumber.Multiline = false; this.ppRTxtNumber.Name = "ppRTxtNumber"; this.ppRTxtNumber.Size = new System.Drawing.Size(159, 22); this.ppRTxtNumber.TabIndex = 2; this.ppRTxtNumber.Text = ""; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(45, 60); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 17); this.label2.TabIndex = 1; this.label2.Text = "Title"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(22, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 17); this.label1.TabIndex = 0; this.label1.Text = "Number"; // // ppCmbxAccPgPrintSize // this.ppCmbxAccPgPrintSize.DisplayMember = "Text"; this.ppCmbxAccPgPrintSize.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxAccPgPrintSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxAccPgPrintSize.FormattingEnabled = true; this.ppCmbxAccPgPrintSize.Location = new System.Drawing.Point(48, 231); this.ppCmbxAccPgPrintSize.Name = "ppCmbxAccPgPrintSize"; this.ppCmbxAccPgPrintSize.Size = new System.Drawing.Size(213, 23); this.superTooltip1.SetSuperTooltip(this.ppCmbxAccPgPrintSize, new DevComponents.DotNetBar.SuperTooltipInfo("Print Size", "", "This is used only for non-step editor sections.\r\n\r\nSelect the printing aspects fo" + "r this section", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCmbxAccPgPrintSize.TabIndex = 6; this.ppCmbxAccPgPrintSize.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppCmbxAccPgPrintSize.WatermarkText = "select print size"; // // ppCmbxNumColumns // this.ppCmbxNumColumns.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.sectionConfigBindingSource, "Section_ColumnMode", true)); this.ppCmbxNumColumns.DisplayMember = "Text"; this.ppCmbxNumColumns.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxNumColumns.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxNumColumns.FormattingEnabled = true; this.ppCmbxNumColumns.Location = new System.Drawing.Point(99, 174); this.ppCmbxNumColumns.Name = "ppCmbxNumColumns"; this.ppCmbxNumColumns.Size = new System.Drawing.Size(121, 23); this.superTooltip1.SetSuperTooltip(this.ppCmbxNumColumns, new DevComponents.DotNetBar.SuperTooltipInfo("Columns", "", "This is used only for procedure step editor sections.\r\n\r\nSelect the number of co" + "lumns for this section", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(175, 130))); this.ppCmbxNumColumns.TabIndex = 6; this.ppCmbxNumColumns.WatermarkText = "select columns"; // // ppCmbxSectPagination // this.ppCmbxSectPagination.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.sectionConfigBindingSource, "Section_Pagination", true)); this.ppCmbxSectPagination.DisplayMember = "Text"; this.ppCmbxSectPagination.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxSectPagination.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxSectPagination.FormattingEnabled = true; this.ppCmbxSectPagination.Location = new System.Drawing.Point(99, 123); this.ppCmbxSectPagination.Name = "ppCmbxSectPagination"; this.ppCmbxSectPagination.Size = new System.Drawing.Size(173, 23); this.superTooltip1.SetSuperTooltip(this.ppCmbxSectPagination, new DevComponents.DotNetBar.SuperTooltipInfo("Section Pagination", "", resources.GetString("ppCmbxSectPagination.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(300, 190))); this.ppCmbxSectPagination.TabIndex = 50; this.ppCmbxSectPagination.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppCmbxSectPagination.WatermarkText = "select section pagination"; // // ppCmbxStyleSectionType // this.ppCmbxStyleSectionType.DisplayMember = "Text"; this.ppCmbxStyleSectionType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxStyleSectionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxStyleSectionType.FormattingEnabled = true; this.ppCmbxStyleSectionType.Location = new System.Drawing.Point(117, 77); this.ppCmbxStyleSectionType.Name = "ppCmbxStyleSectionType"; this.ppCmbxStyleSectionType.Size = new System.Drawing.Size(510, 23); this.superTooltip1.SetSuperTooltip(this.ppCmbxStyleSectionType, new DevComponents.DotNetBar.SuperTooltipInfo("Section Type", "", "This is a list of the possible section types as they are defined in the selected " + "format.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCmbxStyleSectionType.TabIndex = 49; this.ppCmbxStyleSectionType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppCmbxStyleSectionType.WatermarkText = "select section type"; // // ppBtnDefaultFmt // this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ppBtnDefaultFmt.Location = new System.Drawing.Point(587, 22); this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt"; this.ppBtnDefaultFmt.Size = new System.Drawing.Size(50, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" + " \"Show Default Settings\" to display the \"default\" format name (below the format " + "selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppBtnDefaultFmt.TabIndex = 48; this.ppBtnDefaultFmt.Text = "Default"; this.ppBtnDefaultFmt.ThemeAware = true; this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click); // // ppCmbxFormat // this.ppCmbxFormat.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.sectionConfigBindingSource, "FormatSelection", true)); this.ppCmbxFormat.DataSource = this.formatInfoListBindingSource; this.ppCmbxFormat.DisplayMember = "Description"; this.ppCmbxFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxFormat.FormattingEnabled = true; this.ppCmbxFormat.Location = new System.Drawing.Point(13, 22); this.ppCmbxFormat.Name = "ppCmbxFormat"; this.ppCmbxFormat.Size = new System.Drawing.Size(568, 23); this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCmbxFormat.TabIndex = 44; this.ppCmbxFormat.ValueMember = "Description"; this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppCmbxFormat.WatermarkText = "select a format"; this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged); // // formatInfoListBindingSource // this.formatInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.FormatInfo); // // ppLblFormatDefault // this.ppLblFormatDefault.AutoSize = true; this.ppLblFormatDefault.BackColor = System.Drawing.Color.Transparent; this.ppLblFormatDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblFormatDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.ppLblFormatDefault.Location = new System.Drawing.Point(13, 48); this.ppLblFormatDefault.Name = "ppLblFormatDefault"; this.ppLblFormatDefault.Size = new System.Drawing.Size(61, 17); this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Format setting", "", "Pressing the Default Button (to the right)\r\nwill set the format setting back to t" + "his.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(260, 70))); this.ppLblFormatDefault.TabIndex = 43; this.ppLblFormatDefault.Text = "(default)"; // // ppCmbxCheckoffHeading // this.ppCmbxCheckoffHeading.DisplayMember = "Text"; this.ppCmbxCheckoffHeading.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxCheckoffHeading.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxCheckoffHeading.FormattingEnabled = true; this.ppCmbxCheckoffHeading.Location = new System.Drawing.Point(38, 93); this.ppCmbxCheckoffHeading.Name = "ppCmbxCheckoffHeading"; this.ppCmbxCheckoffHeading.Size = new System.Drawing.Size(253, 23); this.superTooltip1.SetSuperTooltip(this.ppCmbxCheckoffHeading, new DevComponents.DotNetBar.SuperTooltipInfo("Signoff / Checkoff Heading", "", "Places a column heading for the signoff/checkoff.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCmbxCheckoffHeading.TabIndex = 7; this.ppCmbxCheckoffHeading.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppCmbxCheckoffHeading.WatermarkText = "select checkoff / signoff heading"; // // ppCmbxCheckoffType // this.ppCmbxCheckoffType.DisplayMember = "Text"; this.ppCmbxCheckoffType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxCheckoffType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxCheckoffType.FormattingEnabled = true; this.ppCmbxCheckoffType.Location = new System.Drawing.Point(38, 36); this.ppCmbxCheckoffType.Name = "ppCmbxCheckoffType"; this.ppCmbxCheckoffType.Size = new System.Drawing.Size(253, 23); this.superTooltip1.SetSuperTooltip(this.ppCmbxCheckoffType, new DevComponents.DotNetBar.SuperTooltipInfo("Signoffs / Checkoffs Type", "", "This will automatically assign a signoff/checkoff as defined by the selected form" + "at.\r\n\r\nThis is considered a default and it can be overridden in the step editor." + "", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCmbxCheckoffType.TabIndex = 6; this.ppCmbxCheckoffType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppCmbxCheckoffType.WatermarkText = "select checkoff / signoff"; // // label12 // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.Location = new System.Drawing.Point(16, 71); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(61, 17); this.label12.TabIndex = 4; this.label12.Text = "Heading"; // // label11 // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Location = new System.Drawing.Point(16, 13); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(40, 17); this.label11.TabIndex = 2; this.label11.Text = "Type"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Location = new System.Drawing.Point(25, 209); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(68, 17); this.label8.TabIndex = 36; this.label8.Text = "Print Size"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Location = new System.Drawing.Point(18, 123); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(75, 17); this.label7.TabIndex = 34; this.label7.Text = "Pagination"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Location = new System.Drawing.Point(20, 77); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(91, 17); this.label6.TabIndex = 32; this.label6.Text = "Section Type"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Location = new System.Drawing.Point(31, 174); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(62, 17); this.label5.TabIndex = 30; this.label5.Text = "Columns"; // // label19 // this.label19.AutoSize = true; this.label19.BackColor = System.Drawing.Color.Transparent; this.label19.Location = new System.Drawing.Point(25, 1); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(52, 17); this.label19.TabIndex = 28; this.label19.Text = "Format"; // // ppBtnCvrtToLibDoc // this.ppBtnCvrtToLibDoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ppBtnCvrtToLibDoc.Location = new System.Drawing.Point(21, 259); this.ppBtnCvrtToLibDoc.Name = "ppBtnCvrtToLibDoc"; this.ppBtnCvrtToLibDoc.Size = new System.Drawing.Size(279, 23); this.superTooltip1.SetSuperTooltip(this.ppBtnCvrtToLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Convert To Library Document button", "", "This button will convert the current section to a library document, allowing it t" + "o be shared with other procedures.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 76))); this.ppBtnCvrtToLibDoc.TabIndex = 32; this.ppBtnCvrtToLibDoc.Text = "Convert This Section To a Library Document"; // // ppCmbxLibDoc // this.ppCmbxLibDoc.DisplayMember = "Text"; this.ppCmbxLibDoc.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxLibDoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxLibDoc.FormattingEnabled = true; this.ppCmbxLibDoc.Location = new System.Drawing.Point(24, 30); this.ppCmbxLibDoc.Name = "ppCmbxLibDoc"; this.ppCmbxLibDoc.Size = new System.Drawing.Size(570, 23); this.superTooltip1.SetSuperTooltip(this.ppCmbxLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Select Library Document", "", "This allows you to select a library document to reference for this section.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 76))); this.ppCmbxLibDoc.TabIndex = 30; this.ppCmbxLibDoc.WatermarkText = "not using a library document"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(21, 10); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(120, 17); this.label4.TabIndex = 31; this.label4.Text = "Library Document"; // // ppCkLstApplicabilityDesinations // this.ppCkLstApplicabilityDesinations.FormattingEnabled = true; this.ppCkLstApplicabilityDesinations.Items.AddRange(new object[] { "Unit One", "Unit Two", "Unit Three", "Unit Four"}); this.ppCkLstApplicabilityDesinations.Location = new System.Drawing.Point(27, 54); this.ppCkLstApplicabilityDesinations.Name = "ppCkLstApplicabilityDesinations"; this.ppCkLstApplicabilityDesinations.Size = new System.Drawing.Size(266, 89); this.ppCkLstApplicabilityDesinations.TabIndex = 35; // // ppCbProcView // this.ppCbProcView.AutoSize = true; this.ppCbProcView.BackColor = System.Drawing.Color.Transparent; this.ppCbProcView.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.sectionConfigBindingSource, "Section_LnkEnh", true)); this.ppCbProcView.Location = new System.Drawing.Point(31, 195); this.ppCbProcView.Name = "ppCbProcView"; this.ppCbProcView.Size = new System.Drawing.Size(193, 21); this.ppCbProcView.TabIndex = 36; this.ppCbProcView.Text = "Include in Procedure View"; this.ppCbProcView.UseVisualStyleBackColor = false; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(27, 30); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(164, 17); this.label9.TabIndex = 34; this.label9.Text = "Applicability Destinations"; // // ppCbDeviationView // this.ppCbDeviationView.AutoSize = true; this.ppCbDeviationView.BackColor = System.Drawing.Color.Transparent; this.ppCbDeviationView.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.sectionConfigBindingSource, "Section_LnkEnh", true)); this.ppCbDeviationView.Location = new System.Drawing.Point(31, 249); this.ppCbDeviationView.Name = "ppCbDeviationView"; this.ppCbDeviationView.Size = new System.Drawing.Size(186, 21); this.ppCbDeviationView.TabIndex = 33; this.ppCbDeviationView.Text = "Include in Deviation View"; this.ppCbDeviationView.UseVisualStyleBackColor = false; // // ppCbBackView // this.ppCbBackView.AutoSize = true; this.ppCbBackView.BackColor = System.Drawing.Color.Transparent; this.ppCbBackView.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.sectionConfigBindingSource, "Section_LnkEnh", true)); this.ppCbBackView.Location = new System.Drawing.Point(31, 222); this.ppCbBackView.Name = "ppCbBackView"; this.ppCbBackView.Size = new System.Drawing.Size(203, 21); this.ppCbBackView.TabIndex = 32; this.ppCbBackView.Text = "Include in Background View"; this.ppCbBackView.UseVisualStyleBackColor = false; // // ppBtnCancel // this.ppBtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ppBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.ppBtnCancel.Location = new System.Drawing.Point(768, 353); this.ppBtnCancel.Name = "ppBtnCancel"; this.ppBtnCancel.Size = new System.Drawing.Size(75, 26); this.ppBtnCancel.TabIndex = 24; this.ppBtnCancel.Text = "Cancel"; this.ppBtnCancel.UseVisualStyleBackColor = true; this.ppBtnCancel.Click += new System.EventHandler(this.btnFldrPropCancel_Click); // // ppBtnOK // this.ppBtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ppBtnOK.Location = new System.Drawing.Point(671, 353); this.ppBtnOK.Name = "ppBtnOK"; this.ppBtnOK.Size = new System.Drawing.Size(75, 26); this.ppBtnOK.TabIndex = 23; this.ppBtnOK.Text = "OK"; this.ppBtnOK.UseVisualStyleBackColor = true; this.ppBtnOK.Click += new System.EventHandler(this.btnFlderPropOK_Click); // // ppLblDefSettingsInfo // this.ppLblDefSettingsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ppLblDefSettingsInfo.AutoSize = true; this.ppLblDefSettingsInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(11, 346); this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo"; this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17); this.ppLblDefSettingsInfo.TabIndex = 25; this.ppLblDefSettingsInfo.Text = "* Default values shown in italics"; // // ppCbShwDefSettings // this.ppCbShwDefSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ppCbShwDefSettings.Location = new System.Drawing.Point(12, 366); this.ppCbShwDefSettings.Name = "ppCbShwDefSettings"; this.ppCbShwDefSettings.Size = new System.Drawing.Size(152, 23); this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" + "ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.ppCbShwDefSettings.TabIndex = 27; this.ppCbShwDefSettings.Text = "Show Default Settings"; this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.sectionConfigBindingSource, "Section_TOC", true)); this.checkBox1.Location = new System.Drawing.Point(13, 272); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(214, 21); this.checkBox1.TabIndex = 22; this.checkBox1.Text = "Include on Table Of Contents"; this.checkBox1.UseVisualStyleBackColor = true; // // textBox1 // this.textBox1.AcceptsReturn = true; this.textBox1.Location = new System.Drawing.Point(113, 218); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(154, 22); this.textBox1.TabIndex = 12; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(52, 221); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(55, 17); this.label10.TabIndex = 11; this.label10.Text = "User ID"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(113, 172); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(202, 22); this.textBox2.TabIndex = 5; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(15, 172); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(92, 17); this.label13.TabIndex = 4; this.label13.Text = "Last Modified"; // // richTextBox1 // this.richTextBox1.AcceptsTab = true; this.richTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.sectionConfigBindingSource, "Title", true)); this.richTextBox1.Location = new System.Drawing.Point(83, 81); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(541, 60); this.richTextBox1.TabIndex = 3; this.richTextBox1.Text = ""; // // richTextBox2 // this.richTextBox2.AcceptsTab = true; this.richTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.sectionConfigBindingSource, "Number", true)); this.richTextBox2.Location = new System.Drawing.Point(83, 30); this.richTextBox2.Multiline = false; this.richTextBox2.Name = "richTextBox2"; this.richTextBox2.Size = new System.Drawing.Size(159, 22); this.richTextBox2.TabIndex = 2; this.richTextBox2.Text = ""; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(42, 81); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(35, 17); this.label14.TabIndex = 1; this.label14.Text = "Title"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(19, 33); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(58, 17); this.label15.TabIndex = 0; this.label15.Text = "Number"; // // superTooltip1 // this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; // // panSectBtns // this.panSectBtns.BackColor = System.Drawing.Color.Transparent; this.panSectBtns.Controls.Add(this.btnViewStngs); this.panSectBtns.Controls.Add(this.btnLibDocs); this.panSectBtns.Controls.Add(this.btnFormat); this.panSectBtns.Controls.Add(this.btnGeneral); this.panSectBtns.Location = new System.Drawing.Point(14, 10); this.panSectBtns.Name = "panSectBtns"; this.panSectBtns.Size = new System.Drawing.Size(192, 325); this.panSectBtns.TabIndex = 28; // // btnViewStngs // this.btnViewStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnViewStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnViewStngs.Dock = System.Windows.Forms.DockStyle.Top; this.btnViewStngs.Location = new System.Drawing.Point(0, 69); this.btnViewStngs.Name = "btnViewStngs"; this.btnViewStngs.Size = new System.Drawing.Size(192, 23); this.btnViewStngs.TabIndex = 3; this.btnViewStngs.Text = "View Settings"; this.btnViewStngs.Click += new System.EventHandler(this.btnViewStngs_Click); // // btnLibDocs // this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top; this.btnLibDocs.Location = new System.Drawing.Point(0, 46); this.btnLibDocs.Name = "btnLibDocs"; this.btnLibDocs.Size = new System.Drawing.Size(192, 23); this.btnLibDocs.TabIndex = 2; this.btnLibDocs.Text = "Library Documents"; this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click); // // btnFormat // this.btnFormat.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnFormat.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnFormat.Dock = System.Windows.Forms.DockStyle.Top; this.btnFormat.Location = new System.Drawing.Point(0, 23); this.btnFormat.Name = "btnFormat"; this.btnFormat.Size = new System.Drawing.Size(192, 23); this.btnFormat.TabIndex = 1; this.btnFormat.Text = "Format"; this.btnFormat.Click += new System.EventHandler(this.btnFormat_Click); // // btnGeneral // this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top; this.btnGeneral.Location = new System.Drawing.Point(0, 0); this.btnGeneral.Name = "btnGeneral"; this.btnGeneral.Size = new System.Drawing.Size(192, 23); this.btnGeneral.TabIndex = 0; this.btnGeneral.Text = "General"; this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click); // // tcSectionProp // this.tcSectionProp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.tcSectionProp.BackColor = System.Drawing.Color.Transparent; this.tcSectionProp.CanReorderTabs = true; this.tcSectionProp.Controls.Add(this.tabControlPanel1); this.tcSectionProp.Controls.Add(this.tabControlPanel2); this.tcSectionProp.Controls.Add(this.tabControlPanel3); this.tcSectionProp.Controls.Add(this.tabControlPanel4); this.tcSectionProp.Location = new System.Drawing.Point(216, 10); this.tcSectionProp.Name = "tcSectionProp"; this.tcSectionProp.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.tcSectionProp.SelectedTabIndex = 0; this.tcSectionProp.Size = new System.Drawing.Size(648, 325); this.tcSectionProp.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock; this.tcSectionProp.TabIndex = 29; this.tcSectionProp.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tcSectionProp.Tabs.Add(this.tiGeneral); this.tcSectionProp.Tabs.Add(this.tiFormat); this.tcSectionProp.Tabs.Add(this.tiLibDoc); this.tcSectionProp.Tabs.Add(this.tiViewStnns); this.tcSectionProp.TabsVisible = false; this.tcSectionProp.Text = "tabControl2"; // // tabControlPanel1 // this.tabControlPanel1.Controls.Add(this.ppDtTmLastMod); this.tabControlPanel1.Controls.Add(this.label1); this.tabControlPanel1.Controls.Add(this.ppCbPrnSecNumTitle); this.tabControlPanel1.Controls.Add(this.label2); this.tabControlPanel1.Controls.Add(this.ppCbIncTOC); this.tabControlPanel1.Controls.Add(this.ppRTxtNumber); this.tabControlPanel1.Controls.Add(this.ppTxtBxUserID); this.tabControlPanel1.Controls.Add(this.ppRTxtTitle); this.tabControlPanel1.Controls.Add(this.label21); this.tabControlPanel1.Controls.Add(this.label3); this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel1.Location = new System.Drawing.Point(0, 24); this.tabControlPanel1.Name = "tabControlPanel1"; this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel1.Size = new System.Drawing.Size(648, 301); this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabControlPanel1.Style.GradientAngle = 90; this.tabControlPanel1.TabIndex = 1; this.tabControlPanel1.TabItem = this.tiGeneral; // // tiGeneral // this.tiGeneral.AttachedControl = this.tabControlPanel1; this.tiGeneral.Name = "tiGeneral"; this.tiGeneral.Text = "General"; // // tabControlPanel2 // this.tabControlPanel2.Controls.Add(this.ppGpbxSignoffCheckoff); this.tabControlPanel2.Controls.Add(this.ppCmbxAccPgPrintSize); this.tabControlPanel2.Controls.Add(this.label19); this.tabControlPanel2.Controls.Add(this.ppCmbxNumColumns); this.tabControlPanel2.Controls.Add(this.label5); this.tabControlPanel2.Controls.Add(this.ppCmbxSectPagination); this.tabControlPanel2.Controls.Add(this.label6); this.tabControlPanel2.Controls.Add(this.ppCmbxStyleSectionType); this.tabControlPanel2.Controls.Add(this.label7); this.tabControlPanel2.Controls.Add(this.ppBtnDefaultFmt); this.tabControlPanel2.Controls.Add(this.label8); this.tabControlPanel2.Controls.Add(this.ppCmbxFormat); this.tabControlPanel2.Controls.Add(this.ppLblFormatDefault); this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel2.Location = new System.Drawing.Point(0, 24); this.tabControlPanel2.Name = "tabControlPanel2"; this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel2.Size = new System.Drawing.Size(648, 301); this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabControlPanel2.Style.GradientAngle = 90; this.tabControlPanel2.TabIndex = 2; this.tabControlPanel2.TabItem = this.tiFormat; this.tabControlPanel2.Enter += new System.EventHandler(this.tabpage_Enter); // // ppGpbxSignoffCheckoff // this.ppGpbxSignoffCheckoff.BackColor = System.Drawing.Color.Transparent; this.ppGpbxSignoffCheckoff.CanvasColor = System.Drawing.SystemColors.Control; this.ppGpbxSignoffCheckoff.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.ppGpbxSignoffCheckoff.Controls.Add(this.ppCmbxCheckoffHeading); this.ppGpbxSignoffCheckoff.Controls.Add(this.label11); this.ppGpbxSignoffCheckoff.Controls.Add(this.ppCmbxCheckoffType); this.ppGpbxSignoffCheckoff.Controls.Add(this.label12); this.ppGpbxSignoffCheckoff.Location = new System.Drawing.Point(315, 123); this.ppGpbxSignoffCheckoff.Name = "ppGpbxSignoffCheckoff"; this.ppGpbxSignoffCheckoff.Size = new System.Drawing.Size(312, 161); // // // this.ppGpbxSignoffCheckoff.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.ppGpbxSignoffCheckoff.Style.BackColorGradientAngle = 90; this.ppGpbxSignoffCheckoff.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.ppGpbxSignoffCheckoff.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.ppGpbxSignoffCheckoff.Style.BorderBottomWidth = 1; this.ppGpbxSignoffCheckoff.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.ppGpbxSignoffCheckoff.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.ppGpbxSignoffCheckoff.Style.BorderLeftWidth = 1; this.ppGpbxSignoffCheckoff.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.ppGpbxSignoffCheckoff.Style.BorderRightWidth = 1; this.ppGpbxSignoffCheckoff.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.ppGpbxSignoffCheckoff.Style.BorderTopWidth = 1; this.ppGpbxSignoffCheckoff.Style.CornerDiameter = 4; this.ppGpbxSignoffCheckoff.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.ppGpbxSignoffCheckoff.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.ppGpbxSignoffCheckoff.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.ppGpbxSignoffCheckoff.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; this.ppGpbxSignoffCheckoff.TabIndex = 51; this.ppGpbxSignoffCheckoff.Text = "Signoffs / Checkoffs"; // // tiFormat // this.tiFormat.AttachedControl = this.tabControlPanel2; this.tiFormat.Name = "tiFormat"; this.tiFormat.Text = "Format"; // // tabControlPanel3 // this.tabControlPanel3.Controls.Add(this.ppBtnCvrtToLibDoc); this.tabControlPanel3.Controls.Add(this.label4); this.tabControlPanel3.Controls.Add(this.ppCmbxLibDoc); this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel3.Location = new System.Drawing.Point(0, 24); this.tabControlPanel3.Name = "tabControlPanel3"; this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel3.Size = new System.Drawing.Size(648, 301); this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabControlPanel3.Style.GradientAngle = 90; this.tabControlPanel3.TabIndex = 3; this.tabControlPanel3.TabItem = this.tiLibDoc; // // tiLibDoc // this.tiLibDoc.AttachedControl = this.tabControlPanel3; this.tiLibDoc.Name = "tiLibDoc"; this.tiLibDoc.Text = "Library Document"; // // tabControlPanel4 // this.tabControlPanel4.Controls.Add(this.ppCkLstApplicabilityDesinations); this.tabControlPanel4.Controls.Add(this.label9); this.tabControlPanel4.Controls.Add(this.ppCbProcView); this.tabControlPanel4.Controls.Add(this.ppCbBackView); this.tabControlPanel4.Controls.Add(this.ppCbDeviationView); this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel4.Location = new System.Drawing.Point(0, 24); this.tabControlPanel4.Name = "tabControlPanel4"; this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel4.Size = new System.Drawing.Size(648, 301); this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))); this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) | DevComponents.DotNetBar.eBorderSide.Bottom))); this.tabControlPanel4.Style.GradientAngle = 90; this.tabControlPanel4.TabIndex = 4; this.tabControlPanel4.TabItem = this.tiViewStnns; // // tiViewStnns // this.tiViewStnns.AttachedControl = this.tabControlPanel4; this.tiViewStnns.Name = "tiViewStnns"; this.tiViewStnns.Text = "View Settings"; // // frmSectionProperties // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ClientSize = new System.Drawing.Size(873, 391); this.Controls.Add(this.tcSectionProp); this.Controls.Add(this.panSectBtns); this.Controls.Add(this.ppCbShwDefSettings); this.Controls.Add(this.ppLblDefSettingsInfo); this.Controls.Add(this.ppBtnCancel); this.Controls.Add(this.ppBtnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "frmSectionProperties"; this.ShowIcon = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Section Properties"; this.Load += new System.EventHandler(this.frmSectionProperties_Load); ((System.ComponentModel.ISupportInitialize)(this.sectionConfigBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit(); this.panSectBtns.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).EndInit(); this.tcSectionProp.ResumeLayout(false); this.tabControlPanel1.ResumeLayout(false); this.tabControlPanel1.PerformLayout(); this.tabControlPanel2.ResumeLayout(false); this.tabControlPanel2.PerformLayout(); this.ppGpbxSignoffCheckoff.ResumeLayout(false); this.ppGpbxSignoffCheckoff.PerformLayout(); this.tabControlPanel3.ResumeLayout(false); this.tabControlPanel3.PerformLayout(); this.tabControlPanel4.ResumeLayout(false); this.tabControlPanel4.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox ppTxtBxUserID; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label3; private System.Windows.Forms.RichTextBox ppRTxtTitle; private System.Windows.Forms.RichTextBox ppRTxtNumber; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label19; private System.Windows.Forms.Button ppBtnCancel; private System.Windows.Forms.Button ppBtnOK; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.CheckBox ppCbIncTOC; private System.Windows.Forms.BindingSource sectionConfigBindingSource; private System.Windows.Forms.Label ppLblFormatDefault; private System.Windows.Forms.BindingSource formatInfoListBindingSource; private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxFormat; private DevComponents.DotNetBar.ButtonX ppBtnDefaultFmt; private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxStyleSectionType; private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxAccPgPrintSize; private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxNumColumns; private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxSectPagination; private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxCheckoffHeading; private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxCheckoffType; private System.Windows.Forms.Label ppLblDefSettingsInfo; private DevComponents.DotNetBar.Controls.CheckBoxX ppCbShwDefSettings; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxLibDoc; private DevComponents.DotNetBar.ButtonX ppBtnCvrtToLibDoc; private System.Windows.Forms.CheckBox ppCbPrnSecNumTitle; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label13; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.RichTextBox richTextBox2; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.CheckBox ppCbProcView; private System.Windows.Forms.CheckedListBox ppCkLstApplicabilityDesinations; private System.Windows.Forms.CheckBox ppCbDeviationView; private System.Windows.Forms.Label label9; private System.Windows.Forms.CheckBox ppCbBackView; private System.Windows.Forms.DateTimePicker ppDtTmLastMod; private DevComponents.DotNetBar.SuperTooltip superTooltip1; private System.Windows.Forms.Panel panSectBtns; private DevComponents.DotNetBar.ButtonX btnViewStngs; private DevComponents.DotNetBar.ButtonX btnLibDocs; private DevComponents.DotNetBar.ButtonX btnFormat; private DevComponents.DotNetBar.ButtonX btnGeneral; private DevComponents.DotNetBar.TabControl tcSectionProp; private DevComponents.DotNetBar.TabControlPanel tabControlPanel1; private DevComponents.DotNetBar.TabItem tiGeneral; private DevComponents.DotNetBar.TabControlPanel tabControlPanel2; private DevComponents.DotNetBar.TabItem tiFormat; private DevComponents.DotNetBar.TabControlPanel tabControlPanel3; private DevComponents.DotNetBar.TabItem tiLibDoc; private DevComponents.DotNetBar.TabControlPanel tabControlPanel4; private DevComponents.DotNetBar.TabItem tiViewStnns; private DevComponents.DotNetBar.Controls.GroupPanel ppGpbxSignoffCheckoff; } }