namespace Cyberpipe { partial class FrmEquipmentManage { /// <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.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.dbid = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.rowno = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.DESCIRPTION = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.MACID = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.OWNER = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.STATUS = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.btnEdit = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn(); this.btnDel = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn(); this.labelItem1 = new DevComponents.DotNetBar.LabelItem(); this.txtMacId = new DevComponents.DotNetBar.TextBoxItem(); this.btnQueryDev = new DevComponents.DotNetBar.ButtonItem(); this.btnAddDev = new DevComponents.DotNetBar.ButtonItem(); this.bar1 = new DevComponents.DotNetBar.Bar(); this.bar2 = new DevComponents.DotNetBar.Bar(); this.lab_page_msg = new DevComponents.DotNetBar.LabelItem(); this.btn_page_first = new DevComponents.DotNetBar.ButtonItem(); this.btn_page_pre = new DevComponents.DotNetBar.ButtonItem(); this.combo_page_num = new DevComponents.DotNetBar.ComboBoxItem(); this.btn_page_next = new DevComponents.DotNetBar.ButtonItem(); this.btn_page_last = new DevComponents.DotNetBar.ButtonItem(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit(); this.SuspendLayout(); // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.AllowUserToDeleteRows = false; this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dbid, this.rowno, this.DESCIRPTION, this.MACID, this.OWNER, this.STATUS, this.btnEdit, this.btnDel}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridViewX1.Location = new System.Drawing.Point(0, 24); this.dataGridViewX1.MultiSelect = false; this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewX1.Size = new System.Drawing.Size(829, 414); this.dataGridViewX1.TabIndex = 1; this.dataGridViewX1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellClick); this.dataGridViewX1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellDoubleClick); // // dbid // this.dbid.DataPropertyName = "dbid"; this.dbid.HeaderText = "DBID"; this.dbid.Name = "dbid"; this.dbid.ReadOnly = true; this.dbid.Visible = false; // // rowno // this.rowno.DataPropertyName = "rowno"; this.rowno.HeaderText = "rowno"; this.rowno.Name = "rowno"; this.rowno.ReadOnly = true; this.rowno.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.rowno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.rowno.Visible = false; // // DESCIRPTION // this.DESCIRPTION.DataPropertyName = "descirption"; this.DESCIRPTION.HeaderText = "设备描述"; this.DESCIRPTION.Name = "DESCIRPTION"; this.DESCIRPTION.ReadOnly = true; this.DESCIRPTION.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.DESCIRPTION.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.DESCIRPTION.TextAlignment = System.Drawing.StringAlignment.Center; // // MACID // this.MACID.DataPropertyName = "macid"; this.MACID.HeaderText = "MAC地址"; this.MACID.Name = "MACID"; this.MACID.ReadOnly = true; this.MACID.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.MACID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.MACID.TextAlignment = System.Drawing.StringAlignment.Center; // // OWNER // this.OWNER.DataPropertyName = "owner"; this.OWNER.HeaderText = "设备所有人"; this.OWNER.Name = "OWNER"; this.OWNER.ReadOnly = true; this.OWNER.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.OWNER.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.OWNER.TextAlignment = System.Drawing.StringAlignment.Center; // // STATUS // this.STATUS.DataPropertyName = "status"; this.STATUS.HeaderText = "设备状态"; this.STATUS.Name = "STATUS"; this.STATUS.ReadOnly = true; this.STATUS.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.STATUS.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.STATUS.TextAlignment = System.Drawing.StringAlignment.Center; // // btnEdit // this.btnEdit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.btnEdit.DataPropertyName = "btnEdit"; this.btnEdit.HeaderText = "编辑"; this.btnEdit.Name = "btnEdit"; this.btnEdit.ReadOnly = true; this.btnEdit.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010; this.btnEdit.Text = "编辑"; this.btnEdit.UseColumnTextForButtonValue = true; this.btnEdit.Width = 35; // // btnDel // this.btnDel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.btnDel.DataPropertyName = "btnDel"; this.btnDel.HeaderText = "删除"; this.btnDel.Name = "btnDel"; this.btnDel.ReadOnly = true; this.btnDel.Text = "删除"; this.btnDel.UseColumnTextForButtonValue = true; this.btnDel.Width = 35; // // labelItem1 // this.labelItem1.Name = "labelItem1"; this.labelItem1.Text = "MAC地址:"; // // txtMacId // this.txtMacId.Name = "txtMacId"; this.txtMacId.TextBoxWidth = 160; this.txtMacId.WatermarkColor = System.Drawing.SystemColors.GrayText; // // btnQueryDev // this.btnQueryDev.Name = "btnQueryDev"; this.btnQueryDev.Text = "查询"; this.btnQueryDev.Click += new System.EventHandler(this.btnQueryDev_Click); // // btnAddDev // this.btnAddDev.Name = "btnAddDev"; this.btnAddDev.Text = "新增"; this.btnAddDev.Click += new System.EventHandler(this.btnAddDev_Click); // // bar1 // this.bar1.AntiAlias = true; this.bar1.Dock = System.Windows.Forms.DockStyle.Top; this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.labelItem1, this.txtMacId, this.btnQueryDev, this.btnAddDev}); this.bar1.Location = new System.Drawing.Point(0, 0); this.bar1.Name = "bar1"; this.bar1.Size = new System.Drawing.Size(829, 25); this.bar1.Stretch = true; this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bar1.TabIndex = 2; this.bar1.TabStop = false; this.bar1.Text = "bar1"; // // bar2 // this.bar2.AntiAlias = true; this.bar2.Dock = System.Windows.Forms.DockStyle.Bottom; this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.lab_page_msg, this.btn_page_first, this.btn_page_pre, this.combo_page_num, this.btn_page_next, this.btn_page_last}); this.bar2.Location = new System.Drawing.Point(0, 437); this.bar2.Name = "bar2"; this.bar2.Size = new System.Drawing.Size(829, 28); this.bar2.Stretch = true; this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bar2.TabIndex = 3; this.bar2.TabStop = false; this.bar2.Text = "bar2"; // // lab_page_msg // this.lab_page_msg.Name = "lab_page_msg"; this.lab_page_msg.PaddingLeft = 50; this.lab_page_msg.PaddingRight = 50; // // btn_page_first // this.btn_page_first.Name = "btn_page_first"; this.btn_page_first.Text = "|<首页"; this.btn_page_first.Click += new System.EventHandler(this.btn_page_first_Click); // // btn_page_pre // this.btn_page_pre.Name = "btn_page_pre"; this.btn_page_pre.Text = "<上一页"; this.btn_page_pre.Click += new System.EventHandler(this.btn_page_pre_Click); // // combo_page_num // this.combo_page_num.DropDownHeight = 106; this.combo_page_num.ItemHeight = 17; this.combo_page_num.Name = "combo_page_num"; this.combo_page_num.SelectedIndexChanged += new System.EventHandler(this.combo_page_num_SelectedIndexChanged); // // btn_page_next // this.btn_page_next.Name = "btn_page_next"; this.btn_page_next.Text = "下一页>"; this.btn_page_next.Click += new System.EventHandler(this.btn_page_next_Click); // // btn_page_last // this.btn_page_last.Name = "btn_page_last"; this.btn_page_last.Text = "首页>|"; this.btn_page_last.Click += new System.EventHandler(this.btn_page_last_Click); // // FrmEquipmentManage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(829, 465); this.Controls.Add(this.bar2); this.Controls.Add(this.bar1); this.Controls.Add(this.dataGridViewX1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmEquipmentManage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "探测仪管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmEquipmentManage_FormClosing); this.Load += new System.EventHandler(this.FrmEquipmentManage_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private DevComponents.DotNetBar.LabelItem labelItem1; private DevComponents.DotNetBar.TextBoxItem txtMacId; private DevComponents.DotNetBar.ButtonItem btnQueryDev; private DevComponents.DotNetBar.ButtonItem btnAddDev; private DevComponents.DotNetBar.Bar bar1; private DevComponents.DotNetBar.Bar bar2; private DevComponents.DotNetBar.LabelItem lab_page_msg; private DevComponents.DotNetBar.ButtonItem btn_page_first; private DevComponents.DotNetBar.ButtonItem btn_page_pre; private DevComponents.DotNetBar.ComboBoxItem combo_page_num; private DevComponents.DotNetBar.ButtonItem btn_page_next; private DevComponents.DotNetBar.ButtonItem btn_page_last; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn dbid; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn rowno; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn DESCIRPTION; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn MACID; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn OWNER; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn STATUS; private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn btnEdit; private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn btnDel; } }