PageRenderTime 51ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/TaskService/TaskEditor/OptionPanels/SecurityOptionPanel.Designer.cs

#
C# | 259 lines | 176 code | 6 blank | 77 comment | 3 complexity | 2a25b5ba827a572a41f5fd18ce78866b MD5 | raw file
  1. namespace Microsoft.Win32.TaskScheduler.OptionPanels
  2. {
  3. partial class SecurityOptionPanel
  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(SecurityOptionPanel));
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  31. this.taskRegSDDLBtn = new System.Windows.Forms.Button();
  32. this.taskRegSDDLText = new System.Windows.Forms.TextBox();
  33. this.optionPanelHeaderLabel2 = new Microsoft.Win32.TaskScheduler.OptionPanels.OptionPanelHeaderLabel();
  34. this.optionPanelHeaderLabel1 = new Microsoft.Win32.TaskScheduler.OptionPanels.OptionPanelHeaderLabel();
  35. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  36. this.taskLocalOnlyCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  37. this.taskLoggedOptionalRadio = new System.Windows.Forms.RadioButton();
  38. this.taskLoggedOnRadio = new System.Windows.Forms.RadioButton();
  39. this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
  40. this.changePrincipalButton = new System.Windows.Forms.Button();
  41. this.taskPrincipalText = new System.Windows.Forms.TextBox();
  42. this.taskUserAcctLabel = new System.Windows.Forms.Label();
  43. this.taskRunLevelCheck = new Microsoft.Win32.TaskScheduler.OptionPanels.WrappingCheckBox();
  44. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  45. this.principalSIDTypeCombo = new System.Windows.Forms.ComboBox();
  46. this.principalSIDTypeLabel = new System.Windows.Forms.Label();
  47. this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
  48. this.principalReqPrivilegesDropDown = new Microsoft.Win32.TaskScheduler.DropDownCheckList();
  49. this.principalReqPrivilegesLabel = new System.Windows.Forms.Label();
  50. this.tableLayoutPanel1.SuspendLayout();
  51. this.tableLayoutPanel4.SuspendLayout();
  52. this.tableLayoutPanel2.SuspendLayout();
  53. this.tableLayoutPanel5.SuspendLayout();
  54. this.tableLayoutPanel3.SuspendLayout();
  55. this.tableLayoutPanel6.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // tableLayoutPanel1
  59. //
  60. resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
  61. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 3);
  62. this.tableLayoutPanel1.Controls.Add(this.optionPanelHeaderLabel2, 0, 2);
  63. this.tableLayoutPanel1.Controls.Add(this.optionPanelHeaderLabel1, 0, 0);
  64. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
  65. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  66. //
  67. // tableLayoutPanel4
  68. //
  69. resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
  70. this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanel4, 2);
  71. this.tableLayoutPanel4.Controls.Add(this.taskRegSDDLBtn, 1, 0);
  72. this.tableLayoutPanel4.Controls.Add(this.taskRegSDDLText, 0, 0);
  73. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  74. //
  75. // taskRegSDDLBtn
  76. //
  77. resources.ApplyResources(this.taskRegSDDLBtn, "taskRegSDDLBtn");
  78. this.taskRegSDDLBtn.Name = "taskRegSDDLBtn";
  79. this.taskRegSDDLBtn.UseVisualStyleBackColor = true;
  80. this.taskRegSDDLBtn.Click += new System.EventHandler(this.taskRegSDDLBtn_Click);
  81. //
  82. // taskRegSDDLText
  83. //
  84. resources.ApplyResources(this.taskRegSDDLText, "taskRegSDDLText");
  85. this.taskRegSDDLText.Name = "taskRegSDDLText";
  86. this.taskRegSDDLText.Validated += new System.EventHandler(this.taskRegSDDLText_Validated);
  87. //
  88. // optionPanelHeaderLabel2
  89. //
  90. resources.ApplyResources(this.optionPanelHeaderLabel2, "optionPanelHeaderLabel2");
  91. this.optionPanelHeaderLabel2.Name = "optionPanelHeaderLabel2";
  92. //
  93. // optionPanelHeaderLabel1
  94. //
  95. resources.ApplyResources(this.optionPanelHeaderLabel1, "optionPanelHeaderLabel1");
  96. this.optionPanelHeaderLabel1.Name = "optionPanelHeaderLabel1";
  97. //
  98. // tableLayoutPanel2
  99. //
  100. resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
  101. this.tableLayoutPanel2.Controls.Add(this.taskLocalOnlyCheck, 0, 3);
  102. this.tableLayoutPanel2.Controls.Add(this.taskLoggedOptionalRadio, 0, 2);
  103. this.tableLayoutPanel2.Controls.Add(this.taskLoggedOnRadio, 0, 1);
  104. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel5, 0, 0);
  105. this.tableLayoutPanel2.Controls.Add(this.taskRunLevelCheck, 0, 4);
  106. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 5);
  107. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel6, 0, 6);
  108. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  109. //
  110. // taskLocalOnlyCheck
  111. //
  112. resources.ApplyResources(this.taskLocalOnlyCheck, "taskLocalOnlyCheck");
  113. this.taskLocalOnlyCheck.Name = "taskLocalOnlyCheck";
  114. this.taskLocalOnlyCheck.UseVisualStyleBackColor = true;
  115. this.taskLocalOnlyCheck.CheckedChanged += new System.EventHandler(this.taskLocalOnlyCheck_CheckedChanged);
  116. //
  117. // taskLoggedOptionalRadio
  118. //
  119. resources.ApplyResources(this.taskLoggedOptionalRadio, "taskLoggedOptionalRadio");
  120. this.taskLoggedOptionalRadio.Name = "taskLoggedOptionalRadio";
  121. this.taskLoggedOptionalRadio.TabStop = true;
  122. this.taskLoggedOptionalRadio.UseVisualStyleBackColor = true;
  123. this.taskLoggedOptionalRadio.CheckedChanged += new System.EventHandler(this.taskLoggedOptionalRadio_CheckedChanged);
  124. //
  125. // taskLoggedOnRadio
  126. //
  127. resources.ApplyResources(this.taskLoggedOnRadio, "taskLoggedOnRadio");
  128. this.taskLoggedOnRadio.Name = "taskLoggedOnRadio";
  129. this.taskLoggedOnRadio.TabStop = true;
  130. this.taskLoggedOnRadio.UseVisualStyleBackColor = true;
  131. this.taskLoggedOnRadio.CheckedChanged += new System.EventHandler(this.taskLoggedOnRadio_CheckedChanged);
  132. //
  133. // tableLayoutPanel5
  134. //
  135. resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5");
  136. this.tableLayoutPanel5.Controls.Add(this.changePrincipalButton, 1, 1);
  137. this.tableLayoutPanel5.Controls.Add(this.taskPrincipalText, 0, 1);
  138. this.tableLayoutPanel5.Controls.Add(this.taskUserAcctLabel, 0, 0);
  139. this.tableLayoutPanel5.Name = "tableLayoutPanel5";
  140. //
  141. // changePrincipalButton
  142. //
  143. resources.ApplyResources(this.changePrincipalButton, "changePrincipalButton");
  144. this.changePrincipalButton.Name = "changePrincipalButton";
  145. this.changePrincipalButton.UseVisualStyleBackColor = true;
  146. this.changePrincipalButton.Click += new System.EventHandler(this.changePrincipalButton_Click);
  147. //
  148. // taskPrincipalText
  149. //
  150. resources.ApplyResources(this.taskPrincipalText, "taskPrincipalText");
  151. this.taskPrincipalText.Name = "taskPrincipalText";
  152. this.taskPrincipalText.ReadOnly = true;
  153. this.taskPrincipalText.TabStop = false;
  154. //
  155. // taskUserAcctLabel
  156. //
  157. resources.ApplyResources(this.taskUserAcctLabel, "taskUserAcctLabel");
  158. this.tableLayoutPanel5.SetColumnSpan(this.taskUserAcctLabel, 2);
  159. this.taskUserAcctLabel.Name = "taskUserAcctLabel";
  160. //
  161. // taskRunLevelCheck
  162. //
  163. resources.ApplyResources(this.taskRunLevelCheck, "taskRunLevelCheck");
  164. this.taskRunLevelCheck.Name = "taskRunLevelCheck";
  165. this.taskRunLevelCheck.UseVisualStyleBackColor = true;
  166. this.taskRunLevelCheck.CheckedChanged += new System.EventHandler(this.taskRunLevelCheck_CheckedChanged);
  167. //
  168. // tableLayoutPanel3
  169. //
  170. resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
  171. this.tableLayoutPanel3.Controls.Add(this.principalSIDTypeCombo, 1, 0);
  172. this.tableLayoutPanel3.Controls.Add(this.principalSIDTypeLabel, 0, 0);
  173. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  174. //
  175. // principalSIDTypeCombo
  176. //
  177. this.principalSIDTypeCombo.DisplayMember = "Text";
  178. this.principalSIDTypeCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  179. resources.ApplyResources(this.principalSIDTypeCombo, "principalSIDTypeCombo");
  180. this.principalSIDTypeCombo.Name = "principalSIDTypeCombo";
  181. this.principalSIDTypeCombo.ValueMember = "Value";
  182. this.principalSIDTypeCombo.SelectedIndexChanged += new System.EventHandler(this.principalSIDTypeCombo_SelectedIndexChanged);
  183. //
  184. // principalSIDTypeLabel
  185. //
  186. resources.ApplyResources(this.principalSIDTypeLabel, "principalSIDTypeLabel");
  187. this.principalSIDTypeLabel.Name = "principalSIDTypeLabel";
  188. //
  189. // tableLayoutPanel6
  190. //
  191. resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6");
  192. this.tableLayoutPanel6.Controls.Add(this.principalReqPrivilegesDropDown, 1, 0);
  193. this.tableLayoutPanel6.Controls.Add(this.principalReqPrivilegesLabel, 0, 0);
  194. this.tableLayoutPanel6.Name = "tableLayoutPanel6";
  195. //
  196. // principalReqPrivilegesDropDown
  197. //
  198. this.principalReqPrivilegesDropDown.BackColor = System.Drawing.Color.White;
  199. this.principalReqPrivilegesDropDown.ControlSize = new System.Drawing.Size(187, 105);
  200. this.principalReqPrivilegesDropDown.DropSize = new System.Drawing.Size(121, 106);
  201. resources.ApplyResources(this.principalReqPrivilegesDropDown, "principalReqPrivilegesDropDown");
  202. this.principalReqPrivilegesDropDown.Name = "principalReqPrivilegesDropDown";
  203. this.principalReqPrivilegesDropDown.SelectedIndexChanged += new System.EventHandler(this.principalReqPrivilegesDropDown_SelectedIndexChanged);
  204. //
  205. // principalReqPrivilegesLabel
  206. //
  207. resources.ApplyResources(this.principalReqPrivilegesLabel, "principalReqPrivilegesLabel");
  208. this.principalReqPrivilegesLabel.Name = "principalReqPrivilegesLabel";
  209. //
  210. // SecurityOptionPanel
  211. //
  212. resources.ApplyResources(this, "$this");
  213. this.Controls.Add(this.tableLayoutPanel1);
  214. this.Name = "SecurityOptionPanel";
  215. this.tableLayoutPanel1.ResumeLayout(false);
  216. this.tableLayoutPanel1.PerformLayout();
  217. this.tableLayoutPanel4.ResumeLayout(false);
  218. this.tableLayoutPanel4.PerformLayout();
  219. this.tableLayoutPanel2.ResumeLayout(false);
  220. this.tableLayoutPanel2.PerformLayout();
  221. this.tableLayoutPanel5.ResumeLayout(false);
  222. this.tableLayoutPanel5.PerformLayout();
  223. this.tableLayoutPanel3.ResumeLayout(false);
  224. this.tableLayoutPanel3.PerformLayout();
  225. this.tableLayoutPanel6.ResumeLayout(false);
  226. this.tableLayoutPanel6.PerformLayout();
  227. this.ResumeLayout(false);
  228. this.PerformLayout();
  229. }
  230. #endregion
  231. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  232. private OptionPanelHeaderLabel optionPanelHeaderLabel1;
  233. private OptionPanelHeaderLabel optionPanelHeaderLabel2;
  234. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  235. private WrappingCheckBox taskRunLevelCheck;
  236. private WrappingCheckBox taskLocalOnlyCheck;
  237. private System.Windows.Forms.RadioButton taskLoggedOptionalRadio;
  238. private System.Windows.Forms.RadioButton taskLoggedOnRadio;
  239. private System.Windows.Forms.TextBox taskPrincipalText;
  240. private System.Windows.Forms.Button changePrincipalButton;
  241. private System.Windows.Forms.Label taskUserAcctLabel;
  242. private System.Windows.Forms.Label principalSIDTypeLabel;
  243. private System.Windows.Forms.ComboBox principalSIDTypeCombo;
  244. private System.Windows.Forms.Label principalReqPrivilegesLabel;
  245. private DropDownCheckList principalReqPrivilegesDropDown;
  246. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
  247. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  248. private System.Windows.Forms.Button taskRegSDDLBtn;
  249. private System.Windows.Forms.TextBox taskRegSDDLText;
  250. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  251. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
  252. }
  253. }