123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- namespace WWPipeLine.MapTools.Conditions.FuZhuGongJu
- {
- partial class BJbount
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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.uidgvTable = new Sunny.UI.UIDataGridView();
- this.uiLabelSmid = new Sunny.UI.UILabel();
- this.uitbName = 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.uiPanel1 = new Sunny.UI.UIPanel();
- ((System.ComponentModel.ISupportInitialize)(this.uidgvTable)).BeginInit();
- this.uiPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // 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, 280);
- this.uidgvTable.TabIndex = 0;
- this.uidgvTable.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.uiDataGridViewtb_SelectIndexChange);
- //
- // uiLabelSmid
- //
- this.uiLabelSmid.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiLabelSmid.Location = new System.Drawing.Point(37, 339);
- 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;
- //
- // uitbName
- //
- this.uitbName.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uitbName.FillColor = System.Drawing.Color.White;
- this.uitbName.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uitbName.Location = new System.Drawing.Point(122, 290);
- this.uitbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uitbName.Maximum = 2147483647D;
- this.uitbName.Minimum = -2147483648D;
- this.uitbName.MinimumSize = new System.Drawing.Size(1, 1);
- this.uitbName.Name = "uitbName";
- this.uitbName.Size = new System.Drawing.Size(366, 29);
- this.uitbName.TabIndex = 2;
- this.uitbName.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(152, 327);
- 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(264, 327);
- 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(379, 327);
- 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, 290);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(106, 29);
- this.uiLabel1.TabIndex = 6;
- this.uiLabel1.Text = "行政区域名称";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // 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, 280);
- this.uiPanel1.TabIndex = 7;
- this.uiPanel1.Text = "uiPanel1";
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // BJbount
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.uiPanel1);
- this.Controls.Add(this.uiLabel1);
- this.Controls.Add(this.uibtnDel);
- this.Controls.Add(this.uibtnUpdate);
- this.Controls.Add(this.uibtnAdd);
- this.Controls.Add(this.uitbName);
- this.Controls.Add(this.uiLabelSmid);
- this.Name = "BJbount";
- 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.UIDataGridView uidgvTable;
- private Sunny.UI.UILabel uiLabelSmid;
- private Sunny.UI.UITextBox uitbName;
- private Sunny.UI.UIButton uibtnAdd;
- private Sunny.UI.UIButton uibtnUpdate;
- private Sunny.UI.UIButton uibtnDel;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UIPanel uiPanel1;
- }
- }
|