PageRenderTime 26ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/DataWorkflowActivities/Microsoft.Samples.SqlServer.Workflows/Common/Activities/ClientContext/LoginForm.designer.cs

#
C# | 199 lines | 155 code | 6 blank | 38 comment | 3 complexity | b3dac1ee82d23949ddbebb0bdbdea41c MD5 | raw file
  1. namespace Microsoft.Samples.SqlServer.Activities
  2. {
  3. partial class LoginForm
  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(LoginForm));
  29. this.OKButton = new System.Windows.Forms.Button();
  30. this.cancelButton = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.userNameTextBox = new System.Windows.Forms.TextBox();
  34. this.passwordTextBox = new System.Windows.Forms.TextBox();
  35. this.groupBox = new System.Windows.Forms.GroupBox();
  36. this.domainComboBox = new System.Windows.Forms.ComboBox();
  37. this.groupBox.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // OKButton
  41. //
  42. this.OKButton.Cursor = System.Windows.Forms.Cursors.Default;
  43. this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
  44. this.OKButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  45. this.OKButton.Location = new System.Drawing.Point(130, 190);
  46. this.OKButton.Margin = new System.Windows.Forms.Padding(4);
  47. this.OKButton.Name = "OKButton";
  48. this.OKButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
  49. this.OKButton.Size = new System.Drawing.Size(66, 28);
  50. this.OKButton.TabIndex = 3;
  51. this.OKButton.Text = "OK";
  52. this.OKButton.UseVisualStyleBackColor = true;
  53. this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
  54. //
  55. // cancelButton
  56. //
  57. this.cancelButton.Cursor = System.Windows.Forms.Cursors.Default;
  58. this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  59. this.cancelButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  60. this.cancelButton.Location = new System.Drawing.Point(204, 190);
  61. this.cancelButton.Margin = new System.Windows.Forms.Padding(4);
  62. this.cancelButton.Name = "cancelButton";
  63. this.cancelButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
  64. this.cancelButton.Size = new System.Drawing.Size(66, 28);
  65. this.cancelButton.TabIndex = 4;
  66. this.cancelButton.Text = "Cancel";
  67. this.cancelButton.UseVisualStyleBackColor = true;
  68. this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Cursor = System.Windows.Forms.Cursors.Default;
  74. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  75. this.label1.Location = new System.Drawing.Point(8, 31);
  76. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  77. this.label1.Name = "label1";
  78. this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  79. this.label1.Size = new System.Drawing.Size(79, 17);
  80. this.label1.TabIndex = 1;
  81. this.label1.Text = "User Name";
  82. //
  83. // label2
  84. //
  85. this.label2.AutoSize = true;
  86. this.label2.Cursor = System.Windows.Forms.Cursors.Default;
  87. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  88. this.label2.Location = new System.Drawing.Point(8, 79);
  89. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.label2.Name = "label2";
  91. this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  92. this.label2.Size = new System.Drawing.Size(69, 17);
  93. this.label2.TabIndex = 1;
  94. this.label2.Text = "Password";
  95. //
  96. // userNameTextBox
  97. //
  98. this.userNameTextBox.Cursor = System.Windows.Forms.Cursors.IBeam;
  99. this.userNameTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  100. this.userNameTextBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  101. this.userNameTextBox.Location = new System.Drawing.Point(12, 50);
  102. this.userNameTextBox.Margin = new System.Windows.Forms.Padding(4);
  103. this.userNameTextBox.Name = "userNameTextBox";
  104. this.userNameTextBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
  105. this.userNameTextBox.Size = new System.Drawing.Size(232, 23);
  106. this.userNameTextBox.TabIndex = 0;
  107. //
  108. // passwordTextBox
  109. //
  110. this.passwordTextBox.Cursor = System.Windows.Forms.Cursors.IBeam;
  111. this.passwordTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  112. this.passwordTextBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  113. this.passwordTextBox.Location = new System.Drawing.Point(12, 98);
  114. this.passwordTextBox.Margin = new System.Windows.Forms.Padding(4);
  115. this.passwordTextBox.Name = "passwordTextBox";
  116. this.passwordTextBox.PasswordChar = '*';
  117. this.passwordTextBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
  118. this.passwordTextBox.Size = new System.Drawing.Size(232, 23);
  119. this.passwordTextBox.TabIndex = 1;
  120. //
  121. // groupBox
  122. //
  123. this.groupBox.Controls.Add(this.passwordTextBox);
  124. this.groupBox.Controls.Add(this.userNameTextBox);
  125. this.groupBox.Controls.Add(this.label1);
  126. this.groupBox.Controls.Add(this.label2);
  127. this.groupBox.Cursor = System.Windows.Forms.Cursors.Default;
  128. this.groupBox.Enabled = false;
  129. this.groupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  130. this.groupBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  131. this.groupBox.Location = new System.Drawing.Point(11, 46);
  132. this.groupBox.Margin = new System.Windows.Forms.Padding(4);
  133. this.groupBox.Name = "groupBox";
  134. this.groupBox.Padding = new System.Windows.Forms.Padding(4);
  135. this.groupBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
  136. this.groupBox.Size = new System.Drawing.Size(259, 136);
  137. this.groupBox.TabIndex = 4;
  138. this.groupBox.TabStop = false;
  139. this.groupBox.Text = "Credentials";
  140. //
  141. // domainComboBox
  142. //
  143. this.domainComboBox.Cursor = System.Windows.Forms.Cursors.Default;
  144. this.domainComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  145. this.domainComboBox.FormattingEnabled = true;
  146. this.domainComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  147. this.domainComboBox.Items.AddRange(new object[] {
  148. "Integrated Security",
  149. "Azure SQL Database"});
  150. this.domainComboBox.Location = new System.Drawing.Point(11, 13);
  151. this.domainComboBox.Margin = new System.Windows.Forms.Padding(4);
  152. this.domainComboBox.Name = "domainComboBox";
  153. this.domainComboBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
  154. this.domainComboBox.Size = new System.Drawing.Size(257, 25);
  155. this.domainComboBox.TabIndex = 6;
  156. this.domainComboBox.Text = "Integrated Security";
  157. this.domainComboBox.SelectedIndexChanged += new System.EventHandler(this.domainComboBox_SelectedIndexChanged);
  158. //
  159. // LoginForm
  160. //
  161. this.AcceptButton = this.OKButton;
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.CancelButton = this.cancelButton;
  165. this.ClientSize = new System.Drawing.Size(276, 224);
  166. this.Controls.Add(this.domainComboBox);
  167. this.Controls.Add(this.groupBox);
  168. this.Controls.Add(this.cancelButton);
  169. this.Controls.Add(this.OKButton);
  170. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  171. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  172. this.Margin = new System.Windows.Forms.Padding(4);
  173. this.MaximizeBox = false;
  174. this.MinimizeBox = false;
  175. this.Name = "LoginForm";
  176. this.ShowInTaskbar = false;
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  178. this.Text = "Login";
  179. this.groupBox.ResumeLayout(false);
  180. this.groupBox.PerformLayout();
  181. this.ResumeLayout(false);
  182. }
  183. #endregion
  184. private System.Windows.Forms.Button OKButton;
  185. private System.Windows.Forms.Button cancelButton;
  186. private System.Windows.Forms.Label label1;
  187. private System.Windows.Forms.Label label2;
  188. private System.Windows.Forms.TextBox userNameTextBox;
  189. private System.Windows.Forms.TextBox passwordTextBox;
  190. private System.Windows.Forms.GroupBox groupBox;
  191. private System.Windows.Forms.ComboBox domainComboBox;
  192. }
  193. }