Make_UpdateDownLine.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_UpdateDownLine
  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.label1 = new System.Windows.Forms.Label();
  29. this.Line = new System.Windows.Forms.ComboBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.Down = new System.Windows.Forms.Button();
  32. this.DGV = new System.Windows.Forms.DataGridView();
  33. this.panel1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.label1.Location = new System.Drawing.Point(74, 94);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(54, 28);
  44. this.label1.TabIndex = 0;
  45. this.label1.Text = "线体";
  46. //
  47. // Line
  48. //
  49. this.Line.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.Line.FormattingEnabled = true;
  51. this.Line.Location = new System.Drawing.Point(156, 91);
  52. this.Line.Name = "Line";
  53. this.Line.Size = new System.Drawing.Size(254, 36);
  54. this.Line.TabIndex = 1;
  55. //
  56. // panel1
  57. //
  58. this.panel1.Controls.Add(this.Down);
  59. this.panel1.Controls.Add(this.label1);
  60. this.panel1.Controls.Add(this.Line);
  61. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  62. this.panel1.Location = new System.Drawing.Point(0, 0);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(1344, 220);
  65. this.panel1.TabIndex = 2;
  66. //
  67. // Down
  68. //
  69. this.Down.Cursor = System.Windows.Forms.Cursors.Hand;
  70. this.Down.Enabled = false;
  71. this.Down.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.Down.Location = new System.Drawing.Point(450, 85);
  73. this.Down.Name = "Down";
  74. this.Down.Size = new System.Drawing.Size(146, 46);
  75. this.Down.TabIndex = 2;
  76. this.Down.Text = "确认下线";
  77. this.Down.UseVisualStyleBackColor = true;
  78. this.Down.Click += new System.EventHandler(this.Down_Click);
  79. //
  80. // DGV
  81. //
  82. this.DGV.AllowUserToAddRows = false;
  83. this.DGV.AllowUserToDeleteRows = false;
  84. this.DGV.BackgroundColor = System.Drawing.SystemColors.Control;
  85. this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  86. this.DGV.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.DGV.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  88. this.DGV.Location = new System.Drawing.Point(0, 220);
  89. this.DGV.Name = "DGV";
  90. this.DGV.ReadOnly = true;
  91. this.DGV.RowHeadersWidth = 62;
  92. this.DGV.RowTemplate.Height = 30;
  93. this.DGV.Size = new System.Drawing.Size(1344, 492);
  94. this.DGV.TabIndex = 3;
  95. //
  96. // Make_UpdateDownLine
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(1344, 712);
  101. this.Controls.Add(this.DGV);
  102. this.Controls.Add(this.panel1);
  103. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  104. this.Name = "Make_UpdateDownLine";
  105. this.Text = "Make_UpdateDownLine";
  106. this.Load += new System.EventHandler(this.Make_UpdateDownLine_Load);
  107. this.panel1.ResumeLayout(false);
  108. this.panel1.PerformLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
  110. this.ResumeLayout(false);
  111. }
  112. #endregion
  113. private System.Windows.Forms.Label label1;
  114. private System.Windows.Forms.ComboBox Line;
  115. private System.Windows.Forms.Panel panel1;
  116. private System.Windows.Forms.Button Down;
  117. private System.Windows.Forms.DataGridView DGV;
  118. }
  119. }