namespace WMS.UI.Basic
|
{
|
partial class FormPlaceSetting
|
{
|
/// <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()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPlaceSetting));
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
|
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
|
this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
|
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.btnFind = new System.Windows.Forms.Button();
|
this.btnReset = new System.Windows.Forms.Button();
|
this.comboBoxIsFree = new System.Windows.Forms.ComboBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.comboBoxIsLock = new System.Windows.Forms.ComboBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.textBoxPositionName = new System.Windows.Forms.TextBox();
|
this.positionId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.positionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.row = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.col = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.layer = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.isLock = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.isfree = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.enable = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.positionTpye = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.edit = new System.Windows.Forms.DataGridViewButtonColumn();
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
this.bindingNavigator1.SuspendLayout();
|
this.panel2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
this.splitContainer2.Panel1.SuspendLayout();
|
this.splitContainer2.Panel2.SuspendLayout();
|
this.splitContainer2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// toolStripComboBox1
|
//
|
this.toolStripComboBox1.AutoCompleteCustomSource.AddRange(new string[] {
|
"rrrr"});
|
this.toolStripComboBox1.Items.AddRange(new object[] {
|
"每页10条",
|
"每页20条",
|
"每页30条",
|
"每页100条"});
|
this.toolStripComboBox1.Name = "toolStripComboBox1";
|
this.toolStripComboBox1.Size = new System.Drawing.Size(121, 42);
|
this.toolStripComboBox1.Text = "每页10条";
|
this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
|
//
|
// bindingNavigatorSeparator2
|
//
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 42);
|
//
|
// bindingNavigatorSeparator1
|
//
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 42);
|
//
|
// toolStripLabel2
|
//
|
this.toolStripLabel2.BackColor = System.Drawing.Color.DodgerBlue;
|
this.toolStripLabel2.Name = "toolStripLabel2";
|
this.toolStripLabel2.Size = new System.Drawing.Size(54, 39);
|
this.toolStripLabel2.Text = "下一页";
|
this.toolStripLabel2.Click += new System.EventHandler(this.toolStripLabel2_Click);
|
//
|
// bindingNavigatorSeparator
|
//
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 42);
|
//
|
// toolStripLabel5
|
//
|
this.toolStripLabel5.Name = "toolStripLabel5";
|
this.toolStripLabel5.Size = new System.Drawing.Size(15, 39);
|
this.toolStripLabel5.Text = "/";
|
//
|
// toolStripLabel1
|
//
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
this.toolStripLabel1.Size = new System.Drawing.Size(54, 39);
|
this.toolStripLabel1.Text = "上一页";
|
this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click);
|
//
|
// bindingNavigator1
|
//
|
this.bindingNavigator1.AddNewItem = null;
|
this.bindingNavigator1.BackColor = System.Drawing.Color.Silver;
|
this.bindingNavigator1.CountItem = null;
|
this.bindingNavigator1.DeleteItem = null;
|
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.bindingNavigator1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStripLabel4,
|
this.toolStripLabel1,
|
this.toolStripTextBox1,
|
this.toolStripLabel5,
|
this.bindingNavigatorSeparator,
|
this.toolStripLabel2,
|
this.toolStripLabel3,
|
this.bindingNavigatorSeparator1,
|
this.bindingNavigatorSeparator2,
|
this.toolStripComboBox1});
|
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
|
this.bindingNavigator1.MoveFirstItem = null;
|
this.bindingNavigator1.MoveLastItem = null;
|
this.bindingNavigator1.MoveNextItem = null;
|
this.bindingNavigator1.MovePreviousItem = null;
|
this.bindingNavigator1.Name = "bindingNavigator1";
|
this.bindingNavigator1.PositionItem = null;
|
this.bindingNavigator1.Size = new System.Drawing.Size(1488, 42);
|
this.bindingNavigator1.TabIndex = 0;
|
this.bindingNavigator1.Text = "bindingNavigator1";
|
//
|
// toolStripLabel4
|
//
|
this.toolStripLabel4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel4.Image")));
|
this.toolStripLabel4.Name = "toolStripLabel4";
|
this.toolStripLabel4.Size = new System.Drawing.Size(20, 39);
|
this.toolStripLabel4.Click += new System.EventHandler(this.toolStripLabel4_Click);
|
//
|
// toolStripTextBox1
|
//
|
this.toolStripTextBox1.Name = "toolStripTextBox1";
|
this.toolStripTextBox1.Size = new System.Drawing.Size(50, 42);
|
this.toolStripTextBox1.Text = "1";
|
this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
|
//
|
// toolStripLabel3
|
//
|
this.toolStripLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel3.Image")));
|
this.toolStripLabel3.Name = "toolStripLabel3";
|
this.toolStripLabel3.Size = new System.Drawing.Size(20, 39);
|
this.toolStripLabel3.Click += new System.EventHandler(this.toolStripLabel3_Click);
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.dataGridView1);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(1488, 562);
|
this.panel2.TabIndex = 2;
|
//
|
// dataGridView1
|
//
|
this.dataGridView1.AllowUserToOrderColumns = true;
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.positionId,
|
this.positionName,
|
this.row,
|
this.col,
|
this.layer,
|
this.isLock,
|
this.isfree,
|
this.enable,
|
this.positionTpye,
|
this.Column1,
|
this.Column2,
|
this.Column3,
|
this.edit});
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataGridView1.GridColor = System.Drawing.Color.DarkSalmon;
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
this.dataGridView1.Name = "dataGridView1";
|
this.dataGridView1.RowTemplate.Height = 27;
|
this.dataGridView1.Size = new System.Drawing.Size(1488, 562);
|
this.dataGridView1.TabIndex = 0;
|
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
|
this.dataGridView1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
|
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
//
|
// splitContainer2
|
//
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
this.splitContainer2.Name = "splitContainer2";
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
//
|
// splitContainer2.Panel1
|
//
|
this.splitContainer2.Panel1.Controls.Add(this.panel2);
|
//
|
// splitContainer2.Panel2
|
//
|
this.splitContainer2.Panel2.Controls.Add(this.bindingNavigator1);
|
this.splitContainer2.Size = new System.Drawing.Size(1488, 608);
|
this.splitContainer2.SplitterDistance = 562;
|
this.splitContainer2.TabIndex = 3;
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
this.splitContainer1.Name = "splitContainer1";
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.Controls.Add(this.panel1);
|
this.splitContainer1.Panel1MinSize = 50;
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
this.splitContainer1.Size = new System.Drawing.Size(1488, 662);
|
this.splitContainer1.TabIndex = 6;
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.DarkSeaGreen;
|
this.panel1.Controls.Add(this.btnFind);
|
this.panel1.Controls.Add(this.btnReset);
|
this.panel1.Controls.Add(this.comboBoxIsFree);
|
this.panel1.Controls.Add(this.label3);
|
this.panel1.Controls.Add(this.comboBoxIsLock);
|
this.panel1.Controls.Add(this.label4);
|
this.panel1.Controls.Add(this.label2);
|
this.panel1.Controls.Add(this.label1);
|
this.panel1.Controls.Add(this.textBoxPositionName);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(1488, 50);
|
this.panel1.TabIndex = 1;
|
//
|
// btnFind
|
//
|
this.btnFind.BackColor = System.Drawing.Color.DarkSeaGreen;
|
this.btnFind.BackgroundImage = global::WMS.Properties.Resources.search;
|
this.btnFind.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnFind.Location = new System.Drawing.Point(1002, 6);
|
this.btnFind.Name = "btnFind";
|
this.btnFind.Size = new System.Drawing.Size(59, 42);
|
this.btnFind.TabIndex = 6;
|
this.btnFind.UseVisualStyleBackColor = false;
|
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
|
//
|
// btnReset
|
//
|
this.btnReset.BackColor = System.Drawing.Color.DarkSeaGreen;
|
this.btnReset.BackgroundImage = global::WMS.Properties.Resources.重置__1_;
|
this.btnReset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btnReset.Location = new System.Drawing.Point(934, 6);
|
this.btnReset.Name = "btnReset";
|
this.btnReset.Size = new System.Drawing.Size(59, 42);
|
this.btnReset.TabIndex = 7;
|
this.btnReset.UseVisualStyleBackColor = false;
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
//
|
// comboBoxIsFree
|
//
|
this.comboBoxIsFree.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.comboBoxIsFree.FormattingEnabled = true;
|
this.comboBoxIsFree.Items.AddRange(new object[] {
|
"不筛选",
|
"有货"});
|
this.comboBoxIsFree.Location = new System.Drawing.Point(800, 12);
|
this.comboBoxIsFree.Name = "comboBoxIsFree";
|
this.comboBoxIsFree.Size = new System.Drawing.Size(110, 28);
|
this.comboBoxIsFree.TabIndex = 4;
|
this.comboBoxIsFree.Text = "不筛选";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
this.label3.Location = new System.Drawing.Point(690, 16);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(104, 20);
|
this.label3.TabIndex = 3;
|
this.label3.Text = "是否有货:";
|
//
|
// comboBoxIsLock
|
//
|
this.comboBoxIsLock.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.comboBoxIsLock.FormattingEnabled = true;
|
this.comboBoxIsLock.Items.AddRange(new object[] {
|
"不筛选",
|
"锁定"});
|
this.comboBoxIsLock.Location = new System.Drawing.Point(566, 12);
|
this.comboBoxIsLock.Name = "comboBoxIsLock";
|
this.comboBoxIsLock.Size = new System.Drawing.Size(110, 28);
|
this.comboBoxIsLock.TabIndex = 4;
|
this.comboBoxIsLock.Text = "不筛选";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
this.label4.Location = new System.Drawing.Point(176, 15);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(104, 20);
|
this.label4.TabIndex = 3;
|
this.label4.Text = "库位名称:";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
this.label2.Location = new System.Drawing.Point(456, 16);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(104, 20);
|
this.label2.TabIndex = 3;
|
this.label2.Text = "是否锁定:";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.ForeColor = System.Drawing.Color.DarkGoldenrod;
|
this.label1.Location = new System.Drawing.Point(21, 11);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(137, 30);
|
this.label1.TabIndex = 3;
|
this.label1.Text = "库位维护";
|
//
|
// textBoxPositionName
|
//
|
this.textBoxPositionName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.textBoxPositionName.ForeColor = System.Drawing.SystemColors.ActiveBorder;
|
this.textBoxPositionName.Location = new System.Drawing.Point(296, 11);
|
this.textBoxPositionName.Name = "textBoxPositionName";
|
this.textBoxPositionName.Size = new System.Drawing.Size(141, 30);
|
this.textBoxPositionName.TabIndex = 1;
|
//
|
// positionId
|
//
|
this.positionId.DataPropertyName = "positionId";
|
this.positionId.FillWeight = 100.184F;
|
this.positionId.HeaderText = "库位ID";
|
this.positionId.Name = "positionId";
|
this.positionId.ReadOnly = true;
|
//
|
// positionName
|
//
|
this.positionName.DataPropertyName = "positionName";
|
this.positionName.FillWeight = 140.6246F;
|
this.positionName.HeaderText = "库位名称";
|
this.positionName.Name = "positionName";
|
this.positionName.ReadOnly = true;
|
this.positionName.ToolTipText = "排列层组合";
|
//
|
// row
|
//
|
this.row.DataPropertyName = "row";
|
this.row.FillWeight = 53.73351F;
|
this.row.HeaderText = "排";
|
this.row.Name = "row";
|
this.row.ReadOnly = true;
|
//
|
// col
|
//
|
this.col.DataPropertyName = "col";
|
this.col.FillWeight = 49.37819F;
|
this.col.HeaderText = "列";
|
this.col.Name = "col";
|
this.col.ReadOnly = true;
|
//
|
// layer
|
//
|
this.layer.DataPropertyName = "layer";
|
this.layer.FillWeight = 44.78996F;
|
this.layer.HeaderText = "层";
|
this.layer.Name = "layer";
|
this.layer.ReadOnly = true;
|
//
|
// isLock
|
//
|
this.isLock.DataPropertyName = "isLock";
|
this.isLock.FillWeight = 135.178F;
|
this.isLock.HeaderText = "是否锁定";
|
this.isLock.Name = "isLock";
|
this.isLock.ReadOnly = true;
|
//
|
// isfree
|
//
|
this.isfree.DataPropertyName = "isfree";
|
this.isfree.FillWeight = 135.178F;
|
this.isfree.HeaderText = "是否有货";
|
this.isfree.Name = "isfree";
|
this.isfree.ReadOnly = true;
|
//
|
// enable
|
//
|
this.enable.DataPropertyName = "enable";
|
this.enable.FillWeight = 132.4494F;
|
this.enable.HeaderText = "是否启用";
|
this.enable.Name = "enable";
|
this.enable.ReadOnly = true;
|
//
|
// positionTpye
|
//
|
this.positionTpye.DataPropertyName = "positionType";
|
this.positionTpye.HeaderText = "库位类型";
|
this.positionTpye.Name = "positionTpye";
|
//
|
// Column1
|
//
|
this.Column1.DataPropertyName = "remark";
|
this.Column1.HeaderText = "说明";
|
this.Column1.Name = "Column1";
|
//
|
// Column2
|
//
|
this.Column2.DataPropertyName = "lastModifier";
|
this.Column2.HeaderText = "修改人";
|
this.Column2.Name = "Column2";
|
//
|
// Column3
|
//
|
this.Column3.DataPropertyName = "LastModifyTime";
|
dataGridViewCellStyle2.Format = "yyyy-MM-dd HH:mm:ss";
|
this.Column3.DefaultCellStyle = dataGridViewCellStyle2;
|
this.Column3.HeaderText = "修改时间";
|
this.Column3.Name = "Column3";
|
//
|
// edit
|
//
|
this.edit.HeaderText = "操作";
|
this.edit.Name = "edit";
|
this.edit.Text = "编辑";
|
this.edit.UseColumnTextForButtonValue = true;
|
//
|
// FormPlaceSetting
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1488, 662);
|
this.Controls.Add(this.splitContainer1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.Name = "FormPlaceSetting";
|
this.Text = "FormPlaceSetting";
|
this.Load += new System.EventHandler(this.FormPlaceSetting_Load);
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
this.bindingNavigator1.ResumeLayout(false);
|
this.bindingNavigator1.PerformLayout();
|
this.panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
this.splitContainer2.Panel2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
this.splitContainer2.ResumeLayout(false);
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
this.splitContainer1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel5;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
private System.Windows.Forms.BindingNavigator bindingNavigator1;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel4;
|
private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.DataGridView dataGridView1;
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox textBoxPositionName;
|
private System.Windows.Forms.ComboBox comboBoxIsFree;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.ComboBox comboBoxIsLock;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Button btnFind;
|
private System.Windows.Forms.Button btnReset;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.DataGridViewTextBoxColumn positionId;
|
private System.Windows.Forms.DataGridViewTextBoxColumn positionName;
|
private System.Windows.Forms.DataGridViewTextBoxColumn row;
|
private System.Windows.Forms.DataGridViewTextBoxColumn col;
|
private System.Windows.Forms.DataGridViewTextBoxColumn layer;
|
private System.Windows.Forms.DataGridViewTextBoxColumn isLock;
|
private System.Windows.Forms.DataGridViewTextBoxColumn isfree;
|
private System.Windows.Forms.DataGridViewTextBoxColumn enable;
|
private System.Windows.Forms.DataGridViewTextBoxColumn positionTpye;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
private System.Windows.Forms.DataGridViewButtonColumn edit;
|
|
}
|
}
|