DataChooseForm.Designer.cs 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. namespace UAS_MES_NEW.PublicForm
  2. {
  3. partial class DataChooseForm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.pagination1 = new UAS_MES_NEW.CustomControl.Pagination.PaginationDbFind();
  30. this.dataGridViewWithSerialNum1 = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  31. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  32. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // pagination1
  36. //
  37. this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
  38. this.pagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
  39. this.pagination1.Location = new System.Drawing.Point(0, 488);
  40. this.pagination1.Name = "pagination1";
  41. this.pagination1.Size = new System.Drawing.Size(947, 32);
  42. this.pagination1.TabIndex = 1;
  43. //
  44. // dataGridViewWithSerialNum1
  45. //
  46. this.dataGridViewWithSerialNum1.AllowUserToAddRows = false;
  47. this.dataGridViewWithSerialNum1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  48. this.dataGridViewWithSerialNum1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  49. this.Choose});
  50. this.dataGridViewWithSerialNum1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.dataGridViewWithSerialNum1.Location = new System.Drawing.Point(0, 0);
  52. this.dataGridViewWithSerialNum1.Name = "dataGridViewWithSerialNum1";
  53. this.dataGridViewWithSerialNum1.RowTemplate.Height = 23;
  54. this.dataGridViewWithSerialNum1.Size = new System.Drawing.Size(947, 488);
  55. this.dataGridViewWithSerialNum1.TabIndex = 2;
  56. this.dataGridViewWithSerialNum1.Tag = "ShowDialogWindow";
  57. //
  58. // Choose
  59. //
  60. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  61. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  62. dataGridViewCellStyle1.NullValue = "True";
  63. this.Choose.DefaultCellStyle = dataGridViewCellStyle1;
  64. this.Choose.HeaderText = "勾选";
  65. this.Choose.Name = "Choose";
  66. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  67. this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  68. this.Choose.Width = 60;
  69. //
  70. // DataChooseForm
  71. //
  72. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.ClientSize = new System.Drawing.Size(947, 520);
  75. this.Controls.Add(this.dataGridViewWithSerialNum1);
  76. this.Controls.Add(this.pagination1);
  77. this.Name = "DataChooseForm";
  78. this.Text = "数据选择窗口";
  79. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).EndInit();
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private CustomControl.Pagination.PaginationDbFind pagination1;
  84. private CustomControl.DataGrid_View.DataGridViewWithCheckBox dataGridViewWithSerialNum1;
  85. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  86. }
  87. }