/AppFabricAdministrator/CacheConfigUI.Designer.cs
http://appfabricCacheAdmin.codeplex.com · C# · 251 lines · 177 code · 6 blank · 68 comment · 3 complexity · ffd6f17a561f99a19ad5ea106f9bc8a5 MD5 · raw file
- namespace AppFabricAdministrator
- {
- partial class CacheConfigUI
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Component Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.btnSaveDialog = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.button2 = new System.Windows.Forms.Button();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnExport = new System.Windows.Forms.Button();
- this.tb_exportConfig = new System.Windows.Forms.TextBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.btnOpenDialog = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.tb_importedConfig = new System.Windows.Forms.TextBox();
- this.btnImport = new System.Windows.Forms.Button();
- this.openCacheConfig = new System.Windows.Forms.OpenFileDialog();
- this.saveCacheConfig = new System.Windows.Forms.SaveFileDialog();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
- this.splitContainer1.Size = new System.Drawing.Size(520, 223);
- this.splitContainer1.SplitterDistance = 108;
- this.splitContainer1.TabIndex = 0;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.btnSaveDialog);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.button2);
- this.groupBox1.Controls.Add(this.textBox2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.btnExport);
- this.groupBox1.Controls.Add(this.tb_exportConfig);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(520, 108);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Export Cache config";
- //
- // btnSaveDialog
- //
- this.btnSaveDialog.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.btnSaveDialog.Location = new System.Drawing.Point(468, 27);
- this.btnSaveDialog.Name = "btnSaveDialog";
- this.btnSaveDialog.Size = new System.Drawing.Size(26, 23);
- this.btnSaveDialog.TabIndex = 6;
- this.btnSaveDialog.Text = ":::";
- this.btnSaveDialog.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- this.btnSaveDialog.UseVisualStyleBackColor = true;
- this.btnSaveDialog.Click += new System.EventHandler(this.btnSaveDialog_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(5, 143);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(51, 13);
- this.label2.TabIndex = 5;
- this.label2.Text = "File Path:";
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(393, 172);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(99, 33);
- this.button2.TabIndex = 4;
- this.button2.Text = "button2";
- this.button2.UseVisualStyleBackColor = true;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(61, 142);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(431, 20);
- this.textBox2.TabIndex = 3;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(7, 30);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(51, 13);
- this.label1.TabIndex = 2;
- this.label1.Text = "File Path:";
- //
- // btnExport
- //
- this.btnExport.Location = new System.Drawing.Point(395, 59);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(99, 33);
- this.btnExport.TabIndex = 1;
- this.btnExport.Text = "Export";
- this.btnExport.UseVisualStyleBackColor = true;
- this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
- //
- // tb_exportConfig
- //
- this.tb_exportConfig.Location = new System.Drawing.Point(63, 29);
- this.tb_exportConfig.Name = "tb_exportConfig";
- this.tb_exportConfig.Size = new System.Drawing.Size(403, 20);
- this.tb_exportConfig.TabIndex = 0;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.btnOpenDialog);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.tb_importedConfig);
- this.groupBox2.Controls.Add(this.btnImport);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox2.Location = new System.Drawing.Point(0, 0);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(520, 111);
- this.groupBox2.TabIndex = 0;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Import Cache config";
- //
- // btnOpenDialog
- //
- this.btnOpenDialog.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.btnOpenDialog.Location = new System.Drawing.Point(468, 30);
- this.btnOpenDialog.Name = "btnOpenDialog";
- this.btnOpenDialog.Size = new System.Drawing.Size(26, 23);
- this.btnOpenDialog.TabIndex = 6;
- this.btnOpenDialog.Text = ":::";
- this.btnOpenDialog.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- this.btnOpenDialog.UseVisualStyleBackColor = true;
- this.btnOpenDialog.Click += new System.EventHandler(this.btnOpenDialog_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(7, 33);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(51, 13);
- this.label3.TabIndex = 2;
- this.label3.Text = "File Path:";
- //
- // tb_importedConfig
- //
- this.tb_importedConfig.Location = new System.Drawing.Point(63, 32);
- this.tb_importedConfig.Name = "tb_importedConfig";
- this.tb_importedConfig.Size = new System.Drawing.Size(403, 20);
- this.tb_importedConfig.TabIndex = 0;
- //
- // btnImport
- //
- this.btnImport.Location = new System.Drawing.Point(395, 62);
- this.btnImport.Name = "btnImport";
- this.btnImport.Size = new System.Drawing.Size(99, 33);
- this.btnImport.TabIndex = 1;
- this.btnImport.Text = "Import";
- this.btnImport.UseVisualStyleBackColor = true;
- this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
- //
- // openCacheConfig
- //
- this.openCacheConfig.FileName = "openFileDialog1";
- //
- // saveCacheConfig
- //
- this.saveCacheConfig.Filter = "Configuration File(*.config)|Xml File(*.xml)|All Files|(*.*)";
- //
- // CacheConfigUI
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.splitContainer1);
- this.Name = "CacheConfigUI";
- this.Size = new System.Drawing.Size(520, 223);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Button btnSaveDialog;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnExport;
- private System.Windows.Forms.TextBox tb_exportConfig;
- private System.Windows.Forms.Button btnOpenDialog;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tb_importedConfig;
- private System.Windows.Forms.Button btnImport;
- private System.Windows.Forms.OpenFileDialog openCacheConfig;
- private System.Windows.Forms.SaveFileDialog saveCacheConfig;
- }
- }