namespace WWPipeLine.MapTools.Conditions.FuZhuGongJu { partial class BJunit { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.uiLabelSmid = new Sunny.UI.UILabel(); this.uitb_address = new Sunny.UI.UITextBox(); this.uibtnAdd = new Sunny.UI.UIButton(); this.uibtnUpdate = new Sunny.UI.UIButton(); this.uibtnDel = new Sunny.UI.UIButton(); this.uiLabel1 = new Sunny.UI.UILabel(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uitb_name = new Sunny.UI.UITextBox(); this.uidgvTable = new Sunny.UI.UIDataGridView(); this.uiPanel1 = new Sunny.UI.UIPanel(); ((System.ComponentModel.ISupportInitialize)(this.uidgvTable)).BeginInit(); this.uiPanel1.SuspendLayout(); this.SuspendLayout(); // // uiLabelSmid // this.uiLabelSmid.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabelSmid.Location = new System.Drawing.Point(11, 320); this.uiLabelSmid.Name = "uiLabelSmid"; this.uiLabelSmid.Size = new System.Drawing.Size(100, 23); this.uiLabelSmid.TabIndex = 1; this.uiLabelSmid.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabelSmid.Visible = false; // // uitb_address // this.uitb_address.Cursor = System.Windows.Forms.Cursors.IBeam; this.uitb_address.FillColor = System.Drawing.Color.White; this.uitb_address.Font = new System.Drawing.Font("微软雅黑", 12F); this.uitb_address.Location = new System.Drawing.Point(101, 283); this.uitb_address.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uitb_address.Maximum = 2147483647D; this.uitb_address.MaxLength = 20; this.uitb_address.Minimum = -2147483648D; this.uitb_address.MinimumSize = new System.Drawing.Size(1, 1); this.uitb_address.Name = "uitb_address"; this.uitb_address.Size = new System.Drawing.Size(395, 29); this.uitb_address.TabIndex = 2; this.uitb_address.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; // // uibtnAdd // this.uibtnAdd.Cursor = System.Windows.Forms.Cursors.Hand; this.uibtnAdd.Font = new System.Drawing.Font("微软雅黑", 12F); this.uibtnAdd.Location = new System.Drawing.Point(154, 320); this.uibtnAdd.MinimumSize = new System.Drawing.Size(1, 1); this.uibtnAdd.Name = "uibtnAdd"; this.uibtnAdd.Size = new System.Drawing.Size(75, 35); this.uibtnAdd.TabIndex = 3; this.uibtnAdd.Text = "新增"; this.uibtnAdd.Click += new System.EventHandler(this.uiButtonAdd_Click); // // uibtnUpdate // this.uibtnUpdate.Cursor = System.Windows.Forms.Cursors.Hand; this.uibtnUpdate.Font = new System.Drawing.Font("微软雅黑", 12F); this.uibtnUpdate.Location = new System.Drawing.Point(266, 320); this.uibtnUpdate.MinimumSize = new System.Drawing.Size(1, 1); this.uibtnUpdate.Name = "uibtnUpdate"; this.uibtnUpdate.Size = new System.Drawing.Size(75, 35); this.uibtnUpdate.TabIndex = 4; this.uibtnUpdate.Text = "修改"; this.uibtnUpdate.Click += new System.EventHandler(this.uiButtonUpdate_Click); // // uibtnDel // this.uibtnDel.Cursor = System.Windows.Forms.Cursors.Hand; this.uibtnDel.Font = new System.Drawing.Font("微软雅黑", 12F); this.uibtnDel.Location = new System.Drawing.Point(381, 320); this.uibtnDel.MinimumSize = new System.Drawing.Size(1, 1); this.uibtnDel.Name = "uibtnDel"; this.uibtnDel.Size = new System.Drawing.Size(75, 35); this.uibtnDel.TabIndex = 5; this.uibtnDel.Text = "删除"; this.uibtnDel.Click += new System.EventHandler(this.uiButtonDel_Click); // // uiLabel1 // this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel1.Location = new System.Drawing.Point(3, 283); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(91, 29); this.uiLabel1.TabIndex = 6; this.uiLabel1.Text = "单位地址:"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel2 // this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiLabel2.Location = new System.Drawing.Point(3, 250); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(91, 29); this.uiLabel2.TabIndex = 8; this.uiLabel2.Text = "单位名称:"; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uitb_name // this.uitb_name.Cursor = System.Windows.Forms.Cursors.IBeam; this.uitb_name.FillColor = System.Drawing.Color.White; this.uitb_name.Font = new System.Drawing.Font("微软雅黑", 12F); this.uitb_name.Location = new System.Drawing.Point(101, 250); this.uitb_name.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uitb_name.Maximum = 2147483647D; this.uitb_name.MaxLength = 20; this.uitb_name.Minimum = -2147483648D; this.uitb_name.MinimumSize = new System.Drawing.Size(1, 1); this.uitb_name.Name = "uitb_name"; this.uitb_name.Size = new System.Drawing.Size(395, 29); this.uitb_name.TabIndex = 7; this.uitb_name.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; // // uidgvTable // dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uidgvTable.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.uidgvTable.BackgroundColor = System.Drawing.Color.White; this.uidgvTable.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uidgvTable.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.uidgvTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.uidgvTable.DefaultCellStyle = dataGridViewCellStyle3; this.uidgvTable.Dock = System.Windows.Forms.DockStyle.Fill; this.uidgvTable.EnableHeadersVisualStyles = false; this.uidgvTable.Font = new System.Drawing.Font("微软雅黑", 12F); this.uidgvTable.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.uidgvTable.Location = new System.Drawing.Point(0, 0); this.uidgvTable.Name = "uidgvTable"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uidgvTable.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; this.uidgvTable.RowsDefaultCellStyle = dataGridViewCellStyle5; this.uidgvTable.RowTemplate.Height = 23; this.uidgvTable.SelectedIndex = -1; this.uidgvTable.ShowGridLine = true; this.uidgvTable.Size = new System.Drawing.Size(500, 240); this.uidgvTable.TabIndex = 0; this.uidgvTable.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.uiDataGridViewtb_SelectIndexChange); // // uiPanel1 // this.uiPanel1.Controls.Add(this.uidgvTable); this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiPanel1.Location = new System.Drawing.Point(0, 0); this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.Size = new System.Drawing.Size(500, 240); this.uiPanel1.TabIndex = 9; this.uiPanel1.Text = "uiPanel1"; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // BJunit // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.uiPanel1); this.Controls.Add(this.uiLabel2); this.Controls.Add(this.uitb_name); this.Controls.Add(this.uiLabel1); this.Controls.Add(this.uibtnDel); this.Controls.Add(this.uibtnUpdate); this.Controls.Add(this.uibtnAdd); this.Controls.Add(this.uitb_address); this.Controls.Add(this.uiLabelSmid); this.Name = "BJunit"; this.Size = new System.Drawing.Size(500, 365); ((System.ComponentModel.ISupportInitialize)(this.uidgvTable)).EndInit(); this.uiPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UILabel uiLabelSmid; private Sunny.UI.UITextBox uitb_address; private Sunny.UI.UIButton uibtnAdd; private Sunny.UI.UIButton uibtnUpdate; private Sunny.UI.UIButton uibtnDel; private Sunny.UI.UILabel uiLabel1; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UITextBox uitb_name; private Sunny.UI.UIDataGridView uidgvTable; private Sunny.UI.UIPanel uiPanel1; } }