Triangulation_List.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. namespace OTSIncAReportApp.OTSMgrInfo
  2. {
  3. partial class Triangulation_List
  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(Triangulation_List));
  29. this.Gview_moban = new System.Windows.Forms.DataGridView();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. ((System.ComponentModel.ISupportInitialize)(this.Gview_moban)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // Gview_moban
  36. //
  37. this.Gview_moban.AllowUserToAddRows = false;
  38. this.Gview_moban.AllowUserToDeleteRows = false;
  39. this.Gview_moban.AllowUserToResizeColumns = false;
  40. this.Gview_moban.AllowUserToResizeRows = false;
  41. this.Gview_moban.BackgroundColor = System.Drawing.Color.White;
  42. this.Gview_moban.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  43. this.Gview_moban.Location = new System.Drawing.Point(12, 12);
  44. this.Gview_moban.MultiSelect = false;
  45. this.Gview_moban.Name = "Gview_moban";
  46. this.Gview_moban.ReadOnly = true;
  47. this.Gview_moban.RowHeadersVisible = false;
  48. this.Gview_moban.RowTemplate.Height = 30;
  49. this.Gview_moban.Size = new System.Drawing.Size(506, 431);
  50. this.Gview_moban.TabIndex = 131;
  51. this.Gview_moban.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Gview_gz_CellClick);
  52. //
  53. // button1
  54. //
  55. this.button1.Location = new System.Drawing.Point(43, 457);
  56. this.button1.Name = "button1";
  57. this.button1.Size = new System.Drawing.Size(117, 36);
  58. this.button1.TabIndex = 132;
  59. this.button1.Text = "添 加";
  60. this.button1.UseVisualStyleBackColor = true;
  61. this.button1.Click += new System.EventHandler(this.button1_Click);
  62. //
  63. // button2
  64. //
  65. this.button2.Location = new System.Drawing.Point(375, 457);
  66. this.button2.Name = "button2";
  67. this.button2.Size = new System.Drawing.Size(117, 36);
  68. this.button2.TabIndex = 132;
  69. this.button2.Text = "返 回";
  70. this.button2.UseVisualStyleBackColor = true;
  71. this.button2.Click += new System.EventHandler(this.button2_Click);
  72. //
  73. // Triangulation_List
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.ClientSize = new System.Drawing.Size(528, 505);
  78. this.Controls.Add(this.button2);
  79. this.Controls.Add(this.button1);
  80. this.Controls.Add(this.Gview_moban);
  81. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  82. this.MaximizeBox = false;
  83. this.MaximumSize = new System.Drawing.Size(550, 561);
  84. this.MinimizeBox = false;
  85. this.MinimumSize = new System.Drawing.Size(550, 561);
  86. this.Name = "Triangulation_List";
  87. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  88. this.Text = "三元相图模板列表";
  89. this.Load += new System.EventHandler(this.Triangulation_List_Load);
  90. ((System.ComponentModel.ISupportInitialize)(this.Gview_moban)).EndInit();
  91. this.ResumeLayout(false);
  92. }
  93. #endregion
  94. public System.Windows.Forms.DataGridView Gview_moban;
  95. private System.Windows.Forms.Button button1;
  96. private System.Windows.Forms.Button button2;
  97. }
  98. }