PageRenderTime 47ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Branches/AzureFileService/DNNAzureSMB/DNNAzureWizard/FrmNewDatabaseServer.Designer.cs

#
C# | 242 lines | 180 code | 6 blank | 56 comment | 3 complexity | 949102b1ae3d0275ac0165f0c83e6cf9 MD5 | raw file
  1. namespace DNNAzureWizard
  2. {
  3. partial class FrmNewDatabaseServer
  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 Windows Form 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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmNewDatabaseServer));
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.cboLocation = new System.Windows.Forms.ComboBox();
  31. this.cmdCancel = new System.Windows.Forms.Button();
  32. this.cmdOK = new System.Windows.Forms.Button();
  33. this.label58 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.txtAdminUser = new System.Windows.Forms.TextBox();
  36. this.txtPassword = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.txtConfirmPassword = new System.Windows.Forms.TextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42. this.pictureBox12 = new System.Windows.Forms.PictureBox();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // label2
  48. //
  49. this.label2.AutoSize = true;
  50. this.label2.Location = new System.Drawing.Point(61, 87);
  51. this.label2.Name = "label2";
  52. this.label2.Size = new System.Drawing.Size(51, 13);
  53. this.label2.TabIndex = 2;
  54. this.label2.Text = "Location";
  55. //
  56. // cboLocation
  57. //
  58. this.cboLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.cboLocation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  61. this.cboLocation.Enabled = false;
  62. this.cboLocation.FormattingEnabled = true;
  63. this.cboLocation.Items.AddRange(new object[] {
  64. "Loading..."});
  65. this.cboLocation.Location = new System.Drawing.Point(118, 84);
  66. this.cboLocation.Name = "cboLocation";
  67. this.cboLocation.Size = new System.Drawing.Size(162, 21);
  68. this.cboLocation.TabIndex = 3;
  69. //
  70. // cmdCancel
  71. //
  72. this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  73. this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  74. this.cmdCancel.Location = new System.Drawing.Point(247, 264);
  75. this.cmdCancel.Name = "cmdCancel";
  76. this.cmdCancel.Size = new System.Drawing.Size(75, 23);
  77. this.cmdCancel.TabIndex = 4;
  78. this.cmdCancel.Text = "Cancel";
  79. this.cmdCancel.UseVisualStyleBackColor = true;
  80. this.cmdCancel.Click += new System.EventHandler(this.CmdCancelClick);
  81. //
  82. // cmdOK
  83. //
  84. this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  85. this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  86. this.cmdOK.Location = new System.Drawing.Point(166, 264);
  87. this.cmdOK.Name = "cmdOK";
  88. this.cmdOK.Size = new System.Drawing.Size(75, 23);
  89. this.cmdOK.TabIndex = 5;
  90. this.cmdOK.Text = "OK";
  91. this.cmdOK.UseVisualStyleBackColor = true;
  92. this.cmdOK.Click += new System.EventHandler(this.CmdOkClick);
  93. //
  94. // label58
  95. //
  96. this.label58.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  97. | System.Windows.Forms.AnchorStyles.Right)));
  98. this.label58.Location = new System.Drawing.Point(31, 198);
  99. this.label58.Name = "label58";
  100. this.label58.Size = new System.Drawing.Size(295, 56);
  101. this.label58.TabIndex = 31;
  102. this.label58.Text = resources.GetString("label58.Text");
  103. //
  104. // label1
  105. //
  106. this.label1.AutoSize = true;
  107. this.label1.Location = new System.Drawing.Point(18, 114);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(94, 13);
  110. this.label1.TabIndex = 32;
  111. this.label1.Text = "Admin Username";
  112. //
  113. // txtAdminUser
  114. //
  115. this.txtAdminUser.Location = new System.Drawing.Point(118, 111);
  116. this.txtAdminUser.Name = "txtAdminUser";
  117. this.txtAdminUser.Size = new System.Drawing.Size(162, 22);
  118. this.txtAdminUser.TabIndex = 33;
  119. //
  120. // txtPassword
  121. //
  122. this.txtPassword.Location = new System.Drawing.Point(118, 139);
  123. this.txtPassword.MaxLength = 16;
  124. this.txtPassword.Name = "txtPassword";
  125. this.txtPassword.Size = new System.Drawing.Size(162, 22);
  126. this.txtPassword.TabIndex = 34;
  127. this.txtPassword.UseSystemPasswordChar = true;
  128. //
  129. // label3
  130. //
  131. this.label3.AutoSize = true;
  132. this.label3.Location = new System.Drawing.Point(56, 142);
  133. this.label3.Name = "label3";
  134. this.label3.Size = new System.Drawing.Size(56, 13);
  135. this.label3.TabIndex = 35;
  136. this.label3.Text = "Password";
  137. //
  138. // txtConfirmPassword
  139. //
  140. this.txtConfirmPassword.Location = new System.Drawing.Point(118, 167);
  141. this.txtConfirmPassword.MaxLength = 16;
  142. this.txtConfirmPassword.Name = "txtConfirmPassword";
  143. this.txtConfirmPassword.Size = new System.Drawing.Size(162, 22);
  144. this.txtConfirmPassword.TabIndex = 36;
  145. this.txtConfirmPassword.UseSystemPasswordChar = true;
  146. //
  147. // label4
  148. //
  149. this.label4.AutoSize = true;
  150. this.label4.Location = new System.Drawing.Point(12, 170);
  151. this.label4.Name = "label4";
  152. this.label4.Size = new System.Drawing.Size(100, 13);
  153. this.label4.TabIndex = 37;
  154. this.label4.Text = "Confirm Password";
  155. //
  156. // label5
  157. //
  158. this.label5.AutoSize = true;
  159. this.label5.Font = new System.Drawing.Font("Segoe UI Light", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  160. this.label5.Location = new System.Drawing.Point(90, 17);
  161. this.label5.Name = "label5";
  162. this.label5.Size = new System.Drawing.Size(216, 30);
  163. this.label5.TabIndex = 39;
  164. this.label5.Text = "New SQL Azure Server";
  165. //
  166. // pictureBox1
  167. //
  168. this.pictureBox1.Image = global::DNNAzureWizard.Properties.Resources.Reporting;
  169. this.pictureBox1.Location = new System.Drawing.Point(12, 12);
  170. this.pictureBox1.Name = "pictureBox1";
  171. this.pictureBox1.Size = new System.Drawing.Size(72, 43);
  172. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  173. this.pictureBox1.TabIndex = 38;
  174. this.pictureBox1.TabStop = false;
  175. //
  176. // pictureBox12
  177. //
  178. this.pictureBox12.Image = global::DNNAzureWizard.Properties.Resources.icon_warning;
  179. this.pictureBox12.Location = new System.Drawing.Point(10, 198);
  180. this.pictureBox12.Name = "pictureBox12";
  181. this.pictureBox12.Size = new System.Drawing.Size(27, 37);
  182. this.pictureBox12.TabIndex = 30;
  183. this.pictureBox12.TabStop = false;
  184. //
  185. // FrmNewDatabaseServer
  186. //
  187. this.AcceptButton = this.cmdOK;
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  190. this.BackColor = System.Drawing.Color.White;
  191. this.CancelButton = this.cmdCancel;
  192. this.ClientSize = new System.Drawing.Size(334, 299);
  193. this.Controls.Add(this.label5);
  194. this.Controls.Add(this.pictureBox1);
  195. this.Controls.Add(this.label4);
  196. this.Controls.Add(this.txtConfirmPassword);
  197. this.Controls.Add(this.label3);
  198. this.Controls.Add(this.txtPassword);
  199. this.Controls.Add(this.txtAdminUser);
  200. this.Controls.Add(this.label1);
  201. this.Controls.Add(this.label58);
  202. this.Controls.Add(this.pictureBox12);
  203. this.Controls.Add(this.cmdOK);
  204. this.Controls.Add(this.cmdCancel);
  205. this.Controls.Add(this.cboLocation);
  206. this.Controls.Add(this.label2);
  207. this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  208. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  209. this.MaximizeBox = false;
  210. this.MinimizeBox = false;
  211. this.Name = "FrmNewDatabaseServer";
  212. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  213. this.Text = "New SQL Azure server...";
  214. this.Load += new System.EventHandler(this.FrmNewHostedServiceLoad);
  215. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  216. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
  217. this.ResumeLayout(false);
  218. this.PerformLayout();
  219. }
  220. #endregion
  221. private System.Windows.Forms.Label label2;
  222. private System.Windows.Forms.ComboBox cboLocation;
  223. private System.Windows.Forms.Button cmdCancel;
  224. private System.Windows.Forms.Button cmdOK;
  225. private System.Windows.Forms.Label label58;
  226. private System.Windows.Forms.PictureBox pictureBox12;
  227. private System.Windows.Forms.Label label1;
  228. private System.Windows.Forms.TextBox txtAdminUser;
  229. private System.Windows.Forms.TextBox txtPassword;
  230. private System.Windows.Forms.Label label3;
  231. private System.Windows.Forms.TextBox txtConfirmPassword;
  232. private System.Windows.Forms.Label label4;
  233. private System.Windows.Forms.Label label5;
  234. private System.Windows.Forms.PictureBox pictureBox1;
  235. }
  236. }