Added btnApplicability ButtonX control
Added tcpApplicability TabControlPanel control Added tiApplicability TabItem control Added lbApplicabilities ListBox control Added panel1 Panel control Added panel2 Panel control Added label5 Label control Added btnDelApple Button control Added btnNewApple Button control Added textBox1 TextBox control Added bsMiniApple BindingSource control Added textBox11 TextBox control Added textBox10 TextBox control Added textBox9 TextBox control Added textBox8 TextBox control Added textBox7 TextBox control Added textBox6 TextBox control Added textBox5 TextBox control Added textBox4 TextBox control Added textBox3 TextBox control Added textBox2 TextBox control Added bsApples BindingSource control Added label24 Label control Added label23 Label control Added label16 Label control Added label8 Label control Added label7 Label control Added label28 Label control Added label27 Label control Added label26 Label control Added label25 Label control
This commit is contained in:
parent
32c8d734fe
commit
ca9e68163e
@ -98,6 +98,36 @@ namespace VEPROMS
|
||||
this.ppLblDefSettingsInfo = new System.Windows.Forms.Label();
|
||||
this.dlgROFolder = new System.Windows.Forms.FolderBrowserDialog();
|
||||
this.tcVersions = new DevComponents.DotNetBar.TabControl();
|
||||
this.tcpApplicability = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.label28 = new System.Windows.Forms.Label();
|
||||
this.label27 = new System.Windows.Forms.Label();
|
||||
this.label26 = new System.Windows.Forms.Label();
|
||||
this.label25 = new System.Windows.Forms.Label();
|
||||
this.label24 = new System.Windows.Forms.Label();
|
||||
this.label23 = new System.Windows.Forms.Label();
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.textBox11 = new System.Windows.Forms.TextBox();
|
||||
this.bsMiniApple = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.textBox10 = new System.Windows.Forms.TextBox();
|
||||
this.textBox9 = new System.Windows.Forms.TextBox();
|
||||
this.textBox8 = new System.Windows.Forms.TextBox();
|
||||
this.textBox7 = new System.Windows.Forms.TextBox();
|
||||
this.textBox6 = new System.Windows.Forms.TextBox();
|
||||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.btnDelApple = new System.Windows.Forms.Button();
|
||||
this.btnNewApple = new System.Windows.Forms.Button();
|
||||
this.lbApplicabilities = new System.Windows.Forms.ListBox();
|
||||
this.bsApples = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.tiApplicability = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.ppGrdLibDocList = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||
this.documentEntryCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
@ -121,6 +151,7 @@ namespace VEPROMS
|
||||
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.panVerBtns = new System.Windows.Forms.Panel();
|
||||
this.btnApplicability = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnLibDocs = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnFmtSettings = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnOutputSettings = new DevComponents.DotNetBar.ButtonX();
|
||||
@ -139,6 +170,12 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecTxt.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).BeginInit();
|
||||
this.tcVersions.SuspendLayout();
|
||||
this.tcpApplicability.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsApples)).BeginInit();
|
||||
this.tcpGeneral.SuspendLayout();
|
||||
this.tabControlPanel5.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).BeginInit();
|
||||
@ -1008,6 +1045,7 @@ namespace VEPROMS
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tcVersions.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tcVersions.CanReorderTabs = true;
|
||||
this.tcVersions.Controls.Add(this.tcpApplicability);
|
||||
this.tcVersions.Controls.Add(this.tcpGeneral);
|
||||
this.tcVersions.Controls.Add(this.tcpRefereceObjects);
|
||||
this.tcVersions.Controls.Add(this.tabControlPanel5);
|
||||
@ -1027,8 +1065,308 @@ namespace VEPROMS
|
||||
this.tcVersions.Tabs.Add(this.tiOutputSettings);
|
||||
this.tcVersions.Tabs.Add(this.tiFmtSettings);
|
||||
this.tcVersions.Tabs.Add(this.tiLibDocs);
|
||||
this.tcVersions.Tabs.Add(this.tiApplicability);
|
||||
this.tcVersions.TabsVisible = false;
|
||||
this.tcVersions.Text = "tabControl1";
|
||||
//
|
||||
// tcpApplicability
|
||||
//
|
||||
this.tcpApplicability.Controls.Add(this.label28);
|
||||
this.tcpApplicability.Controls.Add(this.label27);
|
||||
this.tcpApplicability.Controls.Add(this.label26);
|
||||
this.tcpApplicability.Controls.Add(this.label25);
|
||||
this.tcpApplicability.Controls.Add(this.label24);
|
||||
this.tcpApplicability.Controls.Add(this.label23);
|
||||
this.tcpApplicability.Controls.Add(this.label16);
|
||||
this.tcpApplicability.Controls.Add(this.label8);
|
||||
this.tcpApplicability.Controls.Add(this.label7);
|
||||
this.tcpApplicability.Controls.Add(this.textBox11);
|
||||
this.tcpApplicability.Controls.Add(this.textBox10);
|
||||
this.tcpApplicability.Controls.Add(this.textBox9);
|
||||
this.tcpApplicability.Controls.Add(this.textBox8);
|
||||
this.tcpApplicability.Controls.Add(this.textBox7);
|
||||
this.tcpApplicability.Controls.Add(this.textBox6);
|
||||
this.tcpApplicability.Controls.Add(this.textBox5);
|
||||
this.tcpApplicability.Controls.Add(this.textBox4);
|
||||
this.tcpApplicability.Controls.Add(this.textBox3);
|
||||
this.tcpApplicability.Controls.Add(this.textBox2);
|
||||
this.tcpApplicability.Controls.Add(this.textBox1);
|
||||
this.tcpApplicability.Controls.Add(this.panel1);
|
||||
this.tcpApplicability.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpApplicability.Location = new System.Drawing.Point(0, 22);
|
||||
this.tcpApplicability.Name = "tcpApplicability";
|
||||
this.tcpApplicability.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpApplicability.Size = new System.Drawing.Size(493, 294);
|
||||
this.tcpApplicability.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
|
||||
this.tcpApplicability.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
|
||||
this.tcpApplicability.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpApplicability.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
|
||||
this.tcpApplicability.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpApplicability.Style.GradientAngle = 90;
|
||||
this.tcpApplicability.TabIndex = 6;
|
||||
this.tcpApplicability.TabItem = this.tiApplicability;
|
||||
//
|
||||
// label28
|
||||
//
|
||||
this.label28.AutoSize = true;
|
||||
this.label28.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label28.Location = new System.Drawing.Point(214, 198);
|
||||
this.label28.Name = "label28";
|
||||
this.label28.Size = new System.Drawing.Size(54, 13);
|
||||
this.label28.TabIndex = 21;
|
||||
this.label28.Text = "Set Name";
|
||||
//
|
||||
// label27
|
||||
//
|
||||
this.label27.AutoSize = true;
|
||||
this.label27.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label27.Location = new System.Drawing.Point(236, 172);
|
||||
this.label27.Name = "label27";
|
||||
this.label27.Size = new System.Drawing.Size(37, 13);
|
||||
this.label27.TabIndex = 20;
|
||||
this.label27.Text = "Set ID";
|
||||
//
|
||||
// label26
|
||||
//
|
||||
this.label26.AutoSize = true;
|
||||
this.label26.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label26.Location = new System.Drawing.Point(157, 146);
|
||||
this.label26.Name = "label26";
|
||||
this.label26.Size = new System.Drawing.Size(96, 13);
|
||||
this.label26.TabIndex = 19;
|
||||
this.label26.Text = "Procedure Number";
|
||||
//
|
||||
// label25
|
||||
//
|
||||
this.label25.AutoSize = true;
|
||||
this.label25.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label25.Location = new System.Drawing.Point(172, 105);
|
||||
this.label25.Name = "label25";
|
||||
this.label25.Size = new System.Drawing.Size(28, 13);
|
||||
this.label25.TabIndex = 18;
|
||||
this.label25.Text = "Text";
|
||||
//
|
||||
// label24
|
||||
//
|
||||
this.label24.AutoSize = true;
|
||||
this.label24.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label24.Location = new System.Drawing.Point(157, 79);
|
||||
this.label24.Name = "label24";
|
||||
this.label24.Size = new System.Drawing.Size(44, 13);
|
||||
this.label24.TabIndex = 17;
|
||||
this.label24.Text = "Number";
|
||||
//
|
||||
// label23
|
||||
//
|
||||
this.label23.AutoSize = true;
|
||||
this.label23.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label23.Location = new System.Drawing.Point(166, 54);
|
||||
this.label23.Name = "label23";
|
||||
this.label23.Size = new System.Drawing.Size(35, 13);
|
||||
this.label23.TabIndex = 16;
|
||||
this.label23.Text = "Name";
|
||||
//
|
||||
// label16
|
||||
//
|
||||
this.label16.AutoSize = true;
|
||||
this.label16.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label16.Location = new System.Drawing.Point(182, 28);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(18, 13);
|
||||
this.label16.TabIndex = 15;
|
||||
this.label16.Text = "ID";
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label8.Location = new System.Drawing.Point(440, 8);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(91, 13);
|
||||
this.label8.TabIndex = 14;
|
||||
// this.label8.Text = "Other Applicability";
|
||||
this.label8.Text = "Other Unit/Train/Channel";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label7.Location = new System.Drawing.Point(220, 8);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(62, 13);
|
||||
this.label7.TabIndex = 13;
|
||||
// this.label7.Text = "Applicability";
|
||||
this.label7.Text = "Unit/Train/Channel";
|
||||
//
|
||||
// textBox11
|
||||
//
|
||||
this.textBox11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherText", true));
|
||||
this.textBox11.Location = new System.Drawing.Point(440, 102);
|
||||
this.textBox11.Name = "textBox11";
|
||||
this.textBox11.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox11.TabIndex = 12;
|
||||
//
|
||||
// bsMiniApple
|
||||
//
|
||||
this.bsMiniApple.DataSource = typeof(VEPROMS.MiniConfig);
|
||||
//
|
||||
// textBox10
|
||||
//
|
||||
this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherNumber", true));
|
||||
this.textBox10.Location = new System.Drawing.Point(440, 76);
|
||||
this.textBox10.Name = "textBox10";
|
||||
this.textBox10.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox10.TabIndex = 11;
|
||||
//
|
||||
// textBox9
|
||||
//
|
||||
this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherName", true));
|
||||
this.textBox9.Location = new System.Drawing.Point(440, 50);
|
||||
this.textBox9.Name = "textBox9";
|
||||
this.textBox9.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox9.TabIndex = 10;
|
||||
//
|
||||
// textBox8
|
||||
//
|
||||
this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherID", true));
|
||||
this.textBox8.Location = new System.Drawing.Point(440, 24);
|
||||
this.textBox8.Name = "textBox8";
|
||||
this.textBox8.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox8.TabIndex = 9;
|
||||
//
|
||||
// textBox7
|
||||
//
|
||||
this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetName", true));
|
||||
this.textBox7.Location = new System.Drawing.Point(300, 195);
|
||||
this.textBox7.Name = "textBox7";
|
||||
this.textBox7.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox7.TabIndex = 8;
|
||||
//
|
||||
// textBox6
|
||||
//
|
||||
this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetID", true));
|
||||
this.textBox6.Location = new System.Drawing.Point(300, 169);
|
||||
this.textBox6.Name = "textBox6";
|
||||
this.textBox6.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox6.TabIndex = 7;
|
||||
//
|
||||
// textBox5
|
||||
//
|
||||
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ProcedureNumber", true));
|
||||
this.textBox5.Location = new System.Drawing.Point(300, 143);
|
||||
this.textBox5.Name = "textBox5";
|
||||
this.textBox5.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox5.TabIndex = 6;
|
||||
//
|
||||
// textBox4
|
||||
//
|
||||
this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Text", true));
|
||||
this.textBox4.Location = new System.Drawing.Point(220, 102);
|
||||
this.textBox4.Name = "textBox4";
|
||||
this.textBox4.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox4.TabIndex = 5;
|
||||
//
|
||||
// textBox3
|
||||
//
|
||||
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Number", true));
|
||||
this.textBox3.Location = new System.Drawing.Point(220, 76);
|
||||
this.textBox3.Name = "textBox3";
|
||||
this.textBox3.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox3.TabIndex = 4;
|
||||
//
|
||||
// textBox2
|
||||
//
|
||||
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Name", true));
|
||||
this.textBox2.Location = new System.Drawing.Point(220, 51);
|
||||
this.textBox2.Name = "textBox2";
|
||||
this.textBox2.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox2.TabIndex = 3;
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ID", true));
|
||||
this.textBox1.Location = new System.Drawing.Point(220, 25);
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(200, 20);
|
||||
this.textBox1.TabIndex = 2;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panel1.Controls.Add(this.panel2);
|
||||
this.panel1.Controls.Add(this.lbApplicabilities);
|
||||
this.panel1.Controls.Add(this.label5);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.panel1.Location = new System.Drawing.Point(1, 1);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(150, 292);
|
||||
this.panel1.TabIndex = 1;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.btnDelApple);
|
||||
this.panel2.Controls.Add(this.btnNewApple);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 272);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(150, 28);
|
||||
this.panel2.TabIndex = 1;
|
||||
//
|
||||
// btnDelApple
|
||||
//
|
||||
this.btnDelApple.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btnDelApple.Location = new System.Drawing.Point(75, 0);
|
||||
this.btnDelApple.Name = "btnDelApple";
|
||||
this.btnDelApple.Size = new System.Drawing.Size(75, 28);
|
||||
this.btnDelApple.TabIndex = 1;
|
||||
this.btnDelApple.Text = "Remove";
|
||||
this.btnDelApple.UseVisualStyleBackColor = true;
|
||||
this.btnDelApple.Click += new System.EventHandler(this.btnDelApple_Click);
|
||||
//
|
||||
// btnNewApple
|
||||
//
|
||||
this.btnNewApple.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.btnNewApple.Location = new System.Drawing.Point(0, 0);
|
||||
this.btnNewApple.Name = "btnNewApple";
|
||||
this.btnNewApple.Size = new System.Drawing.Size(75, 28);
|
||||
this.btnNewApple.TabIndex = 0;
|
||||
this.btnNewApple.Text = "New";
|
||||
this.btnNewApple.UseVisualStyleBackColor = true;
|
||||
this.btnNewApple.Click += new System.EventHandler(this.btnNewApple_Click);
|
||||
//
|
||||
// lbApplicabilities
|
||||
//
|
||||
this.lbApplicabilities.DataSource = this.bsApples;
|
||||
this.lbApplicabilities.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbApplicabilities.FormattingEnabled = true;
|
||||
this.lbApplicabilities.Location = new System.Drawing.Point(0, 20);
|
||||
this.lbApplicabilities.Name = "lbApplicabilities";
|
||||
this.lbApplicabilities.Size = new System.Drawing.Size(150, 264);
|
||||
this.lbApplicabilities.TabIndex = 0;
|
||||
this.lbApplicabilities.SelectedIndexChanged += new System.EventHandler(this.lbApplicabilities_SelectedIndexChanged);
|
||||
//
|
||||
// bsApples
|
||||
//
|
||||
this.bsApples.DataSource = typeof(VEPROMS.MiniConfig);
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.label5.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label5.Location = new System.Drawing.Point(0, 0);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(150, 20);
|
||||
this.label5.TabIndex = 0;
|
||||
this.label5.Text = "Applicabilities";
|
||||
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// tiApplicability
|
||||
//
|
||||
this.tiApplicability.AttachedControl = this.tcpApplicability;
|
||||
this.tiApplicability.Name = "tiApplicability";
|
||||
this.tiApplicability.Text = "Applicability";
|
||||
// this.tiApplicability.Text = "Unit/Train/Channel";
|
||||
//
|
||||
// tabControlPanel5
|
||||
//
|
||||
@ -1415,6 +1753,7 @@ namespace VEPROMS
|
||||
// panVerBtns
|
||||
//
|
||||
this.panVerBtns.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panVerBtns.Controls.Add(this.btnApplicability);
|
||||
this.panVerBtns.Controls.Add(this.btnLibDocs);
|
||||
this.panVerBtns.Controls.Add(this.btnFmtSettings);
|
||||
this.panVerBtns.Controls.Add(this.btnOutputSettings);
|
||||
@ -1426,6 +1765,20 @@ namespace VEPROMS
|
||||
this.panVerBtns.Size = new System.Drawing.Size(157, 345);
|
||||
this.panVerBtns.TabIndex = 27;
|
||||
//
|
||||
// btnApplicability
|
||||
//
|
||||
this.btnApplicability.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnApplicability.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnApplicability.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnApplicability.Location = new System.Drawing.Point(0, 92);
|
||||
this.btnApplicability.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btnApplicability.Name = "btnApplicability";
|
||||
this.btnApplicability.Size = new System.Drawing.Size(118, 19);
|
||||
this.btnApplicability.TabIndex = 98;
|
||||
this.btnApplicability.Text = "Applicability";
|
||||
// this.btnApplicability.Text = "Unit/Train/Channel";
|
||||
this.btnApplicability.Click += new System.EventHandler(this.btnApplicability_Click);
|
||||
//
|
||||
// btnLibDocs
|
||||
//
|
||||
this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
@ -1533,6 +1886,14 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecTxt.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).EndInit();
|
||||
this.tcVersions.ResumeLayout(false);
|
||||
this.tcpApplicability.ResumeLayout(false);
|
||||
this.tcpApplicability.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsApples)).EndInit();
|
||||
this.tcpGeneral.ResumeLayout(false);
|
||||
this.tcpGeneral.PerformLayout();
|
||||
this.tabControlPanel5.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).EndInit();
|
||||
@ -1655,5 +2016,36 @@ namespace VEPROMS
|
||||
private System.Windows.Forms.FolderBrowserDialog PDFLocationBrowserDialog;
|
||||
private System.Windows.Forms.CheckBox ppChbxAlwaysViewPDF;
|
||||
private System.Windows.Forms.CheckBox ppChbxAlwaysOvrWrtPDF;
|
||||
private DevComponents.DotNetBar.ButtonX btnApplicability;
|
||||
private DevComponents.DotNetBar.TabControlPanel tcpApplicability;
|
||||
private DevComponents.DotNetBar.TabItem tiApplicability;
|
||||
private System.Windows.Forms.ListBox lbApplicabilities;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Button btnDelApple;
|
||||
private System.Windows.Forms.Button btnNewApple;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private System.Windows.Forms.BindingSource bsMiniApple;
|
||||
private System.Windows.Forms.TextBox textBox11;
|
||||
private System.Windows.Forms.TextBox textBox10;
|
||||
private System.Windows.Forms.TextBox textBox9;
|
||||
private System.Windows.Forms.TextBox textBox8;
|
||||
private System.Windows.Forms.TextBox textBox7;
|
||||
private System.Windows.Forms.TextBox textBox6;
|
||||
private System.Windows.Forms.TextBox textBox5;
|
||||
private System.Windows.Forms.TextBox textBox4;
|
||||
private System.Windows.Forms.TextBox textBox3;
|
||||
private System.Windows.Forms.TextBox textBox2;
|
||||
private System.Windows.Forms.BindingSource bsApples;
|
||||
private System.Windows.Forms.Label label24;
|
||||
private System.Windows.Forms.Label label23;
|
||||
private System.Windows.Forms.Label label16;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.Label label28;
|
||||
private System.Windows.Forms.Label label27;
|
||||
private System.Windows.Forms.Label label26;
|
||||
private System.Windows.Forms.Label label25;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user