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

/ConcurrencyTools/MCUT.Taskometer/Stats.designer.cs

#
C# | 297 lines | 219 code | 7 blank | 71 comment | 3 complexity | 3f53d15f5e6e37092f5720ccb6f86e12 MD5 | raw file
  1. namespace Microsoft.Concurrency.TestTools.TaskoMeter
  2. {
  3. internal partial class Stats
  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.dataGridView1 = new System.Windows.Forms.DataGridView();
  29. this.Task = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30. this.Count = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.Duration = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Start = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.End = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Display = new Microsoft.Concurrency.TestTools.TaskoMeter.Stats.DataGridViewCustomColumn();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
  38. this.trackBar1 = new System.Windows.Forms.TrackBar();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.Go = new System.Windows.Forms.Button();
  41. this.measurex = new System.Windows.Forms.Label();
  42. this.measurelabel = new System.Windows.Forms.Label();
  43. this.measures = new System.Windows.Forms.TextBox();
  44. this.warmups = new System.Windows.Forms.TextBox();
  45. this.warmuplabel = new System.Windows.Forms.Label();
  46. this.warmupx = new System.Windows.Forms.Label();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // dataGridView1
  52. //
  53. this.dataGridView1.AllowUserToAddRows = false;
  54. this.dataGridView1.AllowUserToOrderColumns = true;
  55. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  56. | System.Windows.Forms.AnchorStyles.Left)
  57. | System.Windows.Forms.AnchorStyles.Right)));
  58. this.dataGridView1.ColumnHeadersHeight = 30;
  59. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  60. this.Task,
  61. this.Count,
  62. this.Duration,
  63. this.Start,
  64. this.End,
  65. this.Display});
  66. this.dataGridView1.Location = new System.Drawing.Point(1, 56);
  67. this.dataGridView1.Name = "dataGridView1";
  68. this.dataGridView1.ReadOnly = true;
  69. this.dataGridView1.Size = new System.Drawing.Size(1233, 308);
  70. this.dataGridView1.TabIndex = 0;
  71. this.dataGridView1.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dataGridView1_UserDeletingRow);
  72. this.dataGridView1.SizeChanged += new System.EventHandler(this.dataGridView1_SizeChanged);
  73. //
  74. // Task
  75. //
  76. this.Task.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  77. this.Task.HeaderText = "Name";
  78. this.Task.Name = "Task";
  79. this.Task.ReadOnly = true;
  80. this.Task.Width = 60;
  81. //
  82. // Count
  83. //
  84. this.Count.HeaderText = "Count";
  85. this.Count.Name = "Count";
  86. this.Count.ReadOnly = true;
  87. this.Count.Width = 40;
  88. //
  89. // Duration
  90. //
  91. this.Duration.HeaderText = "Duration";
  92. this.Duration.Name = "Duration";
  93. this.Duration.ReadOnly = true;
  94. this.Duration.Width = 50;
  95. //
  96. // Start
  97. //
  98. this.Start.HeaderText = "Start";
  99. this.Start.Name = "Start";
  100. this.Start.ReadOnly = true;
  101. this.Start.Width = 50;
  102. //
  103. // End
  104. //
  105. this.End.HeaderText = "End";
  106. this.End.Name = "End";
  107. this.End.ReadOnly = true;
  108. this.End.Width = 50;
  109. //
  110. // Display
  111. //
  112. this.Display.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  113. this.Display.HeaderText = "";
  114. this.Display.Name = "Display";
  115. this.Display.ReadOnly = true;
  116. //
  117. // textBox2
  118. //
  119. this.textBox2.AcceptsTab = true;
  120. this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  121. this.textBox2.Location = new System.Drawing.Point(1173, 6);
  122. this.textBox2.Name = "textBox2";
  123. this.textBox2.Size = new System.Drawing.Size(47, 20);
  124. this.textBox2.TabIndex = 5;
  125. this.textBox2.Text = "100";
  126. this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  127. this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged_1);
  128. //
  129. // label2
  130. //
  131. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  132. this.label2.AutoSize = true;
  133. this.label2.Location = new System.Drawing.Point(1073, 9);
  134. this.label2.Name = "label2";
  135. this.label2.Size = new System.Drawing.Size(94, 13);
  136. this.label2.TabIndex = 4;
  137. this.label2.Text = "Display Width [ms]";
  138. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  139. //
  140. // hScrollBar1
  141. //
  142. this.hScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  143. | System.Windows.Forms.AnchorStyles.Right)));
  144. this.hScrollBar1.LargeChange = 20000;
  145. this.hScrollBar1.Location = new System.Drawing.Point(322, 33);
  146. this.hScrollBar1.Maximum = 100000;
  147. this.hScrollBar1.Name = "hScrollBar1";
  148. this.hScrollBar1.Size = new System.Drawing.Size(912, 20);
  149. this.hScrollBar1.SmallChange = 5000;
  150. this.hScrollBar1.TabIndex = 6;
  151. this.hScrollBar1.Value = 80000;
  152. this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
  153. //
  154. // trackBar1
  155. //
  156. this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  157. | System.Windows.Forms.AnchorStyles.Right)));
  158. this.trackBar1.LargeChange = 10000;
  159. this.trackBar1.Location = new System.Drawing.Point(322, 5);
  160. this.trackBar1.Maximum = 100000;
  161. this.trackBar1.Name = "trackBar1";
  162. this.trackBar1.Size = new System.Drawing.Size(746, 45);
  163. this.trackBar1.SmallChange = 1000;
  164. this.trackBar1.TabIndex = 6;
  165. this.trackBar1.TabStop = false;
  166. this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
  167. this.trackBar1.Value = 100000;
  168. this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
  169. //
  170. // label1
  171. //
  172. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  173. | System.Windows.Forms.AnchorStyles.Right)));
  174. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  175. this.label1.Location = new System.Drawing.Point(2, 4);
  176. this.label1.Name = "label1";
  177. this.label1.Size = new System.Drawing.Size(678, 24);
  178. this.label1.TabIndex = 7;
  179. this.label1.Text = "label1";
  180. //
  181. // Go
  182. //
  183. this.Go.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  184. this.Go.Location = new System.Drawing.Point(270, 7);
  185. this.Go.Name = "Go";
  186. this.Go.Size = new System.Drawing.Size(44, 44);
  187. this.Go.TabIndex = 8;
  188. this.Go.Text = "Go";
  189. this.Go.UseVisualStyleBackColor = true;
  190. this.Go.Click += new System.EventHandler(this.button1_Click);
  191. //
  192. // measurex
  193. //
  194. this.measurex.AutoSize = true;
  195. this.measurex.Location = new System.Drawing.Point(114, 38);
  196. this.measurex.Name = "measurex";
  197. this.measurex.Size = new System.Drawing.Size(12, 13);
  198. this.measurex.TabIndex = 11;
  199. this.measurex.Text = "x";
  200. //
  201. // measurelabel
  202. //
  203. this.measurelabel.AutoSize = true;
  204. this.measurelabel.Location = new System.Drawing.Point(12, 38);
  205. this.measurelabel.Name = "measurelabel";
  206. this.measurelabel.Size = new System.Drawing.Size(48, 13);
  207. this.measurelabel.TabIndex = 12;
  208. this.measurelabel.Text = "Measure";
  209. //
  210. // measures
  211. //
  212. this.measures.Location = new System.Drawing.Point(66, 35);
  213. this.measures.Name = "measures";
  214. this.measures.Size = new System.Drawing.Size(48, 20);
  215. this.measures.TabIndex = 13;
  216. this.measures.TextChanged += new System.EventHandler(this.measures_TextChanged);
  217. //
  218. // warmups
  219. //
  220. this.warmups.Location = new System.Drawing.Point(203, 35);
  221. this.warmups.Name = "warmups";
  222. this.warmups.Size = new System.Drawing.Size(48, 20);
  223. this.warmups.TabIndex = 16;
  224. this.warmups.TextChanged += new System.EventHandler(this.warmups_TextChanged);
  225. //
  226. // warmuplabel
  227. //
  228. this.warmuplabel.AutoSize = true;
  229. this.warmuplabel.Location = new System.Drawing.Point(149, 38);
  230. this.warmuplabel.Name = "warmuplabel";
  231. this.warmuplabel.Size = new System.Drawing.Size(47, 13);
  232. this.warmuplabel.TabIndex = 15;
  233. this.warmuplabel.Text = "Warmup";
  234. //
  235. // warmupx
  236. //
  237. this.warmupx.AutoSize = true;
  238. this.warmupx.Location = new System.Drawing.Point(251, 38);
  239. this.warmupx.Name = "warmupx";
  240. this.warmupx.Size = new System.Drawing.Size(12, 13);
  241. this.warmupx.TabIndex = 14;
  242. this.warmupx.Text = "x";
  243. //
  244. // Stats
  245. //
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.ClientSize = new System.Drawing.Size(1232, 365);
  249. this.Controls.Add(this.warmups);
  250. this.Controls.Add(this.warmuplabel);
  251. this.Controls.Add(this.warmupx);
  252. this.Controls.Add(this.measures);
  253. this.Controls.Add(this.measurelabel);
  254. this.Controls.Add(this.measurex);
  255. this.Controls.Add(this.Go);
  256. this.Controls.Add(this.hScrollBar1);
  257. this.Controls.Add(this.trackBar1);
  258. this.Controls.Add(this.textBox2);
  259. this.Controls.Add(this.label2);
  260. this.Controls.Add(this.dataGridView1);
  261. this.Controls.Add(this.label1);
  262. this.Name = "Stats";
  263. this.Text = "TaskoMeter";
  264. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
  266. this.ResumeLayout(false);
  267. this.PerformLayout();
  268. }
  269. #endregion
  270. private System.Windows.Forms.DataGridView dataGridView1;
  271. private System.Windows.Forms.TextBox textBox2;
  272. private System.Windows.Forms.Label label2;
  273. private System.Windows.Forms.HScrollBar hScrollBar1;
  274. private System.Windows.Forms.TrackBar trackBar1;
  275. private System.Windows.Forms.Label label1;
  276. private System.Windows.Forms.Button Go;
  277. private System.Windows.Forms.DataGridViewTextBoxColumn Task;
  278. private System.Windows.Forms.DataGridViewTextBoxColumn Count;
  279. private System.Windows.Forms.DataGridViewTextBoxColumn Duration;
  280. private System.Windows.Forms.DataGridViewTextBoxColumn Start;
  281. private System.Windows.Forms.DataGridViewTextBoxColumn End;
  282. private Stats.DataGridViewCustomColumn Display;
  283. private System.Windows.Forms.Label measurex;
  284. private System.Windows.Forms.Label measurelabel;
  285. private System.Windows.Forms.TextBox measures;
  286. private System.Windows.Forms.TextBox warmups;
  287. private System.Windows.Forms.Label warmuplabel;
  288. private System.Windows.Forms.Label warmupx;
  289. }
  290. }