ServerUI.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace SMBServer
  2. {
  3. partial class ServerUI
  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. this.comboIPAddress = new System.Windows.Forms.ComboBox();
  29. this.rbtNetBiosOverTCP = new System.Windows.Forms.RadioButton();
  30. this.rbtDirectTCPTransport = new System.Windows.Forms.RadioButton();
  31. this.btnStart = new System.Windows.Forms.Button();
  32. this.btnStop = new System.Windows.Forms.Button();
  33. this.lblTransport = new System.Windows.Forms.Label();
  34. this.lblAddress = new System.Windows.Forms.Label();
  35. this.chkIntegratedWindowsAuthentication = new System.Windows.Forms.CheckBox();
  36. this.chkSMB1 = new System.Windows.Forms.CheckBox();
  37. this.chkSMB2 = new System.Windows.Forms.CheckBox();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.SuspendLayout();
  40. //
  41. // comboIPAddress
  42. //
  43. this.comboIPAddress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  44. this.comboIPAddress.FormattingEnabled = true;
  45. this.comboIPAddress.Location = new System.Drawing.Point(79, 6);
  46. this.comboIPAddress.Name = "comboIPAddress";
  47. this.comboIPAddress.Size = new System.Drawing.Size(121, 21);
  48. this.comboIPAddress.TabIndex = 0;
  49. //
  50. // rbtNetBiosOverTCP
  51. //
  52. this.rbtNetBiosOverTCP.AutoSize = true;
  53. this.rbtNetBiosOverTCP.Checked = true;
  54. this.rbtNetBiosOverTCP.Location = new System.Drawing.Point(79, 38);
  55. this.rbtNetBiosOverTCP.Name = "rbtNetBiosOverTCP";
  56. this.rbtNetBiosOverTCP.Size = new System.Drawing.Size(164, 17);
  57. this.rbtNetBiosOverTCP.TabIndex = 2;
  58. this.rbtNetBiosOverTCP.TabStop = true;
  59. this.rbtNetBiosOverTCP.Text = "NetBIOS over TCP (Port 139)";
  60. this.rbtNetBiosOverTCP.UseVisualStyleBackColor = true;
  61. //
  62. // rbtDirectTCPTransport
  63. //
  64. this.rbtDirectTCPTransport.AutoSize = true;
  65. this.rbtDirectTCPTransport.Location = new System.Drawing.Point(79, 61);
  66. this.rbtDirectTCPTransport.Name = "rbtDirectTCPTransport";
  67. this.rbtDirectTCPTransport.Size = new System.Drawing.Size(174, 17);
  68. this.rbtDirectTCPTransport.TabIndex = 3;
  69. this.rbtDirectTCPTransport.Text = "Direct TCP Transport (Port 445)";
  70. this.rbtDirectTCPTransport.UseVisualStyleBackColor = true;
  71. //
  72. // btnStart
  73. //
  74. this.btnStart.Location = new System.Drawing.Point(339, 9);
  75. this.btnStart.Name = "btnStart";
  76. this.btnStart.Size = new System.Drawing.Size(91, 23);
  77. this.btnStart.TabIndex = 4;
  78. this.btnStart.Text = "Start";
  79. this.btnStart.UseVisualStyleBackColor = true;
  80. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  81. //
  82. // btnStop
  83. //
  84. this.btnStop.Enabled = false;
  85. this.btnStop.Location = new System.Drawing.Point(339, 38);
  86. this.btnStop.Name = "btnStop";
  87. this.btnStop.Size = new System.Drawing.Size(91, 23);
  88. this.btnStop.TabIndex = 5;
  89. this.btnStop.Text = "Stop";
  90. this.btnStop.UseVisualStyleBackColor = true;
  91. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  92. //
  93. // lblTransport
  94. //
  95. this.lblTransport.AutoSize = true;
  96. this.lblTransport.Location = new System.Drawing.Point(12, 40);
  97. this.lblTransport.Name = "lblTransport";
  98. this.lblTransport.Size = new System.Drawing.Size(55, 13);
  99. this.lblTransport.TabIndex = 14;
  100. this.lblTransport.Text = "Transport:";
  101. //
  102. // lblAddress
  103. //
  104. this.lblAddress.AutoSize = true;
  105. this.lblAddress.Location = new System.Drawing.Point(12, 9);
  106. this.lblAddress.Name = "lblAddress";
  107. this.lblAddress.Size = new System.Drawing.Size(61, 13);
  108. this.lblAddress.TabIndex = 13;
  109. this.lblAddress.Text = "IP Address:";
  110. //
  111. // chkIntegratedWindowsAuthentication
  112. //
  113. this.chkIntegratedWindowsAuthentication.AutoSize = true;
  114. this.chkIntegratedWindowsAuthentication.Checked = true;
  115. this.chkIntegratedWindowsAuthentication.CheckState = System.Windows.Forms.CheckState.Checked;
  116. this.chkIntegratedWindowsAuthentication.Location = new System.Drawing.Point(79, 114);
  117. this.chkIntegratedWindowsAuthentication.Name = "chkIntegratedWindowsAuthentication";
  118. this.chkIntegratedWindowsAuthentication.Size = new System.Drawing.Size(192, 17);
  119. this.chkIntegratedWindowsAuthentication.TabIndex = 15;
  120. this.chkIntegratedWindowsAuthentication.Text = "Integrated Windows Authentication";
  121. this.chkIntegratedWindowsAuthentication.UseVisualStyleBackColor = true;
  122. //
  123. // chkSMB1
  124. //
  125. this.chkSMB1.AutoSize = true;
  126. this.chkSMB1.Checked = true;
  127. this.chkSMB1.CheckState = System.Windows.Forms.CheckState.Checked;
  128. this.chkSMB1.Location = new System.Drawing.Point(79, 86);
  129. this.chkSMB1.Name = "chkSMB1";
  130. this.chkSMB1.Size = new System.Drawing.Size(95, 17);
  131. this.chkSMB1.TabIndex = 16;
  132. this.chkSMB1.Text = "SMB 1.0/CIFS";
  133. this.chkSMB1.UseVisualStyleBackColor = true;
  134. this.chkSMB1.CheckedChanged += new System.EventHandler(this.chkSMB1_CheckedChanged);
  135. //
  136. // chkSMB2
  137. //
  138. this.chkSMB2.AutoSize = true;
  139. this.chkSMB2.Checked = true;
  140. this.chkSMB2.Location = new System.Drawing.Point(204, 86);
  141. this.chkSMB2.Name = "chkSMB2";
  142. this.chkSMB2.Size = new System.Drawing.Size(93, 17);
  143. this.chkSMB2.TabIndex = 17;
  144. this.chkSMB2.Text = "SMB 2.0 / 2.1";
  145. this.chkSMB2.UseVisualStyleBackColor = true;
  146. this.chkSMB2.CheckedChanged += new System.EventHandler(this.chkSMB2_CheckedChanged);
  147. //
  148. // label1
  149. //
  150. this.label1.AutoSize = true;
  151. this.label1.Location = new System.Drawing.Point(12, 87);
  152. this.label1.Name = "label1";
  153. this.label1.Size = new System.Drawing.Size(49, 13);
  154. this.label1.TabIndex = 18;
  155. this.label1.Text = "Protocol:";
  156. //
  157. // ServerUI
  158. //
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  160. this.ClientSize = new System.Drawing.Size(444, 145);
  161. this.Controls.Add(this.label1);
  162. this.Controls.Add(this.chkSMB1);
  163. this.Controls.Add(this.chkSMB2);
  164. this.Controls.Add(this.chkIntegratedWindowsAuthentication);
  165. this.Controls.Add(this.lblTransport);
  166. this.Controls.Add(this.lblAddress);
  167. this.Controls.Add(this.btnStop);
  168. this.Controls.Add(this.btnStart);
  169. this.Controls.Add(this.rbtDirectTCPTransport);
  170. this.Controls.Add(this.rbtNetBiosOverTCP);
  171. this.Controls.Add(this.comboIPAddress);
  172. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  173. this.MaximizeBox = false;
  174. this.MaximumSize = new System.Drawing.Size(450, 170);
  175. this.MinimumSize = new System.Drawing.Size(450, 170);
  176. this.Name = "ServerUI";
  177. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  178. this.Text = "SMB Server";
  179. this.Load += new System.EventHandler(this.ServerUI_Load);
  180. this.ResumeLayout(false);
  181. this.PerformLayout();
  182. }
  183. #endregion
  184. private System.Windows.Forms.ComboBox comboIPAddress;
  185. private System.Windows.Forms.RadioButton rbtNetBiosOverTCP;
  186. private System.Windows.Forms.RadioButton rbtDirectTCPTransport;
  187. private System.Windows.Forms.Button btnStart;
  188. private System.Windows.Forms.Button btnStop;
  189. private System.Windows.Forms.Label lblTransport;
  190. private System.Windows.Forms.Label lblAddress;
  191. private System.Windows.Forms.CheckBox chkIntegratedWindowsAuthentication;
  192. private System.Windows.Forms.CheckBox chkSMB1;
  193. private System.Windows.Forms.CheckBox chkSMB2;
  194. private System.Windows.Forms.Label label1;
  195. }
  196. }