1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- namespace UAS_MES_NEW.PublicForm
- {
- partial class DataChooseForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- this.pagination1 = new UAS_MES_NEW.CustomControl.Pagination.PaginationDbFind();
- this.dataGridViewWithSerialNum1 = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).BeginInit();
- this.SuspendLayout();
- //
- // pagination1
- //
- this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pagination1.Location = new System.Drawing.Point(0, 488);
- this.pagination1.Name = "pagination1";
- this.pagination1.Size = new System.Drawing.Size(947, 32);
- this.pagination1.TabIndex = 1;
- //
- // dataGridViewWithSerialNum1
- //
- this.dataGridViewWithSerialNum1.AllowUserToAddRows = false;
- this.dataGridViewWithSerialNum1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewWithSerialNum1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Choose});
- this.dataGridViewWithSerialNum1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridViewWithSerialNum1.Location = new System.Drawing.Point(0, 0);
- this.dataGridViewWithSerialNum1.Name = "dataGridViewWithSerialNum1";
- this.dataGridViewWithSerialNum1.RowTemplate.Height = 23;
- this.dataGridViewWithSerialNum1.Size = new System.Drawing.Size(947, 488);
- this.dataGridViewWithSerialNum1.TabIndex = 2;
- this.dataGridViewWithSerialNum1.Tag = "ShowDialogWindow";
- //
- // Choose
- //
- this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle1.NullValue = "True";
- this.Choose.DefaultCellStyle = dataGridViewCellStyle1;
- this.Choose.HeaderText = "勾选";
- this.Choose.Name = "Choose";
- this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Choose.Width = 60;
- //
- // DataChooseForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(947, 520);
- this.Controls.Add(this.dataGridViewWithSerialNum1);
- this.Controls.Add(this.pagination1);
- this.Name = "DataChooseForm";
- this.Text = "数据选择窗口";
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewWithSerialNum1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private CustomControl.Pagination.PaginationDbFind pagination1;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum dataGridViewWithSerialNum1;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
- }
- }
|