namespace Xylem.Common.Ui.GenesisToolBox { partial class FrmParameterization { /// /// 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(FrmParameterization)); this.txtFr = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label6 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtRealCdsDn = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtRealCdsProduct = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtRealCdsIdent = new System.Windows.Forms.TextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.label8 = new System.Windows.Forms.Label(); this.txtExportCdstext = new System.Windows.Forms.TextBox(); this.btnGen = new System.Windows.Forms.Button(); this.panel4 = new System.Windows.Forms.Panel(); this.btnConnectWrite = new System.Windows.Forms.Button(); this.cbSlot = new System.Windows.Forms.ComboBox(); this.BtnConnectAndCheck = new System.Windows.Forms.Button(); this.dgvRegisterWrite = new System.Windows.Forms.DataGridView(); this.prioDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.registerNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.registerValueDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.minDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.maxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.defaultDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.shouldConvertedDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.currentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.currentConvertedDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.registerWriteItemBindingSource = new System.Windows.Forms.BindingSource(this.components); this.frmParameterizationBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvRegisterWrite)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.registerWriteItemBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.frmParameterizationBindingSource)).BeginInit(); this.SuspendLayout(); // // txtFr // this.txtFr.Location = new System.Drawing.Point(3, 41); this.txtFr.Name = "txtFr"; this.txtFr.Size = new System.Drawing.Size(337, 20); this.txtFr.TabIndex = 0; this.txtFr.Text = "3142704"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(309, 13); this.label1.TabIndex = 1; this.label1.Text = "VakoString + VakoIdent + Type + Dn OR FertigungsAuftragsNr "; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 215); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(132, 13); this.label2.TabIndex = 3; this.label2.Text = "CSD Export | can be blank"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.SkyBlue; this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.txtFr); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(376, 72); this.panel1.TabIndex = 10; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(57, 20); this.label6.TabIndex = 2; this.label6.Text = "VAKO"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Lavender; this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.txtRealCdsDn); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.txtRealCdsProduct); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.txtRealCdsIdent); this.panel2.Location = new System.Drawing.Point(12, 109); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(376, 174); this.panel2.TabIndex = 11; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(2, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(88, 20); this.label7.TabIndex = 16; this.label7.Text = "Real CSD"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 126); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(84, 13); this.label5.TabIndex = 15; this.label5.Text = "ProductDn | 50"; // // txtRealCdsDn // this.txtRealCdsDn.Location = new System.Drawing.Point(6, 142); this.txtRealCdsDn.Name = "txtRealCdsDn"; this.txtRealCdsDn.Size = new System.Drawing.Size(337, 20); this.txtRealCdsDn.TabIndex = 14; this.txtRealCdsDn.Text = "50"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 81); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(102, 13); this.label4.TabIndex = 13; this.label4.Text = "ProductIdent | GNS"; // // txtRealCdsProduct // this.txtRealCdsProduct.Location = new System.Drawing.Point(6, 97); this.txtRealCdsProduct.Name = "txtRealCdsProduct"; this.txtRealCdsProduct.Size = new System.Drawing.Size(337, 20); this.txtRealCdsProduct.TabIndex = 12; this.txtRealCdsProduct.Text = "GNS"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 33); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(98, 13); this.label3.TabIndex = 11; this.label3.Text = "CSD Ident | Default"; // // txtRealCdsIdent // this.txtRealCdsIdent.Location = new System.Drawing.Point(6, 49); this.txtRealCdsIdent.Name = "txtRealCdsIdent"; this.txtRealCdsIdent.Size = new System.Drawing.Size(337, 20); this.txtRealCdsIdent.TabIndex = 10; this.txtRealCdsIdent.Text = "Default"; // // panel3 // this.panel3.BackColor = System.Drawing.Color.LightCoral; this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.txtExportCdstext); this.panel3.Location = new System.Drawing.Point(12, 299); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(376, 323); this.panel3.TabIndex = 12; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(3, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(141, 20); this.label8.TabIndex = 17; this.label8.Text = "CSD Export (xls)"; // // txtExportCdstext // this.txtExportCdstext.Location = new System.Drawing.Point(6, 35); this.txtExportCdstext.Multiline = true; this.txtExportCdstext.Name = "txtExportCdstext"; this.txtExportCdstext.Size = new System.Drawing.Size(337, 285); this.txtExportCdstext.TabIndex = 3; this.txtExportCdstext.Text = resources.GetString("txtExportCdstext.Text"); // // btnGen // this.btnGen.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F); this.btnGen.Location = new System.Drawing.Point(12, 637); this.btnGen.Name = "btnGen"; this.btnGen.Size = new System.Drawing.Size(376, 66); this.btnGen.TabIndex = 13; this.btnGen.Text = "Generate"; this.btnGen.UseVisualStyleBackColor = true; this.btnGen.Click += new System.EventHandler(this.btnGen_Click); // // panel4 // this.panel4.BackColor = System.Drawing.Color.Black; this.panel4.Location = new System.Drawing.Point(409, 12); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(4, 800); this.panel4.TabIndex = 14; // // btnConnectWrite // this.btnConnectWrite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnConnectWrite.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F); this.btnConnectWrite.Location = new System.Drawing.Point(522, 709); this.btnConnectWrite.Name = "btnConnectWrite"; this.btnConnectWrite.Size = new System.Drawing.Size(499, 66); this.btnConnectWrite.TabIndex = 16; this.btnConnectWrite.Text = "Connect and Write"; this.btnConnectWrite.UseVisualStyleBackColor = true; this.btnConnectWrite.Click += new System.EventHandler(this.btnConnectWrite_Click); // // cbSlot // this.cbSlot.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cbSlot.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbSlot.FormattingEnabled = true; this.cbSlot.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.cbSlot.Location = new System.Drawing.Point(419, 637); this.cbSlot.Name = "cbSlot"; this.cbSlot.Size = new System.Drawing.Size(97, 63); this.cbSlot.TabIndex = 17; // // BtnConnectAndCheck // this.BtnConnectAndCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.BtnConnectAndCheck.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F); this.BtnConnectAndCheck.Location = new System.Drawing.Point(522, 637); this.BtnConnectAndCheck.Name = "BtnConnectAndCheck"; this.BtnConnectAndCheck.Size = new System.Drawing.Size(499, 66); this.BtnConnectAndCheck.TabIndex = 18; this.BtnConnectAndCheck.Text = "Connect and Check"; this.BtnConnectAndCheck.UseVisualStyleBackColor = true; this.BtnConnectAndCheck.Click += new System.EventHandler(this.BtnConnectAndCheck_Click); // // dgvRegisterWrite // this.dgvRegisterWrite.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvRegisterWrite.AutoGenerateColumns = false; this.dgvRegisterWrite.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgvRegisterWrite.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvRegisterWrite.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.prioDataGridViewTextBoxColumn1, this.registerNameDataGridViewTextBoxColumn1, this.registerValueDataGridViewTextBoxColumn1, this.minDataGridViewTextBoxColumn, this.maxDataGridViewTextBoxColumn, this.typeDataGridViewTextBoxColumn, this.defaultDataGridViewTextBoxColumn, this.shouldConvertedDataGridViewTextBoxColumn, this.currentDataGridViewTextBoxColumn, this.currentConvertedDataGridViewTextBoxColumn}); this.dgvRegisterWrite.DataSource = this.registerWriteItemBindingSource; this.dgvRegisterWrite.Location = new System.Drawing.Point(419, 12); this.dgvRegisterWrite.Name = "dgvRegisterWrite"; this.dgvRegisterWrite.Size = new System.Drawing.Size(584, 610); this.dgvRegisterWrite.TabIndex = 19; // // prioDataGridViewTextBoxColumn1 // this.prioDataGridViewTextBoxColumn1.DataPropertyName = "Prio"; this.prioDataGridViewTextBoxColumn1.HeaderText = "Prio"; this.prioDataGridViewTextBoxColumn1.Name = "prioDataGridViewTextBoxColumn1"; this.prioDataGridViewTextBoxColumn1.Width = 50; // // registerNameDataGridViewTextBoxColumn1 // this.registerNameDataGridViewTextBoxColumn1.DataPropertyName = "RegisterName"; this.registerNameDataGridViewTextBoxColumn1.HeaderText = "RegisterName"; this.registerNameDataGridViewTextBoxColumn1.Name = "registerNameDataGridViewTextBoxColumn1"; this.registerNameDataGridViewTextBoxColumn1.Width = 99; // // registerValueDataGridViewTextBoxColumn1 // this.registerValueDataGridViewTextBoxColumn1.DataPropertyName = "RegisterValue"; this.registerValueDataGridViewTextBoxColumn1.HeaderText = "RegisterValue"; this.registerValueDataGridViewTextBoxColumn1.Name = "registerValueDataGridViewTextBoxColumn1"; this.registerValueDataGridViewTextBoxColumn1.Width = 98; // // minDataGridViewTextBoxColumn // this.minDataGridViewTextBoxColumn.DataPropertyName = "Min"; this.minDataGridViewTextBoxColumn.HeaderText = "Min"; this.minDataGridViewTextBoxColumn.Name = "minDataGridViewTextBoxColumn"; this.minDataGridViewTextBoxColumn.Width = 49; // // maxDataGridViewTextBoxColumn // this.maxDataGridViewTextBoxColumn.DataPropertyName = "Max"; this.maxDataGridViewTextBoxColumn.HeaderText = "Max"; this.maxDataGridViewTextBoxColumn.Name = "maxDataGridViewTextBoxColumn"; this.maxDataGridViewTextBoxColumn.Width = 52; // // typeDataGridViewTextBoxColumn // this.typeDataGridViewTextBoxColumn.DataPropertyName = "Type"; this.typeDataGridViewTextBoxColumn.HeaderText = "Type"; this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn"; this.typeDataGridViewTextBoxColumn.Width = 56; // // defaultDataGridViewTextBoxColumn // this.defaultDataGridViewTextBoxColumn.DataPropertyName = "Default"; this.defaultDataGridViewTextBoxColumn.HeaderText = "Default"; this.defaultDataGridViewTextBoxColumn.Name = "defaultDataGridViewTextBoxColumn"; this.defaultDataGridViewTextBoxColumn.Width = 66; // // shouldConvertedDataGridViewTextBoxColumn // this.shouldConvertedDataGridViewTextBoxColumn.DataPropertyName = "ShouldConverted"; this.shouldConvertedDataGridViewTextBoxColumn.HeaderText = "ShouldConverted"; this.shouldConvertedDataGridViewTextBoxColumn.Name = "shouldConvertedDataGridViewTextBoxColumn"; this.shouldConvertedDataGridViewTextBoxColumn.Width = 114; // // currentDataGridViewTextBoxColumn // this.currentDataGridViewTextBoxColumn.DataPropertyName = "Current"; this.currentDataGridViewTextBoxColumn.HeaderText = "Current"; this.currentDataGridViewTextBoxColumn.Name = "currentDataGridViewTextBoxColumn"; this.currentDataGridViewTextBoxColumn.Width = 66; // // currentConvertedDataGridViewTextBoxColumn // this.currentConvertedDataGridViewTextBoxColumn.DataPropertyName = "CurrentConverted"; this.currentConvertedDataGridViewTextBoxColumn.HeaderText = "CurrentConverted"; this.currentConvertedDataGridViewTextBoxColumn.Name = "currentConvertedDataGridViewTextBoxColumn"; this.currentConvertedDataGridViewTextBoxColumn.ReadOnly = true; this.currentConvertedDataGridViewTextBoxColumn.Width = 115; // // registerWriteItemBindingSource // this.registerWriteItemBindingSource.DataSource = typeof(Xylem.Common.Ui.GenesisToolBox.RegisterWriteItem); // // frmParameterizationBindingSource // this.frmParameterizationBindingSource.DataSource = typeof(Xylem.Common.Ui.GenesisToolBox.RegisterWriteItem); // // FrmParameterization // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1037, 772); this.Controls.Add(this.dgvRegisterWrite); this.Controls.Add(this.BtnConnectAndCheck); this.Controls.Add(this.cbSlot); this.Controls.Add(this.btnConnectWrite); this.Controls.Add(this.panel4); this.Controls.Add(this.btnGen); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.label2); this.Name = "FrmParameterization"; this.Text = "FrmParameterization"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmParameterization_FormClosed); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvRegisterWrite)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.registerWriteItemBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.frmParameterizationBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtFr; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtRealCdsDn; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtRealCdsProduct; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtRealCdsIdent; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtExportCdstext; private System.Windows.Forms.Button btnGen; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Button btnConnectWrite; private System.Windows.Forms.ComboBox cbSlot; private System.Windows.Forms.BindingSource frmParameterizationBindingSource; private System.Windows.Forms.Button BtnConnectAndCheck; private System.Windows.Forms.BindingSource registerWriteItemBindingSource; private System.Windows.Forms.DataGridView dgvRegisterWrite; private System.Windows.Forms.DataGridViewTextBoxColumn prioDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn registerNameDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn registerValueDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn minDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn maxDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn defaultDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn shouldConvertedDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn currentDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn currentConvertedDataGridViewTextBoxColumn; } }