PageRenderTime 54ms CodeModel.GetById 31ms RepoModel.GetById 1ms app.codeStats 0ms

/ConfigMgr/ArrayBuilder/Dialogs/ArrayBuilder.ControllerSettingsDialog.designer.cs

#
C# | 348 lines | 256 code | 6 blank | 86 comment | 3 complexity | 97d6db7e5f3fd5bc6343a7ac6f00708a MD5 | raw file
  1. namespace Microsoft.ConfigurationManagement.OemDeployment.ArrayBuilder
  2. {
  3. partial class ControllerSettingsDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. ///
  11. /// </summary>
  12. /// <param taskName="disposing"></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(ControllerSettingsDialog));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  33. this.buttonOK = new System.Windows.Forms.Button();
  34. this.buttonCancel = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.radioButtonMatchAny = new System.Windows.Forms.RadioButton();
  37. this.radioButtonMatchAllRemaining = new System.Windows.Forms.RadioButton();
  38. this.radioButtonConfigureEmbedded = new System.Windows.Forms.RadioButton();
  39. this.radioButtonConfigureSlot = new System.Windows.Forms.RadioButton();
  40. this.textBoxSlotNumber = new System.Windows.Forms.TextBox();
  41. this.comboBoxDiskMatchType = new System.Windows.Forms.ComboBox();
  42. this.labelPhysicalLocationGroup = new System.Windows.Forms.Label();
  43. this.groupBoxControllerConfiguration = new System.Windows.Forms.GroupBox();
  44. this.labelMatchAnyDisks = new System.Windows.Forms.Label();
  45. this.groupBoxVariableMatching = new System.Windows.Forms.GroupBox();
  46. this.lblVarMatching = new System.Windows.Forms.Label();
  47. this.textBoxVariableValue = new System.Windows.Forms.TextBox();
  48. this.textBoxVariableName = new System.Windows.Forms.TextBox();
  49. this.comboBoxVariableCompareRules = new System.Windows.Forms.ComboBox();
  50. this.checkBoxApplyWhenVariable = new System.Windows.Forms.CheckBox();
  51. this.dataGridViewAdditionalOptions = new System.Windows.Forms.DataGridView();
  52. this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ColumnSetting = new System.Windows.Forms.DataGridViewComboBoxColumn();
  54. this.ColumnDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.groupBoxAdditionalOptions = new System.Windows.Forms.GroupBox();
  56. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  57. this.groupBoxControllerConfiguration.SuspendLayout();
  58. this.groupBoxVariableMatching.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAdditionalOptions)).BeginInit();
  60. this.groupBoxAdditionalOptions.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // numericUpDown1
  64. //
  65. resources.ApplyResources(this.numericUpDown1, "numericUpDown1");
  66. this.numericUpDown1.Maximum = new decimal(new int[] {
  67. 99,
  68. 0,
  69. 0,
  70. 0});
  71. this.numericUpDown1.Name = "numericUpDown1";
  72. this.numericUpDown1.Value = new decimal(new int[] {
  73. 1,
  74. 0,
  75. 0,
  76. 0});
  77. this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
  78. //
  79. // buttonOK
  80. //
  81. resources.ApplyResources(this.buttonOK, "buttonOK");
  82. this.buttonOK.Name = "buttonOK";
  83. this.buttonOK.UseVisualStyleBackColor = true;
  84. this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
  85. //
  86. // buttonCancel
  87. //
  88. resources.ApplyResources(this.buttonCancel, "buttonCancel");
  89. this.buttonCancel.Name = "buttonCancel";
  90. this.buttonCancel.UseVisualStyleBackColor = true;
  91. this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  92. //
  93. // label1
  94. //
  95. resources.ApplyResources(this.label1, "label1");
  96. this.label1.Name = "label1";
  97. //
  98. // radioButtonMatchAny
  99. //
  100. resources.ApplyResources(this.radioButtonMatchAny, "radioButtonMatchAny");
  101. this.radioButtonMatchAny.Name = "radioButtonMatchAny";
  102. this.radioButtonMatchAny.TabStop = true;
  103. this.radioButtonMatchAny.UseVisualStyleBackColor = true;
  104. this.radioButtonMatchAny.CheckedChanged += new System.EventHandler(this.radioButtonMatchAny_CheckedChanged);
  105. //
  106. // radioButtonMatchAllRemaining
  107. //
  108. resources.ApplyResources(this.radioButtonMatchAllRemaining, "radioButtonMatchAllRemaining");
  109. this.radioButtonMatchAllRemaining.Checked = true;
  110. this.radioButtonMatchAllRemaining.Name = "radioButtonMatchAllRemaining";
  111. this.radioButtonMatchAllRemaining.TabStop = true;
  112. this.radioButtonMatchAllRemaining.UseVisualStyleBackColor = true;
  113. this.radioButtonMatchAllRemaining.CheckedChanged += new System.EventHandler(this.radioButtonMatchAllRemaining_CheckedChanged);
  114. //
  115. // radioButtonConfigureEmbedded
  116. //
  117. resources.ApplyResources(this.radioButtonConfigureEmbedded, "radioButtonConfigureEmbedded");
  118. this.radioButtonConfigureEmbedded.Name = "radioButtonConfigureEmbedded";
  119. this.radioButtonConfigureEmbedded.TabStop = true;
  120. this.radioButtonConfigureEmbedded.UseVisualStyleBackColor = true;
  121. this.radioButtonConfigureEmbedded.CheckedChanged += new System.EventHandler(this.radioButtonConfigureEmbedded_CheckedChanged);
  122. //
  123. // radioButtonConfigureSlot
  124. //
  125. resources.ApplyResources(this.radioButtonConfigureSlot, "radioButtonConfigureSlot");
  126. this.radioButtonConfigureSlot.Name = "radioButtonConfigureSlot";
  127. this.radioButtonConfigureSlot.TabStop = true;
  128. this.radioButtonConfigureSlot.UseVisualStyleBackColor = true;
  129. this.radioButtonConfigureSlot.CheckedChanged += new System.EventHandler(this.radioButtonConfigureSlot_CheckedChanged);
  130. //
  131. // textBoxSlotNumber
  132. //
  133. resources.ApplyResources(this.textBoxSlotNumber, "textBoxSlotNumber");
  134. this.textBoxSlotNumber.Name = "textBoxSlotNumber";
  135. this.textBoxSlotNumber.TextChanged += new System.EventHandler(this.textBoxSlotNumber_TextChanged);
  136. //
  137. // comboBoxDiskMatchType
  138. //
  139. this.comboBoxDiskMatchType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  140. resources.ApplyResources(this.comboBoxDiskMatchType, "comboBoxDiskMatchType");
  141. this.comboBoxDiskMatchType.FormattingEnabled = true;
  142. this.comboBoxDiskMatchType.Name = "comboBoxDiskMatchType";
  143. this.comboBoxDiskMatchType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDiskMatchType_SelectedIndexChanged);
  144. //
  145. // labelPhysicalLocationGroup
  146. //
  147. resources.ApplyResources(this.labelPhysicalLocationGroup, "labelPhysicalLocationGroup");
  148. this.labelPhysicalLocationGroup.Name = "labelPhysicalLocationGroup";
  149. //
  150. // groupBoxControllerConfiguration
  151. //
  152. resources.ApplyResources(this.groupBoxControllerConfiguration, "groupBoxControllerConfiguration");
  153. this.groupBoxControllerConfiguration.Controls.Add(this.radioButtonConfigureEmbedded);
  154. this.groupBoxControllerConfiguration.Controls.Add(this.labelMatchAnyDisks);
  155. this.groupBoxControllerConfiguration.Controls.Add(this.numericUpDown1);
  156. this.groupBoxControllerConfiguration.Controls.Add(this.comboBoxDiskMatchType);
  157. this.groupBoxControllerConfiguration.Controls.Add(this.radioButtonMatchAny);
  158. this.groupBoxControllerConfiguration.Controls.Add(this.textBoxSlotNumber);
  159. this.groupBoxControllerConfiguration.Controls.Add(this.radioButtonMatchAllRemaining);
  160. this.groupBoxControllerConfiguration.Controls.Add(this.radioButtonConfigureSlot);
  161. this.groupBoxControllerConfiguration.Name = "groupBoxControllerConfiguration";
  162. this.groupBoxControllerConfiguration.TabStop = false;
  163. //
  164. // labelMatchAnyDisks
  165. //
  166. resources.ApplyResources(this.labelMatchAnyDisks, "labelMatchAnyDisks");
  167. this.labelMatchAnyDisks.Name = "labelMatchAnyDisks";
  168. //
  169. // groupBoxVariableMatching
  170. //
  171. resources.ApplyResources(this.groupBoxVariableMatching, "groupBoxVariableMatching");
  172. this.groupBoxVariableMatching.Controls.Add(this.lblVarMatching);
  173. this.groupBoxVariableMatching.Controls.Add(this.textBoxVariableValue);
  174. this.groupBoxVariableMatching.Controls.Add(this.textBoxVariableName);
  175. this.groupBoxVariableMatching.Controls.Add(this.comboBoxVariableCompareRules);
  176. this.groupBoxVariableMatching.Controls.Add(this.checkBoxApplyWhenVariable);
  177. this.groupBoxVariableMatching.Name = "groupBoxVariableMatching";
  178. this.groupBoxVariableMatching.TabStop = false;
  179. //
  180. // lblVarMatching
  181. //
  182. resources.ApplyResources(this.lblVarMatching, "lblVarMatching");
  183. this.lblVarMatching.Name = "lblVarMatching";
  184. //
  185. // textBoxVariableValue
  186. //
  187. resources.ApplyResources(this.textBoxVariableValue, "textBoxVariableValue");
  188. this.textBoxVariableValue.Name = "textBoxVariableValue";
  189. this.textBoxVariableValue.TextChanged += new System.EventHandler(this.textBoxVariableValue_TextChanged);
  190. this.textBoxVariableValue.Leave += new System.EventHandler(this.textBoxVariableValue_Leave);
  191. this.textBoxVariableValue.Enter += new System.EventHandler(this.textBoxVariableValue_Enter);
  192. //
  193. // textBoxVariableName
  194. //
  195. resources.ApplyResources(this.textBoxVariableName, "textBoxVariableName");
  196. this.textBoxVariableName.Name = "textBoxVariableName";
  197. this.textBoxVariableName.TextChanged += new System.EventHandler(this.textBoxVariableName_TextChanged);
  198. this.textBoxVariableName.Leave += new System.EventHandler(this.textBoxVariableName_Leave);
  199. this.textBoxVariableName.Enter += new System.EventHandler(this.textBoxVariableName_Enter);
  200. //
  201. // comboBoxVariableCompareRules
  202. //
  203. this.comboBoxVariableCompareRules.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  204. resources.ApplyResources(this.comboBoxVariableCompareRules, "comboBoxVariableCompareRules");
  205. this.comboBoxVariableCompareRules.FormattingEnabled = true;
  206. this.comboBoxVariableCompareRules.Name = "comboBoxVariableCompareRules";
  207. this.comboBoxVariableCompareRules.SelectedIndexChanged += new System.EventHandler(this.comboBoxVariableCompareRules_SelectedIndexChanged);
  208. //
  209. // checkBoxApplyWhenVariable
  210. //
  211. resources.ApplyResources(this.checkBoxApplyWhenVariable, "checkBoxApplyWhenVariable");
  212. this.checkBoxApplyWhenVariable.Name = "checkBoxApplyWhenVariable";
  213. this.checkBoxApplyWhenVariable.UseVisualStyleBackColor = true;
  214. this.checkBoxApplyWhenVariable.CheckedChanged += new System.EventHandler(this.checkBoxApplyWhenVariable_CheckedChanged);
  215. //
  216. // dataGridViewAdditionalOptions
  217. //
  218. this.dataGridViewAdditionalOptions.AllowUserToAddRows = false;
  219. this.dataGridViewAdditionalOptions.AllowUserToDeleteRows = false;
  220. resources.ApplyResources(this.dataGridViewAdditionalOptions, "dataGridViewAdditionalOptions");
  221. this.dataGridViewAdditionalOptions.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  222. this.dataGridViewAdditionalOptions.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  223. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  224. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  225. dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  226. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  227. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  228. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  229. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  230. this.dataGridViewAdditionalOptions.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  231. this.dataGridViewAdditionalOptions.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  232. this.dataGridViewAdditionalOptions.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  233. this.ColumnName,
  234. this.ColumnSetting,
  235. this.ColumnDescription});
  236. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  237. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  238. dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  239. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  240. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  241. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  242. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  243. this.dataGridViewAdditionalOptions.DefaultCellStyle = dataGridViewCellStyle2;
  244. this.dataGridViewAdditionalOptions.MultiSelect = false;
  245. this.dataGridViewAdditionalOptions.Name = "dataGridViewAdditionalOptions";
  246. this.dataGridViewAdditionalOptions.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  247. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  248. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  249. dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  250. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  251. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  252. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  253. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  254. this.dataGridViewAdditionalOptions.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  255. this.dataGridViewAdditionalOptions.RowHeadersVisible = false;
  256. this.dataGridViewAdditionalOptions.RowTemplate.Height = 25;
  257. //
  258. // ColumnName
  259. //
  260. resources.ApplyResources(this.ColumnName, "ColumnName");
  261. this.ColumnName.Name = "ColumnName";
  262. this.ColumnName.ReadOnly = true;
  263. //
  264. // ColumnSetting
  265. //
  266. resources.ApplyResources(this.ColumnSetting, "ColumnSetting");
  267. this.ColumnSetting.MaxDropDownItems = 99;
  268. this.ColumnSetting.Name = "ColumnSetting";
  269. //
  270. // ColumnDescription
  271. //
  272. resources.ApplyResources(this.ColumnDescription, "ColumnDescription");
  273. this.ColumnDescription.Name = "ColumnDescription";
  274. this.ColumnDescription.ReadOnly = true;
  275. //
  276. // groupBoxAdditionalOptions
  277. //
  278. resources.ApplyResources(this.groupBoxAdditionalOptions, "groupBoxAdditionalOptions");
  279. this.groupBoxAdditionalOptions.Controls.Add(this.dataGridViewAdditionalOptions);
  280. this.groupBoxAdditionalOptions.Name = "groupBoxAdditionalOptions";
  281. this.groupBoxAdditionalOptions.TabStop = false;
  282. //
  283. // ControllerSettingsDialog
  284. //
  285. resources.ApplyResources(this, "$this");
  286. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287. this.ControlBox = false;
  288. this.Controls.Add(this.buttonCancel);
  289. this.Controls.Add(this.buttonOK);
  290. this.Controls.Add(this.groupBoxVariableMatching);
  291. this.Controls.Add(this.groupBoxControllerConfiguration);
  292. this.Controls.Add(this.labelPhysicalLocationGroup);
  293. this.Controls.Add(this.label1);
  294. this.Controls.Add(this.groupBoxAdditionalOptions);
  295. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  296. this.MaximizeBox = false;
  297. this.MinimizeBox = false;
  298. this.Name = "ControllerSettingsDialog";
  299. this.ShowIcon = false;
  300. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  301. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  302. this.groupBoxControllerConfiguration.ResumeLayout(false);
  303. this.groupBoxControllerConfiguration.PerformLayout();
  304. this.groupBoxVariableMatching.ResumeLayout(false);
  305. this.groupBoxVariableMatching.PerformLayout();
  306. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAdditionalOptions)).EndInit();
  307. this.groupBoxAdditionalOptions.ResumeLayout(false);
  308. this.ResumeLayout(false);
  309. this.PerformLayout();
  310. }
  311. #endregion
  312. private System.Windows.Forms.Button buttonOK;
  313. private System.Windows.Forms.Button buttonCancel;
  314. private System.Windows.Forms.Label label1;
  315. private System.Windows.Forms.Label labelPhysicalLocationGroup;
  316. private System.Windows.Forms.GroupBox groupBoxControllerConfiguration;
  317. private System.Windows.Forms.GroupBox groupBoxVariableMatching;
  318. private System.Windows.Forms.GroupBox groupBoxAdditionalOptions;
  319. private System.Windows.Forms.DataGridView dataGridViewAdditionalOptions;
  320. private System.Windows.Forms.ErrorProvider epSlotNumber;
  321. private System.Windows.Forms.ErrorProvider epVariableName;
  322. private System.Windows.Forms.ErrorProvider epVariableValue;
  323. private System.Windows.Forms.ErrorProvider epVariableComparison;
  324. private System.Windows.Forms.ErrorProvider epAdditionalOptions;
  325. private System.Windows.Forms.NumericUpDown numericUpDown1;
  326. private System.Windows.Forms.RadioButton radioButtonMatchAny;
  327. private System.Windows.Forms.RadioButton radioButtonMatchAllRemaining;
  328. private System.Windows.Forms.RadioButton radioButtonConfigureEmbedded;
  329. private System.Windows.Forms.RadioButton radioButtonConfigureSlot;
  330. private System.Windows.Forms.TextBox textBoxSlotNumber;
  331. private System.Windows.Forms.ComboBox comboBoxDiskMatchType;
  332. private System.Windows.Forms.TextBox textBoxVariableValue;
  333. private System.Windows.Forms.TextBox textBoxVariableName;
  334. private System.Windows.Forms.ComboBox comboBoxVariableCompareRules;
  335. private System.Windows.Forms.CheckBox checkBoxApplyWhenVariable;
  336. private System.Windows.Forms.Label labelMatchAnyDisks;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
  338. private System.Windows.Forms.DataGridViewComboBoxColumn ColumnSetting;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnDescription;
  340. private System.Windows.Forms.Label lblVarMatching;
  341. }
  342. }