/AppFabricAdministrator/CacheConfigUI.Designer.cs

http://appfabricCacheAdmin.codeplex.com · C# · 251 lines · 177 code · 6 blank · 68 comment · 3 complexity · ffd6f17a561f99a19ad5ea106f9bc8a5 MD5 · raw file

  1. namespace AppFabricAdministrator
  2. {
  3. partial class CacheConfigUI
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.btnSaveDialog = new System.Windows.Forms.Button();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.btnExport = new System.Windows.Forms.Button();
  36. this.tb_exportConfig = new System.Windows.Forms.TextBox();
  37. this.groupBox2 = new System.Windows.Forms.GroupBox();
  38. this.btnOpenDialog = new System.Windows.Forms.Button();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.tb_importedConfig = new System.Windows.Forms.TextBox();
  41. this.btnImport = new System.Windows.Forms.Button();
  42. this.openCacheConfig = new System.Windows.Forms.OpenFileDialog();
  43. this.saveCacheConfig = new System.Windows.Forms.SaveFileDialog();
  44. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  45. this.splitContainer1.Panel1.SuspendLayout();
  46. this.splitContainer1.Panel2.SuspendLayout();
  47. this.splitContainer1.SuspendLayout();
  48. this.groupBox1.SuspendLayout();
  49. this.groupBox2.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // splitContainer1
  53. //
  54. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  56. this.splitContainer1.Name = "splitContainer1";
  57. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  58. //
  59. // splitContainer1.Panel1
  60. //
  61. this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
  62. //
  63. // splitContainer1.Panel2
  64. //
  65. this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
  66. this.splitContainer1.Size = new System.Drawing.Size(520, 223);
  67. this.splitContainer1.SplitterDistance = 108;
  68. this.splitContainer1.TabIndex = 0;
  69. //
  70. // groupBox1
  71. //
  72. this.groupBox1.Controls.Add(this.btnSaveDialog);
  73. this.groupBox1.Controls.Add(this.label2);
  74. this.groupBox1.Controls.Add(this.button2);
  75. this.groupBox1.Controls.Add(this.textBox2);
  76. this.groupBox1.Controls.Add(this.label1);
  77. this.groupBox1.Controls.Add(this.btnExport);
  78. this.groupBox1.Controls.Add(this.tb_exportConfig);
  79. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  81. this.groupBox1.Name = "groupBox1";
  82. this.groupBox1.Size = new System.Drawing.Size(520, 108);
  83. this.groupBox1.TabIndex = 0;
  84. this.groupBox1.TabStop = false;
  85. this.groupBox1.Text = "Export Cache config";
  86. //
  87. // btnSaveDialog
  88. //
  89. this.btnSaveDialog.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  90. this.btnSaveDialog.Location = new System.Drawing.Point(468, 27);
  91. this.btnSaveDialog.Name = "btnSaveDialog";
  92. this.btnSaveDialog.Size = new System.Drawing.Size(26, 23);
  93. this.btnSaveDialog.TabIndex = 6;
  94. this.btnSaveDialog.Text = ":::";
  95. this.btnSaveDialog.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  96. this.btnSaveDialog.UseVisualStyleBackColor = true;
  97. this.btnSaveDialog.Click += new System.EventHandler(this.btnSaveDialog_Click);
  98. //
  99. // label2
  100. //
  101. this.label2.AutoSize = true;
  102. this.label2.Location = new System.Drawing.Point(5, 143);
  103. this.label2.Name = "label2";
  104. this.label2.Size = new System.Drawing.Size(51, 13);
  105. this.label2.TabIndex = 5;
  106. this.label2.Text = "File Path:";
  107. //
  108. // button2
  109. //
  110. this.button2.Location = new System.Drawing.Point(393, 172);
  111. this.button2.Name = "button2";
  112. this.button2.Size = new System.Drawing.Size(99, 33);
  113. this.button2.TabIndex = 4;
  114. this.button2.Text = "button2";
  115. this.button2.UseVisualStyleBackColor = true;
  116. //
  117. // textBox2
  118. //
  119. this.textBox2.Location = new System.Drawing.Point(61, 142);
  120. this.textBox2.Name = "textBox2";
  121. this.textBox2.Size = new System.Drawing.Size(431, 20);
  122. this.textBox2.TabIndex = 3;
  123. //
  124. // label1
  125. //
  126. this.label1.AutoSize = true;
  127. this.label1.Location = new System.Drawing.Point(7, 30);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(51, 13);
  130. this.label1.TabIndex = 2;
  131. this.label1.Text = "File Path:";
  132. //
  133. // btnExport
  134. //
  135. this.btnExport.Location = new System.Drawing.Point(395, 59);
  136. this.btnExport.Name = "btnExport";
  137. this.btnExport.Size = new System.Drawing.Size(99, 33);
  138. this.btnExport.TabIndex = 1;
  139. this.btnExport.Text = "Export";
  140. this.btnExport.UseVisualStyleBackColor = true;
  141. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  142. //
  143. // tb_exportConfig
  144. //
  145. this.tb_exportConfig.Location = new System.Drawing.Point(63, 29);
  146. this.tb_exportConfig.Name = "tb_exportConfig";
  147. this.tb_exportConfig.Size = new System.Drawing.Size(403, 20);
  148. this.tb_exportConfig.TabIndex = 0;
  149. //
  150. // groupBox2
  151. //
  152. this.groupBox2.Controls.Add(this.btnOpenDialog);
  153. this.groupBox2.Controls.Add(this.label3);
  154. this.groupBox2.Controls.Add(this.tb_importedConfig);
  155. this.groupBox2.Controls.Add(this.btnImport);
  156. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  158. this.groupBox2.Name = "groupBox2";
  159. this.groupBox2.Size = new System.Drawing.Size(520, 111);
  160. this.groupBox2.TabIndex = 0;
  161. this.groupBox2.TabStop = false;
  162. this.groupBox2.Text = "Import Cache config";
  163. //
  164. // btnOpenDialog
  165. //
  166. this.btnOpenDialog.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  167. this.btnOpenDialog.Location = new System.Drawing.Point(468, 30);
  168. this.btnOpenDialog.Name = "btnOpenDialog";
  169. this.btnOpenDialog.Size = new System.Drawing.Size(26, 23);
  170. this.btnOpenDialog.TabIndex = 6;
  171. this.btnOpenDialog.Text = ":::";
  172. this.btnOpenDialog.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  173. this.btnOpenDialog.UseVisualStyleBackColor = true;
  174. this.btnOpenDialog.Click += new System.EventHandler(this.btnOpenDialog_Click);
  175. //
  176. // label3
  177. //
  178. this.label3.AutoSize = true;
  179. this.label3.Location = new System.Drawing.Point(7, 33);
  180. this.label3.Name = "label3";
  181. this.label3.Size = new System.Drawing.Size(51, 13);
  182. this.label3.TabIndex = 2;
  183. this.label3.Text = "File Path:";
  184. //
  185. // tb_importedConfig
  186. //
  187. this.tb_importedConfig.Location = new System.Drawing.Point(63, 32);
  188. this.tb_importedConfig.Name = "tb_importedConfig";
  189. this.tb_importedConfig.Size = new System.Drawing.Size(403, 20);
  190. this.tb_importedConfig.TabIndex = 0;
  191. //
  192. // btnImport
  193. //
  194. this.btnImport.Location = new System.Drawing.Point(395, 62);
  195. this.btnImport.Name = "btnImport";
  196. this.btnImport.Size = new System.Drawing.Size(99, 33);
  197. this.btnImport.TabIndex = 1;
  198. this.btnImport.Text = "Import";
  199. this.btnImport.UseVisualStyleBackColor = true;
  200. this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
  201. //
  202. // openCacheConfig
  203. //
  204. this.openCacheConfig.FileName = "openFileDialog1";
  205. //
  206. // saveCacheConfig
  207. //
  208. this.saveCacheConfig.Filter = "Configuration File(*.config)|Xml File(*.xml)|All Files|(*.*)";
  209. //
  210. // CacheConfigUI
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.Controls.Add(this.splitContainer1);
  215. this.Name = "CacheConfigUI";
  216. this.Size = new System.Drawing.Size(520, 223);
  217. this.splitContainer1.Panel1.ResumeLayout(false);
  218. this.splitContainer1.Panel2.ResumeLayout(false);
  219. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  220. this.splitContainer1.ResumeLayout(false);
  221. this.groupBox1.ResumeLayout(false);
  222. this.groupBox1.PerformLayout();
  223. this.groupBox2.ResumeLayout(false);
  224. this.groupBox2.PerformLayout();
  225. this.ResumeLayout(false);
  226. }
  227. #endregion
  228. private System.Windows.Forms.SplitContainer splitContainer1;
  229. private System.Windows.Forms.GroupBox groupBox1;
  230. private System.Windows.Forms.GroupBox groupBox2;
  231. private System.Windows.Forms.Button btnSaveDialog;
  232. private System.Windows.Forms.Label label2;
  233. private System.Windows.Forms.Button button2;
  234. private System.Windows.Forms.TextBox textBox2;
  235. private System.Windows.Forms.Label label1;
  236. private System.Windows.Forms.Button btnExport;
  237. private System.Windows.Forms.TextBox tb_exportConfig;
  238. private System.Windows.Forms.Button btnOpenDialog;
  239. private System.Windows.Forms.Label label3;
  240. private System.Windows.Forms.TextBox tb_importedConfig;
  241. private System.Windows.Forms.Button btnImport;
  242. private System.Windows.Forms.OpenFileDialog openCacheConfig;
  243. private System.Windows.Forms.SaveFileDialog saveCacheConfig;
  244. }
  245. }