namespace WorkflowConfigurator.UserControls { partial class EditProcessCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.splitContainerH1 = new System.Windows.Forms.SplitContainer(); this.showRecordsButton = new System.Windows.Forms.Button(); this.deactivatedButton = new System.Windows.Forms.Button(); this.productionButton = new System.Windows.Forms.Button(); this.testingButton = new System.Windows.Forms.Button(); this.inPreparationButton = new System.Windows.Forms.Button(); this.statePictureBox = new System.Windows.Forms.PictureBox(); this.saveButton = new System.Windows.Forms.Button(); this.unlockButton = new System.Windows.Forms.Button(); this.notesButton = new System.Windows.Forms.Button(); this.approvedOnTextBox = new System.Windows.Forms.TextBox(); this.createdOnTextBox = new System.Windows.Forms.TextBox(); this.approvedByTextBox = new System.Windows.Forms.TextBox(); this.approvedByLabel = new System.Windows.Forms.Label(); this.createdByTextBox = new System.Windows.Forms.TextBox(); this.createdByLabel = new System.Windows.Forms.Label(); this.processDescriptionTextBox = new System.Windows.Forms.TextBox(); this.processNameTextBox = new System.Windows.Forms.TextBox(); this.processDescriptionLabel = new System.Windows.Forms.Label(); this.processNameLabel = new System.Windows.Forms.Label(); this.splitContainerV2 = new System.Windows.Forms.SplitContainer(); this.partsCtrl = new WorkflowConfigurator.UserControls.PartsCtrl(); this.workstepsCtrl = new WorkflowConfigurator.UserControls.WorkstepsCtrl(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerH1)).BeginInit(); this.splitContainerH1.Panel1.SuspendLayout(); this.splitContainerH1.Panel2.SuspendLayout(); this.splitContainerH1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.statePictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerV2)).BeginInit(); this.splitContainerV2.Panel1.SuspendLayout(); this.splitContainerV2.Panel2.SuspendLayout(); this.splitContainerV2.SuspendLayout(); this.SuspendLayout(); // // splitContainerH1 // this.splitContainerH1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerH1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainerH1.IsSplitterFixed = true; this.splitContainerH1.Location = new System.Drawing.Point(0, 0); this.splitContainerH1.Name = "splitContainerH1"; this.splitContainerH1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainerH1.Panel1 // this.splitContainerH1.Panel1.Controls.Add(this.showRecordsButton); this.splitContainerH1.Panel1.Controls.Add(this.deactivatedButton); this.splitContainerH1.Panel1.Controls.Add(this.productionButton); this.splitContainerH1.Panel1.Controls.Add(this.testingButton); this.splitContainerH1.Panel1.Controls.Add(this.inPreparationButton); this.splitContainerH1.Panel1.Controls.Add(this.statePictureBox); this.splitContainerH1.Panel1.Controls.Add(this.saveButton); this.splitContainerH1.Panel1.Controls.Add(this.unlockButton); this.splitContainerH1.Panel1.Controls.Add(this.notesButton); this.splitContainerH1.Panel1.Controls.Add(this.approvedOnTextBox); this.splitContainerH1.Panel1.Controls.Add(this.createdOnTextBox); this.splitContainerH1.Panel1.Controls.Add(this.approvedByTextBox); this.splitContainerH1.Panel1.Controls.Add(this.approvedByLabel); this.splitContainerH1.Panel1.Controls.Add(this.createdByTextBox); this.splitContainerH1.Panel1.Controls.Add(this.createdByLabel); this.splitContainerH1.Panel1.Controls.Add(this.processDescriptionTextBox); this.splitContainerH1.Panel1.Controls.Add(this.processNameTextBox); this.splitContainerH1.Panel1.Controls.Add(this.processDescriptionLabel); this.splitContainerH1.Panel1.Controls.Add(this.processNameLabel); // // splitContainerH1.Panel2 // this.splitContainerH1.Panel2.Controls.Add(this.splitContainerV2); this.splitContainerH1.Size = new System.Drawing.Size(850, 500); this.splitContainerH1.SplitterDistance = 175; this.splitContainerH1.TabIndex = 0; // // showRecordsButton // this.showRecordsButton.Location = new System.Drawing.Point(587, 150); this.showRecordsButton.Name = "showRecordsButton"; this.showRecordsButton.Size = new System.Drawing.Size(114, 23); this.showRecordsButton.TabIndex = 27; this.showRecordsButton.Text = "Show records"; this.showRecordsButton.UseVisualStyleBackColor = true; this.showRecordsButton.Visible = false; this.showRecordsButton.Click += new System.EventHandler(this.showRecordsButton_Click); // // deactivatedButton // this.deactivatedButton.Location = new System.Drawing.Point(587, 117); this.deactivatedButton.Name = "deactivatedButton"; this.deactivatedButton.Size = new System.Drawing.Size(114, 23); this.deactivatedButton.TabIndex = 26; this.deactivatedButton.Text = "Deactivated"; this.deactivatedButton.UseVisualStyleBackColor = true; this.deactivatedButton.Click += new System.EventHandler(this.deactivatedButton_Click); // // productionButton // this.productionButton.Location = new System.Drawing.Point(587, 84); this.productionButton.Name = "productionButton"; this.productionButton.Size = new System.Drawing.Size(114, 23); this.productionButton.TabIndex = 25; this.productionButton.Text = "Production"; this.productionButton.UseVisualStyleBackColor = true; this.productionButton.Click += new System.EventHandler(this.productionButton_Click); // // testingButton // this.testingButton.Location = new System.Drawing.Point(587, 51); this.testingButton.Name = "testingButton"; this.testingButton.Size = new System.Drawing.Size(114, 23); this.testingButton.TabIndex = 24; this.testingButton.Text = "Testing"; this.testingButton.UseVisualStyleBackColor = true; this.testingButton.Click += new System.EventHandler(this.testingButton_Click); // // inPreparationButton // this.inPreparationButton.Location = new System.Drawing.Point(587, 18); this.inPreparationButton.Name = "inPreparationButton"; this.inPreparationButton.Size = new System.Drawing.Size(114, 23); this.inPreparationButton.TabIndex = 23; this.inPreparationButton.Text = "In preparation"; this.inPreparationButton.UseVisualStyleBackColor = true; this.inPreparationButton.Click += new System.EventHandler(this.inPreparationButton_Click); // // statePictureBox // this.statePictureBox.Location = new System.Drawing.Point(552, 15); this.statePictureBox.Name = "statePictureBox"; this.statePictureBox.Size = new System.Drawing.Size(29, 131); this.statePictureBox.TabIndex = 22; this.statePictureBox.TabStop = false; // // saveButton // this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.saveButton.Location = new System.Drawing.Point(755, 44); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 30); this.saveButton.TabIndex = 21; this.saveButton.Text = "Save"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // unlockButton // this.unlockButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.unlockButton.Location = new System.Drawing.Point(755, 8); this.unlockButton.Name = "unlockButton"; this.unlockButton.Size = new System.Drawing.Size(75, 30); this.unlockButton.TabIndex = 15; this.unlockButton.Text = "Unlock"; this.unlockButton.UseVisualStyleBackColor = true; this.unlockButton.Click += new System.EventHandler(this.unlockButton_Click); // // notesButton // this.notesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.notesButton.Location = new System.Drawing.Point(755, 78); this.notesButton.Name = "notesButton"; this.notesButton.Size = new System.Drawing.Size(75, 30); this.notesButton.TabIndex = 14; this.notesButton.Text = "Notes"; this.notesButton.UseVisualStyleBackColor = true; this.notesButton.Click += new System.EventHandler(this.notesButton_Click); // // approvedOnTextBox // this.approvedOnTextBox.Enabled = false; this.approvedOnTextBox.Location = new System.Drawing.Point(303, 137); this.approvedOnTextBox.Name = "approvedOnTextBox"; this.approvedOnTextBox.Size = new System.Drawing.Size(121, 20); this.approvedOnTextBox.TabIndex = 9; // // createdOnTextBox // this.createdOnTextBox.Enabled = false; this.createdOnTextBox.Location = new System.Drawing.Point(303, 113); this.createdOnTextBox.Name = "createdOnTextBox"; this.createdOnTextBox.Size = new System.Drawing.Size(121, 20); this.createdOnTextBox.TabIndex = 8; // // approvedByTextBox // this.approvedByTextBox.Enabled = false; this.approvedByTextBox.Location = new System.Drawing.Point(92, 137); this.approvedByTextBox.Name = "approvedByTextBox"; this.approvedByTextBox.Size = new System.Drawing.Size(121, 20); this.approvedByTextBox.TabIndex = 7; // // approvedByLabel // this.approvedByLabel.AutoSize = true; this.approvedByLabel.Location = new System.Drawing.Point(16, 140); this.approvedByLabel.Name = "approvedByLabel"; this.approvedByLabel.Size = new System.Drawing.Size(70, 13); this.approvedByLabel.TabIndex = 6; this.approvedByLabel.Text = "Approved by:"; // // createdByTextBox // this.createdByTextBox.Enabled = false; this.createdByTextBox.Location = new System.Drawing.Point(92, 113); this.createdByTextBox.Name = "createdByTextBox"; this.createdByTextBox.Size = new System.Drawing.Size(121, 20); this.createdByTextBox.TabIndex = 5; // // createdByLabel // this.createdByLabel.AutoSize = true; this.createdByLabel.Location = new System.Drawing.Point(15, 116); this.createdByLabel.Name = "createdByLabel"; this.createdByLabel.Size = new System.Drawing.Size(61, 13); this.createdByLabel.TabIndex = 4; this.createdByLabel.Text = "Created by:"; // // processDescriptionTextBox // this.processDescriptionTextBox.Location = new System.Drawing.Point(92, 37); this.processDescriptionTextBox.Multiline = true; this.processDescriptionTextBox.Name = "processDescriptionTextBox"; this.processDescriptionTextBox.Size = new System.Drawing.Size(450, 70); this.processDescriptionTextBox.TabIndex = 3; this.processDescriptionTextBox.TextChanged += new System.EventHandler(this.processDescriptionTextBox_TextChanged); // // processNameTextBox // this.processNameTextBox.Location = new System.Drawing.Point(92, 12); this.processNameTextBox.Name = "processNameTextBox"; this.processNameTextBox.Size = new System.Drawing.Size(450, 20); this.processNameTextBox.TabIndex = 2; this.processNameTextBox.TextChanged += new System.EventHandler(this.processNameTextBox_TextChanged); // // processDescriptionLabel // this.processDescriptionLabel.AutoSize = true; this.processDescriptionLabel.Location = new System.Drawing.Point(15, 40); this.processDescriptionLabel.Name = "processDescriptionLabel"; this.processDescriptionLabel.Size = new System.Drawing.Size(63, 13); this.processDescriptionLabel.TabIndex = 1; this.processDescriptionLabel.Text = "Description:"; // // processNameLabel // this.processNameLabel.AutoSize = true; this.processNameLabel.Location = new System.Drawing.Point(15, 15); this.processNameLabel.Name = "processNameLabel"; this.processNameLabel.Size = new System.Drawing.Size(48, 13); this.processNameLabel.TabIndex = 0; this.processNameLabel.Text = "Process:"; // // splitContainerV2 // this.splitContainerV2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerV2.Location = new System.Drawing.Point(0, 0); this.splitContainerV2.Name = "splitContainerV2"; // // splitContainerV2.Panel1 // this.splitContainerV2.Panel1.Controls.Add(this.partsCtrl); // // splitContainerV2.Panel2 // this.splitContainerV2.Panel2.Controls.Add(this.workstepsCtrl); this.splitContainerV2.Size = new System.Drawing.Size(850, 321); this.splitContainerV2.SplitterDistance = 424; this.splitContainerV2.TabIndex = 1; // // partsCtrl // this.partsCtrl.Dock = System.Windows.Forms.DockStyle.Fill; this.partsCtrl.Location = new System.Drawing.Point(0, 0); this.partsCtrl.Name = "partsCtrl"; this.partsCtrl.Size = new System.Drawing.Size(424, 321); this.partsCtrl.TabIndex = 0; // // workstepsCtrl // this.workstepsCtrl.Dock = System.Windows.Forms.DockStyle.Fill; this.workstepsCtrl.Location = new System.Drawing.Point(0, 0); this.workstepsCtrl.Name = "workstepsCtrl"; this.workstepsCtrl.Size = new System.Drawing.Size(422, 321); this.workstepsCtrl.TabIndex = 0; // // EditProcessCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainerH1); this.Name = "EditProcessCtrl"; this.Size = new System.Drawing.Size(850, 500); this.splitContainerH1.Panel1.ResumeLayout(false); this.splitContainerH1.Panel1.PerformLayout(); this.splitContainerH1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerH1)).EndInit(); this.splitContainerH1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.statePictureBox)).EndInit(); this.splitContainerV2.Panel1.ResumeLayout(false); this.splitContainerV2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerV2)).EndInit(); this.splitContainerV2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainerH1; private System.Windows.Forms.TextBox processDescriptionTextBox; private System.Windows.Forms.TextBox processNameTextBox; private System.Windows.Forms.Label processDescriptionLabel; private System.Windows.Forms.Label processNameLabel; private System.Windows.Forms.TextBox approvedOnTextBox; private System.Windows.Forms.TextBox createdOnTextBox; private System.Windows.Forms.TextBox approvedByTextBox; private System.Windows.Forms.Label approvedByLabel; private System.Windows.Forms.TextBox createdByTextBox; private System.Windows.Forms.Label createdByLabel; private System.Windows.Forms.Button notesButton; private System.Windows.Forms.SplitContainer splitContainerV2; private System.Windows.Forms.Button unlockButton; private System.Windows.Forms.Button saveButton; private WorkstepsCtrl workstepsCtrl; private PartsCtrl partsCtrl; private System.Windows.Forms.Button deactivatedButton; private System.Windows.Forms.Button productionButton; private System.Windows.Forms.Button testingButton; private System.Windows.Forms.Button inPreparationButton; private System.Windows.Forms.PictureBox statePictureBox; private System.Windows.Forms.Button showRecordsButton; } }