PageRenderTime 50ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/NodeXL/ExcelTemplate/Dialogs/AutomateTasks/AutomateTasksDialog.Designer.cs

#
C# | 367 lines | 279 code | 8 blank | 80 comment | 3 complexity | 058e32653e88af461909eac4c5b5c275 MD5 | raw file
  1. namespace Microsoft.NodeXL.ExcelTemplate
  2. {
  3. partial class AutomateTasksDialog
  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.components = new System.ComponentModel.Container();
  29. this.chkReadWorkbook = new System.Windows.Forms.CheckBox();
  30. this.chkMergeDuplicateEdges = new System.Windows.Forms.CheckBox();
  31. this.chkCalculateGraphMetrics = new System.Windows.Forms.CheckBox();
  32. this.chkAutoFillWorkbook = new System.Windows.Forms.CheckBox();
  33. this.chkCreateSubgraphImages = new System.Windows.Forms.CheckBox();
  34. this.chkCalculateClusters = new System.Windows.Forms.CheckBox();
  35. this.btnOK = new System.Windows.Forms.Button();
  36. this.btnCancel = new System.Windows.Forms.Button();
  37. this.btnGraphMetricUserSettings = new System.Windows.Forms.Button();
  38. this.btnAutoFillUserSettings = new System.Windows.Forms.Button();
  39. this.btnCreateSubgraphImagesUserSettings = new System.Windows.Forms.Button();
  40. this.btnUncheckAll = new System.Windows.Forms.Button();
  41. this.btnCheckAll = new System.Windows.Forms.Button();
  42. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  43. this.btnGeneralUserSettings = new System.Windows.Forms.Button();
  44. this.btnSaveGraphImageFile = new System.Windows.Forms.Button();
  45. this.groupBox2 = new System.Windows.Forms.GroupBox();
  46. this.chkSaveGraphImageFile = new System.Windows.Forms.CheckBox();
  47. this.usrFolderToAutomate = new Microsoft.Research.CommunityTechnologies.AppLib.FolderPathControl();
  48. this.lblNote = new System.Windows.Forms.Label();
  49. this.radAutomateThisWorkbookOnly = new System.Windows.Forms.RadioButton();
  50. this.radAutomateFolder = new System.Windows.Forms.RadioButton();
  51. this.grpTasksToRun = new System.Windows.Forms.GroupBox();
  52. this.groupBox2.SuspendLayout();
  53. this.grpTasksToRun.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // chkReadWorkbook
  57. //
  58. this.chkReadWorkbook.AutoSize = true;
  59. this.chkReadWorkbook.Checked = true;
  60. this.chkReadWorkbook.CheckState = System.Windows.Forms.CheckState.Checked;
  61. this.chkReadWorkbook.Location = new System.Drawing.Point(17, 203);
  62. this.chkReadWorkbook.Name = "chkReadWorkbook";
  63. this.chkReadWorkbook.Size = new System.Drawing.Size(83, 17);
  64. this.chkReadWorkbook.TabIndex = 8;
  65. this.chkReadWorkbook.Tag = Microsoft.NodeXL.ExcelTemplate.AutomationTasks.ReadWorkbook;
  66. this.chkReadWorkbook.Text = "Show &graph";
  67. this.chkReadWorkbook.UseVisualStyleBackColor = true;
  68. //
  69. // chkMergeDuplicateEdges
  70. //
  71. this.chkMergeDuplicateEdges.AutoSize = true;
  72. this.chkMergeDuplicateEdges.Location = new System.Drawing.Point(18, 28);
  73. this.chkMergeDuplicateEdges.Name = "chkMergeDuplicateEdges";
  74. this.chkMergeDuplicateEdges.Size = new System.Drawing.Size(134, 17);
  75. this.chkMergeDuplicateEdges.TabIndex = 0;
  76. this.chkMergeDuplicateEdges.Tag = Microsoft.NodeXL.ExcelTemplate.AutomationTasks.MergeDuplicateEdges;
  77. this.chkMergeDuplicateEdges.Text = "&Merge duplicate edges";
  78. this.chkMergeDuplicateEdges.UseVisualStyleBackColor = true;
  79. //
  80. // chkCalculateGraphMetrics
  81. //
  82. this.chkCalculateGraphMetrics.AutoSize = true;
  83. this.chkCalculateGraphMetrics.Location = new System.Drawing.Point(18, 63);
  84. this.chkCalculateGraphMetrics.Name = "chkCalculateGraphMetrics";
  85. this.chkCalculateGraphMetrics.Size = new System.Drawing.Size(91, 17);
  86. this.chkCalculateGraphMetrics.TabIndex = 1;
  87. this.chkCalculateGraphMetrics.Tag = Microsoft.NodeXL.ExcelTemplate.AutomationTasks.CalculateGraphMetrics;
  88. this.chkCalculateGraphMetrics.Text = "Graph m&etrics";
  89. this.chkCalculateGraphMetrics.UseVisualStyleBackColor = true;
  90. //
  91. // chkAutoFillWorkbook
  92. //
  93. this.chkAutoFillWorkbook.AutoSize = true;
  94. this.chkAutoFillWorkbook.Location = new System.Drawing.Point(18, 98);
  95. this.chkAutoFillWorkbook.Name = "chkAutoFillWorkbook";
  96. this.chkAutoFillWorkbook.Size = new System.Drawing.Size(99, 17);
  97. this.chkAutoFillWorkbook.TabIndex = 3;
  98. this.chkAutoFillWorkbook.Tag = Microsoft.NodeXL.ExcelTemplate.AutomationTasks.AutoFillWorkbook;
  99. this.chkAutoFillWorkbook.Text = "&Autofill columns";
  100. this.chkAutoFillWorkbook.UseVisualStyleBackColor = true;
  101. //
  102. // chkCreateSubgraphImages
  103. //
  104. this.chkCreateSubgraphImages.AutoSize = true;
  105. this.chkCreateSubgraphImages.Location = new System.Drawing.Point(18, 133);
  106. this.chkCreateSubgraphImages.Name = "chkCreateSubgraphImages";
  107. this.chkCreateSubgraphImages.Size = new System.Drawing.Size(108, 17);
  108. this.chkCreateSubgraphImages.TabIndex = 5;
  109. this.chkCreateSubgraphImages.Tag = Microsoft.NodeXL.ExcelTemplate.AutomationTasks.CreateSubgraphImages;
  110. this.chkCreateSubgraphImages.Text = "Subgraph &images";
  111. this.chkCreateSubgraphImages.UseVisualStyleBackColor = true;
  112. //
  113. // chkCalculateClusters
  114. //
  115. this.chkCalculateClusters.AutoSize = true;
  116. this.chkCalculateClusters.Location = new System.Drawing.Point(17, 168);
  117. this.chkCalculateClusters.Name = "chkCalculateClusters";
  118. this.chkCalculateClusters.Size = new System.Drawing.Size(85, 17);
  119. this.chkCalculateClusters.TabIndex = 7;
  120. this.chkCalculateClusters.Tag = Microsoft.NodeXL.ExcelTemplate.AutomationTasks.CalculateClusters;
  121. this.chkCalculateClusters.Text = "Find &clusters";
  122. this.chkCalculateClusters.UseVisualStyleBackColor = true;
  123. //
  124. // btnOK
  125. //
  126. this.btnOK.Location = new System.Drawing.Point(188, 441);
  127. this.btnOK.Name = "btnOK";
  128. this.btnOK.Size = new System.Drawing.Size(75, 23);
  129. this.btnOK.TabIndex = 2;
  130. this.btnOK.Text = "Run";
  131. this.btnOK.UseVisualStyleBackColor = true;
  132. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  133. //
  134. // btnCancel
  135. //
  136. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  137. this.btnCancel.Location = new System.Drawing.Point(269, 441);
  138. this.btnCancel.Name = "btnCancel";
  139. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  140. this.btnCancel.TabIndex = 3;
  141. this.btnCancel.Text = "Cancel";
  142. this.btnCancel.UseVisualStyleBackColor = true;
  143. //
  144. // btnGraphMetricUserSettings
  145. //
  146. this.btnGraphMetricUserSettings.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  147. this.btnGraphMetricUserSettings.Image = global::Microsoft.NodeXL.ExcelTemplate.Properties.Resources.Options;
  148. this.btnGraphMetricUserSettings.Location = new System.Drawing.Point(165, 59);
  149. this.btnGraphMetricUserSettings.Name = "btnGraphMetricUserSettings";
  150. this.btnGraphMetricUserSettings.Size = new System.Drawing.Size(23, 23);
  151. this.btnGraphMetricUserSettings.TabIndex = 2;
  152. this.toolTip1.SetToolTip(this.btnGraphMetricUserSettings, "Graph metrics options");
  153. this.btnGraphMetricUserSettings.UseVisualStyleBackColor = true;
  154. this.btnGraphMetricUserSettings.Click += new System.EventHandler(this.btnGraphMetricUserSettings_Click);
  155. //
  156. // btnAutoFillUserSettings
  157. //
  158. this.btnAutoFillUserSettings.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  159. this.btnAutoFillUserSettings.Image = global::Microsoft.NodeXL.ExcelTemplate.Properties.Resources.Options;
  160. this.btnAutoFillUserSettings.Location = new System.Drawing.Point(165, 94);
  161. this.btnAutoFillUserSettings.Name = "btnAutoFillUserSettings";
  162. this.btnAutoFillUserSettings.Size = new System.Drawing.Size(23, 23);
  163. this.btnAutoFillUserSettings.TabIndex = 4;
  164. this.toolTip1.SetToolTip(this.btnAutoFillUserSettings, "Autofill columns options");
  165. this.btnAutoFillUserSettings.UseVisualStyleBackColor = true;
  166. this.btnAutoFillUserSettings.Click += new System.EventHandler(this.btnAutoFillUserSettings_Click);
  167. //
  168. // btnCreateSubgraphImagesUserSettings
  169. //
  170. this.btnCreateSubgraphImagesUserSettings.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  171. this.btnCreateSubgraphImagesUserSettings.Image = global::Microsoft.NodeXL.ExcelTemplate.Properties.Resources.Options;
  172. this.btnCreateSubgraphImagesUserSettings.Location = new System.Drawing.Point(165, 129);
  173. this.btnCreateSubgraphImagesUserSettings.Name = "btnCreateSubgraphImagesUserSettings";
  174. this.btnCreateSubgraphImagesUserSettings.Size = new System.Drawing.Size(23, 23);
  175. this.btnCreateSubgraphImagesUserSettings.TabIndex = 6;
  176. this.toolTip1.SetToolTip(this.btnCreateSubgraphImagesUserSettings, "Subgraph images options");
  177. this.btnCreateSubgraphImagesUserSettings.UseVisualStyleBackColor = true;
  178. this.btnCreateSubgraphImagesUserSettings.Click += new System.EventHandler(this.btnCreateSubgraphImagesUserSettings_Click);
  179. //
  180. // btnUncheckAll
  181. //
  182. this.btnUncheckAll.Location = new System.Drawing.Point(98, 268);
  183. this.btnUncheckAll.Name = "btnUncheckAll";
  184. this.btnUncheckAll.Size = new System.Drawing.Size(75, 23);
  185. this.btnUncheckAll.TabIndex = 13;
  186. this.btnUncheckAll.Text = "&Deselect All";
  187. this.btnUncheckAll.UseVisualStyleBackColor = true;
  188. this.btnUncheckAll.Click += new System.EventHandler(this.btnUncheckAll_Click);
  189. //
  190. // btnCheckAll
  191. //
  192. this.btnCheckAll.Location = new System.Drawing.Point(17, 268);
  193. this.btnCheckAll.Name = "btnCheckAll";
  194. this.btnCheckAll.Size = new System.Drawing.Size(75, 23);
  195. this.btnCheckAll.TabIndex = 12;
  196. this.btnCheckAll.Text = "&Select All";
  197. this.btnCheckAll.UseVisualStyleBackColor = true;
  198. this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
  199. //
  200. // btnGeneralUserSettings
  201. //
  202. this.btnGeneralUserSettings.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  203. this.btnGeneralUserSettings.Image = global::Microsoft.NodeXL.ExcelTemplate.Properties.Resources.Options;
  204. this.btnGeneralUserSettings.Location = new System.Drawing.Point(165, 199);
  205. this.btnGeneralUserSettings.Name = "btnGeneralUserSettings";
  206. this.btnGeneralUserSettings.Size = new System.Drawing.Size(23, 23);
  207. this.btnGeneralUserSettings.TabIndex = 9;
  208. this.toolTip1.SetToolTip(this.btnGeneralUserSettings, "Options that control the graph\'s appearance");
  209. this.btnGeneralUserSettings.UseVisualStyleBackColor = true;
  210. this.btnGeneralUserSettings.Click += new System.EventHandler(this.btnGeneralUserSettings_Click);
  211. //
  212. // btnSaveGraphImageFile
  213. //
  214. this.btnSaveGraphImageFile.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  215. this.btnSaveGraphImageFile.Image = global::Microsoft.NodeXL.ExcelTemplate.Properties.Resources.Options;
  216. this.btnSaveGraphImageFile.Location = new System.Drawing.Point(165, 234);
  217. this.btnSaveGraphImageFile.Name = "btnSaveGraphImageFile";
  218. this.btnSaveGraphImageFile.Size = new System.Drawing.Size(23, 23);
  219. this.btnSaveGraphImageFile.TabIndex = 11;
  220. this.toolTip1.SetToolTip(this.btnSaveGraphImageFile, "Image Options");
  221. this.btnSaveGraphImageFile.UseVisualStyleBackColor = true;
  222. this.btnSaveGraphImageFile.Click += new System.EventHandler(this.btnSaveGraphImageFile_Click);
  223. //
  224. // groupBox2
  225. //
  226. this.groupBox2.Controls.Add(this.usrFolderToAutomate);
  227. this.groupBox2.Controls.Add(this.lblNote);
  228. this.groupBox2.Controls.Add(this.radAutomateThisWorkbookOnly);
  229. this.groupBox2.Controls.Add(this.radAutomateFolder);
  230. this.groupBox2.Location = new System.Drawing.Point(9, 316);
  231. this.groupBox2.Name = "groupBox2";
  232. this.groupBox2.Size = new System.Drawing.Size(335, 115);
  233. this.groupBox2.TabIndex = 1;
  234. this.groupBox2.TabStop = false;
  235. //
  236. // chkSaveGraphImageFile
  237. //
  238. this.chkSaveGraphImageFile.AutoSize = true;
  239. this.chkSaveGraphImageFile.Location = new System.Drawing.Point(17, 238);
  240. this.chkSaveGraphImageFile.Name = "chkSaveGraphImageFile";
  241. this.chkSaveGraphImageFile.Size = new System.Drawing.Size(110, 17);
  242. this.chkSaveGraphImageFile.TabIndex = 10;
  243. this.chkSaveGraphImageFile.Tag = Microsoft.NodeXL.ExcelTemplate.AutomationTasks.SaveGraphImageFile;
  244. this.chkSaveGraphImageFile.Text = "Sa&ve image to file";
  245. this.chkSaveGraphImageFile.UseVisualStyleBackColor = true;
  246. //
  247. // usrFolderToAutomate
  248. //
  249. this.usrFolderToAutomate.BrowsePrompt = "Browse for a folder containing NodeXL workbooks.";
  250. this.usrFolderToAutomate.FolderPath = "";
  251. this.usrFolderToAutomate.Location = new System.Drawing.Point(36, 64);
  252. this.usrFolderToAutomate.Name = "usrFolderToAutomate";
  253. this.usrFolderToAutomate.Size = new System.Drawing.Size(290, 24);
  254. this.usrFolderToAutomate.TabIndex = 2;
  255. //
  256. // lblNote
  257. //
  258. this.lblNote.AutoSize = true;
  259. this.lblNote.Location = new System.Drawing.Point(36, 88);
  260. this.lblNote.Name = "lblNote";
  261. this.lblNote.Size = new System.Drawing.Size(138, 13);
  262. this.lblNote.TabIndex = 3;
  263. this.lblNote.Text = "(Excludes open workbooks)";
  264. //
  265. // radAutomateThisWorkbookOnly
  266. //
  267. this.radAutomateThisWorkbookOnly.AutoSize = true;
  268. this.radAutomateThisWorkbookOnly.Location = new System.Drawing.Point(17, 16);
  269. this.radAutomateThisWorkbookOnly.Name = "radAutomateThisWorkbookOnly";
  270. this.radAutomateThisWorkbookOnly.Size = new System.Drawing.Size(108, 17);
  271. this.radAutomateThisWorkbookOnly.TabIndex = 0;
  272. this.radAutomateThisWorkbookOnly.TabStop = true;
  273. this.radAutomateThisWorkbookOnly.Text = "&On this workbook";
  274. this.radAutomateThisWorkbookOnly.UseVisualStyleBackColor = true;
  275. this.radAutomateThisWorkbookOnly.CheckedChanged += new System.EventHandler(this.OnEventThatRequiresControlEnabling);
  276. //
  277. // radAutomateFolder
  278. //
  279. this.radAutomateFolder.AutoSize = true;
  280. this.radAutomateFolder.Location = new System.Drawing.Point(17, 41);
  281. this.radAutomateFolder.Name = "radAutomateFolder";
  282. this.radAutomateFolder.Size = new System.Drawing.Size(222, 17);
  283. this.radAutomateFolder.TabIndex = 1;
  284. this.radAutomateFolder.TabStop = true;
  285. this.radAutomateFolder.Text = "On every &NodeXL workbook in this folder:";
  286. this.radAutomateFolder.UseVisualStyleBackColor = true;
  287. this.radAutomateFolder.CheckedChanged += new System.EventHandler(this.OnEventThatRequiresControlEnabling);
  288. //
  289. // grpTasksToRun
  290. //
  291. this.grpTasksToRun.Controls.Add(this.btnSaveGraphImageFile);
  292. this.grpTasksToRun.Controls.Add(this.btnGeneralUserSettings);
  293. this.grpTasksToRun.Controls.Add(this.chkSaveGraphImageFile);
  294. this.grpTasksToRun.Controls.Add(this.chkMergeDuplicateEdges);
  295. this.grpTasksToRun.Controls.Add(this.chkCalculateClusters);
  296. this.grpTasksToRun.Controls.Add(this.btnUncheckAll);
  297. this.grpTasksToRun.Controls.Add(this.chkCreateSubgraphImages);
  298. this.grpTasksToRun.Controls.Add(this.chkReadWorkbook);
  299. this.grpTasksToRun.Controls.Add(this.btnGraphMetricUserSettings);
  300. this.grpTasksToRun.Controls.Add(this.btnCheckAll);
  301. this.grpTasksToRun.Controls.Add(this.chkAutoFillWorkbook);
  302. this.grpTasksToRun.Controls.Add(this.btnAutoFillUserSettings);
  303. this.grpTasksToRun.Controls.Add(this.btnCreateSubgraphImagesUserSettings);
  304. this.grpTasksToRun.Controls.Add(this.chkCalculateGraphMetrics);
  305. this.grpTasksToRun.Location = new System.Drawing.Point(9, 9);
  306. this.grpTasksToRun.Name = "grpTasksToRun";
  307. this.grpTasksToRun.Size = new System.Drawing.Size(335, 302);
  308. this.grpTasksToRun.TabIndex = 0;
  309. this.grpTasksToRun.TabStop = false;
  310. this.grpTasksToRun.Text = "Run these tasks";
  311. //
  312. // AutomateTasksDialog
  313. //
  314. this.AcceptButton = this.btnOK;
  315. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  316. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  317. this.CancelButton = this.btnCancel;
  318. this.ClientSize = new System.Drawing.Size(354, 476);
  319. this.Controls.Add(this.groupBox2);
  320. this.Controls.Add(this.grpTasksToRun);
  321. this.Controls.Add(this.btnCancel);
  322. this.Controls.Add(this.btnOK);
  323. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  324. this.MaximizeBox = false;
  325. this.MinimizeBox = false;
  326. this.Name = "AutomateTasksDialog";
  327. this.Text = "Automate";
  328. this.groupBox2.ResumeLayout(false);
  329. this.groupBox2.PerformLayout();
  330. this.grpTasksToRun.ResumeLayout(false);
  331. this.grpTasksToRun.PerformLayout();
  332. this.ResumeLayout(false);
  333. }
  334. #endregion
  335. private System.Windows.Forms.CheckBox chkReadWorkbook;
  336. private System.Windows.Forms.CheckBox chkMergeDuplicateEdges;
  337. private System.Windows.Forms.CheckBox chkCalculateGraphMetrics;
  338. private System.Windows.Forms.CheckBox chkAutoFillWorkbook;
  339. private System.Windows.Forms.CheckBox chkCreateSubgraphImages;
  340. private System.Windows.Forms.CheckBox chkCalculateClusters;
  341. private System.Windows.Forms.Button btnOK;
  342. private System.Windows.Forms.Button btnCancel;
  343. private System.Windows.Forms.Button btnGraphMetricUserSettings;
  344. private System.Windows.Forms.Button btnAutoFillUserSettings;
  345. private System.Windows.Forms.Button btnCreateSubgraphImagesUserSettings;
  346. private System.Windows.Forms.Button btnUncheckAll;
  347. private System.Windows.Forms.Button btnCheckAll;
  348. private System.Windows.Forms.ToolTip toolTip1;
  349. private System.Windows.Forms.RadioButton radAutomateFolder;
  350. private System.Windows.Forms.RadioButton radAutomateThisWorkbookOnly;
  351. private System.Windows.Forms.Label lblNote;
  352. private System.Windows.Forms.GroupBox grpTasksToRun;
  353. private System.Windows.Forms.GroupBox groupBox2;
  354. private Microsoft.Research.CommunityTechnologies.AppLib.FolderPathControl usrFolderToAutomate;
  355. private System.Windows.Forms.Button btnGeneralUserSettings;
  356. private System.Windows.Forms.CheckBox chkSaveGraphImageFile;
  357. private System.Windows.Forms.Button btnSaveGraphImageFile;
  358. }
  359. }