namespace Inet.Viewer.WinForms.Export { partial class ExportDialog { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportDialog)); this.tbFile = new System.Windows.Forms.TextBox(); this.btnFileDialog = new System.Windows.Forms.Button(); this.btnConfigSwitch = new System.Windows.Forms.Button(); this.cbOpenFile = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.panel = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.btnExport = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.panel1 = new Inet.Viewer.WinForms.Export.ExportDialog.BottomPanel(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // tbFile // resources.ApplyResources(this.tbFile, "tbFile"); this.tbFile.Name = "tbFile"; // // btnFileDialog // resources.ApplyResources(this.btnFileDialog, "btnFileDialog"); this.btnFileDialog.Name = "btnFileDialog"; this.btnFileDialog.UseVisualStyleBackColor = true; this.btnFileDialog.Click += new System.EventHandler(this.btnFileDialog_Click); // // btnConfigSwitch // resources.ApplyResources(this.btnConfigSwitch, "btnConfigSwitch"); this.btnConfigSwitch.Name = "btnConfigSwitch"; this.btnConfigSwitch.UseVisualStyleBackColor = true; this.btnConfigSwitch.Click += new System.EventHandler(this.btnConfigSwitch_Click); // // cbOpenFile // resources.ApplyResources(this.cbOpenFile, "cbOpenFile"); this.cbOpenFile.Checked = true; this.cbOpenFile.CheckState = System.Windows.Forms.CheckState.Checked; this.cbOpenFile.ForeColor = System.Drawing.SystemColors.ControlText; this.cbOpenFile.Name = "cbOpenFile"; this.cbOpenFile.UseVisualStyleBackColor = true; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.ForeColor = System.Drawing.SystemColors.ControlText; this.label1.Name = "label1"; // // panel // resources.ApplyResources(this.panel, "panel"); this.panel.BackColor = System.Drawing.SystemColors.Control; this.panel.Name = "panel"; // // panel2 // resources.ApplyResources(this.panel2, "panel2"); this.panel2.BackColor = System.Drawing.SystemColors.ControlLight; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.cbOpenFile); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.btnFileDialog); this.panel2.Controls.Add(this.tbFile); this.panel2.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.panel2.Name = "panel2"; // // btnExport // resources.ApplyResources(this.btnExport, "btnExport"); this.btnExport.ForeColor = System.Drawing.SystemColors.ControlText; this.btnExport.Name = "btnExport"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.ForeColor = System.Drawing.SystemColors.ControlText; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // panel1 // resources.ApplyResources(this.panel1, "panel1"); this.panel1.BackColor = System.Drawing.SystemColors.ControlLight; this.panel1.Controls.Add(this.btnCancel); this.panel1.Controls.Add(this.btnExport); this.panel1.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.panel1.Name = "panel1"; // // ExportDialog // this.AcceptButton = this.btnExport; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.Controls.Add(this.panel2); this.Controls.Add(this.panel); this.Controls.Add(this.panel1); this.Controls.Add(this.btnConfigSwitch); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ExportDialog"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Load += new System.EventHandler(this.exportDialog_Load); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox tbFile; private System.Windows.Forms.Button btnFileDialog; private System.Windows.Forms.Button btnConfigSwitch; private System.Windows.Forms.Button btnExport; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.CheckBox cbOpenFile; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel; private BottomPanel panel1; private System.Windows.Forms.Panel panel2; } }