namespace Xylem.Common.Ui.GenesisToolBox { partial class FrmFileCURD { /// /// 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(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cbxFwDn = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lblFWName = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cbxFWType = new System.Windows.Forms.ComboBox(); this.chbIsDeveloper = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.txtConfig = new System.Windows.Forms.TextBox(); this.btnConfigDia = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtPackageFile = new System.Windows.Forms.TextBox(); this.btnPackageFileDia = new System.Windows.Forms.Button(); this.txtBin = new System.Windows.Forms.TextBox(); this.btnOpenDglBin = new System.Windows.Forms.Button(); this.btnUploadFW = new System.Windows.Forms.Button(); this.dgvFiles = new System.Windows.Forms.DataGridView(); this.filePartBindingSource = new System.Windows.Forms.BindingSource(this.components); this.dgvFileParts = new System.Windows.Forms.DataGridView(); this.cbxFilterFileType = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.chbFilterIsDeveloper = new System.Windows.Forms.CheckBox(); this.cbxFilterFWType = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.cbxFilterFwDn = new System.Windows.Forms.ComboBox(); this.btnGetFWFiles = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.btnAddUpdateSw = new System.Windows.Forms.Button(); this.btnAddReleaseConfig = new System.Windows.Forms.Button(); this.txtUpdateSW = new System.Windows.Forms.TextBox(); this.txtReleaseConfig = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvFiles)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.filePartBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvFileParts)).BeginInit(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.cbxFwDn); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.lblFWName); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.cbxFWType); this.groupBox2.Controls.Add(this.chbIsDeveloper); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.txtConfig); this.groupBox2.Controls.Add(this.btnConfigDia); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.txtPackageFile); this.groupBox2.Controls.Add(this.btnPackageFileDia); this.groupBox2.Controls.Add(this.txtBin); this.groupBox2.Controls.Add(this.btnOpenDglBin); this.groupBox2.Controls.Add(this.btnUploadFW); this.groupBox2.Location = new System.Drawing.Point(12, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(475, 206); this.groupBox2.TabIndex = 9; this.groupBox2.TabStop = false; this.groupBox2.Text = "Add FW"; // // cbxFwDn // this.cbxFwDn.FormattingEnabled = true; this.cbxFwDn.Location = new System.Drawing.Point(185, 17); this.cbxFwDn.Name = "cbxFwDn"; this.cbxFwDn.Size = new System.Drawing.Size(81, 21); this.cbxFwDn.TabIndex = 20; this.cbxFwDn.SelectedIndexChanged += new System.EventHandler(this.cbxFwDn_SelectedIndexChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(105, 20); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(74, 13); this.label6.TabIndex = 19; this.label6.Text = "FW MeterSize"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(272, 19); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(51, 13); this.label5.TabIndex = 18; this.label5.Text = "FW Type"; // // lblFWName // this.lblFWName.AutoSize = true; this.lblFWName.Location = new System.Drawing.Point(96, 136); this.lblFWName.Name = "lblFWName"; this.lblFWName.Size = new System.Drawing.Size(28, 13); this.lblFWName.TabIndex = 17; this.lblFWName.Text = " "; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(35, 134); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 13); this.label4.TabIndex = 16; this.label4.Text = "FW Name"; // // cbxFWType // this.cbxFWType.FormattingEnabled = true; this.cbxFWType.Location = new System.Drawing.Point(329, 17); this.cbxFWType.Name = "cbxFWType"; this.cbxFWType.Size = new System.Drawing.Size(122, 21); this.cbxFWType.TabIndex = 15; this.cbxFWType.SelectedIndexChanged += new System.EventHandler(this.cbxFWType_SelectedIndexChanged); // // chbIsDeveloper // this.chbIsDeveloper.AutoSize = true; this.chbIsDeveloper.Location = new System.Drawing.Point(6, 19); this.chbIsDeveloper.Name = "chbIsDeveloper"; this.chbIsDeveloper.Size = new System.Drawing.Size(93, 17); this.chbIsDeveloper.TabIndex = 14; this.chbIsDeveloper.Text = "For Developer"; this.chbIsDeveloper.UseVisualStyleBackColor = true; this.chbIsDeveloper.CheckedChanged += new System.EventHandler(this.chbIsDeveloper_CheckedChanged_1); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 99); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 13); this.label3.TabIndex = 13; this.label3.Text = "configuration.json"; // // txtConfig // this.txtConfig.Location = new System.Drawing.Point(99, 99); this.txtConfig.Name = "txtConfig"; this.txtConfig.ReadOnly = true; this.txtConfig.Size = new System.Drawing.Size(287, 20); this.txtConfig.TabIndex = 12; // // btnConfigDia // this.btnConfigDia.Location = new System.Drawing.Point(392, 99); this.btnConfigDia.Name = "btnConfigDia"; this.btnConfigDia.Size = new System.Drawing.Size(59, 23); this.btnConfigDia.TabIndex = 11; this.btnConfigDia.Text = "Open"; this.btnConfigDia.UseVisualStyleBackColor = true; this.btnConfigDia.Click += new System.EventHandler(this.btnConfigDia_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 75); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 13); this.label2.TabIndex = 10; this.label2.Text = "Package File"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(22, 13); this.label1.TabIndex = 9; this.label1.Text = "Bin"; // // txtPackageFile // this.txtPackageFile.Location = new System.Drawing.Point(99, 70); this.txtPackageFile.Name = "txtPackageFile"; this.txtPackageFile.ReadOnly = true; this.txtPackageFile.Size = new System.Drawing.Size(287, 20); this.txtPackageFile.TabIndex = 8; this.txtPackageFile.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // btnPackageFileDia // this.btnPackageFileDia.Location = new System.Drawing.Point(392, 70); this.btnPackageFileDia.Name = "btnPackageFileDia"; this.btnPackageFileDia.Size = new System.Drawing.Size(59, 23); this.btnPackageFileDia.TabIndex = 7; this.btnPackageFileDia.Text = "Open"; this.btnPackageFileDia.UseVisualStyleBackColor = true; this.btnPackageFileDia.Click += new System.EventHandler(this.btnPackageFileDia_Click); // // txtBin // this.txtBin.Location = new System.Drawing.Point(99, 44); this.txtBin.Name = "txtBin"; this.txtBin.ReadOnly = true; this.txtBin.Size = new System.Drawing.Size(287, 20); this.txtBin.TabIndex = 6; this.txtBin.TextChanged += new System.EventHandler(this.txtBin_TextChanged); // // btnOpenDglBin // this.btnOpenDglBin.Location = new System.Drawing.Point(392, 41); this.btnOpenDglBin.Name = "btnOpenDglBin"; this.btnOpenDglBin.Size = new System.Drawing.Size(59, 23); this.btnOpenDglBin.TabIndex = 3; this.btnOpenDglBin.Text = "Open"; this.btnOpenDglBin.UseVisualStyleBackColor = true; this.btnOpenDglBin.Click += new System.EventHandler(this.btnOpenDglBin_Click); // // btnUploadFW // this.btnUploadFW.Location = new System.Drawing.Point(38, 161); this.btnUploadFW.Name = "btnUploadFW"; this.btnUploadFW.Size = new System.Drawing.Size(306, 23); this.btnUploadFW.TabIndex = 5; this.btnUploadFW.Text = "Upload"; this.btnUploadFW.UseVisualStyleBackColor = true; this.btnUploadFW.Click += new System.EventHandler(this.btnUploadFW_Click); // // dgvFiles // this.dgvFiles.AllowUserToAddRows = false; this.dgvFiles.AllowUserToDeleteRows = false; this.dgvFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvFiles.Location = new System.Drawing.Point(12, 257); this.dgvFiles.Name = "dgvFiles"; this.dgvFiles.ReadOnly = true; this.dgvFiles.Size = new System.Drawing.Size(718, 210); this.dgvFiles.TabIndex = 26; this.dgvFiles.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFiles_CellContentDoubleClick); // // dgvFileParts // this.dgvFileParts.AllowUserToAddRows = false; this.dgvFileParts.AllowUserToDeleteRows = false; this.dgvFileParts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvFileParts.Location = new System.Drawing.Point(12, 499); this.dgvFileParts.Name = "dgvFileParts"; this.dgvFileParts.ReadOnly = true; this.dgvFileParts.Size = new System.Drawing.Size(718, 189); this.dgvFileParts.TabIndex = 27; this.dgvFileParts.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFileParts_CellClick); this.dgvFileParts.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFileParts_CellContentClick); // // cbxFilterFileType // this.cbxFilterFileType.FormattingEnabled = true; this.cbxFilterFileType.Items.AddRange(new object[] { "ALL", "FW", "Configuration", "Cordonel Update Software", "Cordonel Release Config"}); this.cbxFilterFileType.Location = new System.Drawing.Point(66, 230); this.cbxFilterFileType.Name = "cbxFilterFileType"; this.cbxFilterFileType.Size = new System.Drawing.Size(113, 21); this.cbxFilterFileType.TabIndex = 29; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(10, 235); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(50, 13); this.label9.TabIndex = 28; this.label9.Text = "File Type"; // // chbFilterIsDeveloper // this.chbFilterIsDeveloper.AutoSize = true; this.chbFilterIsDeveloper.Location = new System.Drawing.Point(185, 234); this.chbFilterIsDeveloper.Name = "chbFilterIsDeveloper"; this.chbFilterIsDeveloper.Size = new System.Drawing.Size(93, 17); this.chbFilterIsDeveloper.TabIndex = 15; this.chbFilterIsDeveloper.Text = "For Developer"; this.chbFilterIsDeveloper.UseVisualStyleBackColor = true; // // cbxFilterFWType // this.cbxFilterFWType.FormattingEnabled = true; this.cbxFilterFWType.Location = new System.Drawing.Point(549, 232); this.cbxFilterFWType.Name = "cbxFilterFWType"; this.cbxFilterFWType.Size = new System.Drawing.Size(118, 21); this.cbxFilterFWType.TabIndex = 21; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(492, 235); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(51, 13); this.label8.TabIndex = 22; this.label8.Text = "FW Type"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(284, 235); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(74, 13); this.label7.TabIndex = 23; this.label7.Text = "FW MeterSize"; // // cbxFilterFwDn // this.cbxFilterFwDn.FormattingEnabled = true; this.cbxFilterFwDn.Location = new System.Drawing.Point(364, 232); this.cbxFilterFwDn.Name = "cbxFilterFwDn"; this.cbxFilterFwDn.Size = new System.Drawing.Size(118, 21); this.cbxFilterFwDn.TabIndex = 24; // // btnGetFWFiles // this.btnGetFWFiles.Location = new System.Drawing.Point(669, 230); this.btnGetFWFiles.Name = "btnGetFWFiles"; this.btnGetFWFiles.Size = new System.Drawing.Size(61, 21); this.btnGetFWFiles.TabIndex = 25; this.btnGetFWFiles.Text = "Get"; this.btnGetFWFiles.UseVisualStyleBackColor = true; this.btnGetFWFiles.Click += new System.EventHandler(this.btnGetFWFiles_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(531, 201); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(31, 13); this.label10.TabIndex = 32; this.label10.Text = "Sync"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(568, 198); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(95, 20); this.textBox1.TabIndex = 31; // // button1 // this.button1.Location = new System.Drawing.Point(669, 195); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(59, 23); this.button1.TabIndex = 30; this.button1.Text = "Sync"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // button2 // this.button2.Location = new System.Drawing.Point(503, 159); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(225, 23); this.button2.TabIndex = 33; this.button2.Text = "Beam me up"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // btnAddUpdateSw // this.btnAddUpdateSw.Location = new System.Drawing.Point(503, 53); this.btnAddUpdateSw.Name = "btnAddUpdateSw"; this.btnAddUpdateSw.Size = new System.Drawing.Size(225, 23); this.btnAddUpdateSw.TabIndex = 34; this.btnAddUpdateSw.Text = "Add Cordonel Update Software"; this.btnAddUpdateSw.UseVisualStyleBackColor = true; this.btnAddUpdateSw.Click += new System.EventHandler(this.button3_Click); // // btnAddReleaseConfig // this.btnAddReleaseConfig.Location = new System.Drawing.Point(503, 111); this.btnAddReleaseConfig.Name = "btnAddReleaseConfig"; this.btnAddReleaseConfig.Size = new System.Drawing.Size(225, 23); this.btnAddReleaseConfig.TabIndex = 35; this.btnAddReleaseConfig.Text = "Add Cordonel Release Config"; this.btnAddReleaseConfig.UseVisualStyleBackColor = true; this.btnAddReleaseConfig.Click += new System.EventHandler(this.btnAddReleaseConfig_Click); // // txtUpdateSW // this.txtUpdateSW.Location = new System.Drawing.Point(503, 32); this.txtUpdateSW.Name = "txtUpdateSW"; this.txtUpdateSW.Size = new System.Drawing.Size(225, 20); this.txtUpdateSW.TabIndex = 36; // // txtReleaseConfig // this.txtReleaseConfig.Location = new System.Drawing.Point(503, 80); this.txtReleaseConfig.Name = "txtReleaseConfig"; this.txtReleaseConfig.Size = new System.Drawing.Size(225, 20); this.txtReleaseConfig.TabIndex = 37; // // button3 // this.button3.Location = new System.Drawing.Point(857, 28); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 38; this.button3.Text = "button3"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click_1); // // FrmFileCURD // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(971, 815); this.Controls.Add(this.button3); this.Controls.Add(this.txtReleaseConfig); this.Controls.Add(this.txtUpdateSW); this.Controls.Add(this.btnAddReleaseConfig); this.Controls.Add(this.btnAddUpdateSw); this.Controls.Add(this.button2); this.Controls.Add(this.label10); this.Controls.Add(this.textBox1); this.Controls.Add(this.button1); this.Controls.Add(this.cbxFilterFileType); this.Controls.Add(this.label9); this.Controls.Add(this.dgvFileParts); this.Controls.Add(this.dgvFiles); this.Controls.Add(this.btnGetFWFiles); this.Controls.Add(this.cbxFilterFwDn); this.Controls.Add(this.label7); this.Controls.Add(this.label8); this.Controls.Add(this.cbxFilterFWType); this.Controls.Add(this.chbFilterIsDeveloper); this.Controls.Add(this.groupBox2); this.Name = "FrmFileCURD"; this.Text = "FrmFileCURD"; this.Load += new System.EventHandler(this.FrmFileCURD_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvFiles)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.filePartBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvFileParts)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox txtPackageFile; private System.Windows.Forms.Button btnPackageFileDia; private System.Windows.Forms.TextBox txtBin; private System.Windows.Forms.Button btnOpenDglBin; private System.Windows.Forms.Button btnUploadFW; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cbxFWType; private System.Windows.Forms.CheckBox chbIsDeveloper; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtConfig; private System.Windows.Forms.Button btnConfigDia; private System.Windows.Forms.Label lblFWName; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox cbxFwDn; private System.Windows.Forms.DataGridView dgvFiles; private System.Windows.Forms.BindingSource filePartBindingSource; private System.Windows.Forms.DataGridView dgvFileParts; private System.Windows.Forms.ComboBox cbxFilterFileType; private System.Windows.Forms.Label label9; private System.Windows.Forms.CheckBox chbFilterIsDeveloper; private System.Windows.Forms.ComboBox cbxFilterFWType; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox cbxFilterFwDn; private System.Windows.Forms.Button btnGetFWFiles; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button btnAddUpdateSw; private System.Windows.Forms.Button btnAddReleaseConfig; private System.Windows.Forms.TextBox txtUpdateSW; private System.Windows.Forms.TextBox txtReleaseConfig; private System.Windows.Forms.Button button3; } }