You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
3.2 KiB

13 years ago
  1. namespace Emgu.CV.UI
  2. {
  3. partial class OperationsView
  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 Component 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.topPanel = new System.Windows.Forms.Panel();
  29. this.bottomPanel = new System.Windows.Forms.Panel();
  30. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // topPanel
  35. //
  36. this.topPanel.Dock = System.Windows.Forms.DockStyle.Top;
  37. this.topPanel.Location = new System.Drawing.Point(0, 0);
  38. this.topPanel.Name = "topPanel";
  39. this.topPanel.Size = new System.Drawing.Size(209, 41);
  40. this.topPanel.TabIndex = 1;
  41. //
  42. // bottomPanel
  43. //
  44. this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
  45. this.bottomPanel.Location = new System.Drawing.Point(0, 203);
  46. this.bottomPanel.Name = "bottomPanel";
  47. this.bottomPanel.Size = new System.Drawing.Size(209, 26);
  48. this.bottomPanel.TabIndex = 2;
  49. //
  50. // dataGridView1
  51. //
  52. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  53. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.dataGridView1.Location = new System.Drawing.Point(0, 41);
  55. this.dataGridView1.Name = "dataGridView1";
  56. this.dataGridView1.Size = new System.Drawing.Size(209, 162);
  57. this.dataGridView1.TabIndex = 3;
  58. //
  59. // OperationsView
  60. //
  61. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  62. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  63. this.Controls.Add(this.dataGridView1);
  64. this.Controls.Add(this.bottomPanel);
  65. this.Controls.Add(this.topPanel);
  66. this.Name = "OperationsView";
  67. this.Size = new System.Drawing.Size(209, 229);
  68. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  69. this.ResumeLayout(false);
  70. }
  71. #endregion
  72. private System.Windows.Forms.Panel topPanel;
  73. private System.Windows.Forms.Panel bottomPanel;
  74. private System.Windows.Forms.DataGridView dataGridView1;
  75. }
  76. }