123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387 |
- namespace DllXqManager
- {
- partial class TEntityQuery
- {
- /// <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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TEntityQuery));
- this.dgvmain = new System.Windows.Forms.DataGridView();
- this.选择 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
- this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.edit名称 = new System.Windows.Forms.TextBox();
- this.lbl中文品名 = new System.Windows.Forms.Label();
- this.lb件号 = new System.Windows.Forms.Label();
- this.edit代码 = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.cms = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
- this.bindingNavigator2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.cms.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvmain
- //
- this.dgvmain.AllowUserToAddRows = false;
- this.dgvmain.AllowUserToDeleteRows = false;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, 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.dgvmain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvmain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvmain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.选择});
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvmain.DefaultCellStyle = dataGridViewCellStyle2;
- this.dgvmain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvmain.Location = new System.Drawing.Point(0, 82);
- this.dgvmain.Name = "dgvmain";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvmain.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvmain.RowHeadersWidth = 30;
- this.dgvmain.RowTemplate.Height = 23;
- this.dgvmain.Size = new System.Drawing.Size(871, 472);
- this.dgvmain.TabIndex = 8;
- this.dgvmain.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvmain_CellDoubleClick);
- this.dgvmain.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvmain_CellMouseDown);
- //
- // 选择
- //
- this.选择.DataPropertyName = "IsSelected";
- this.选择.FalseValue = "0";
- this.选择.HeaderText = "选择";
- this.选择.Name = "选择";
- this.选择.TrueValue = "1";
- this.选择.Width = 60;
- //
- // bindingNavigator2
- //
- this.bindingNavigator2.AddNewItem = null;
- this.bindingNavigator2.CountItem = this.toolStripLabel3;
- this.bindingNavigator2.DeleteItem = null;
- this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripButton1,
- this.toolStripButton2,
- this.toolStripSeparator1,
- this.toolStripTextBox1,
- this.toolStripLabel3,
- this.toolStripSeparator3,
- this.toolStripButton4,
- this.toolStripButton5,
- this.toolStripSeparator4,
- this.toolStripButton3});
- this.bindingNavigator2.Location = new System.Drawing.Point(0, 57);
- this.bindingNavigator2.MoveFirstItem = this.toolStripButton1;
- this.bindingNavigator2.MoveLastItem = this.toolStripButton5;
- this.bindingNavigator2.MoveNextItem = this.toolStripButton4;
- this.bindingNavigator2.MovePreviousItem = this.toolStripButton2;
- this.bindingNavigator2.Name = "bindingNavigator2";
- this.bindingNavigator2.PositionItem = this.toolStripTextBox1;
- this.bindingNavigator2.Size = new System.Drawing.Size(871, 25);
- this.bindingNavigator2.TabIndex = 7;
- this.bindingNavigator2.Text = "bindingNavigator2";
- //
- // toolStripLabel3
- //
- this.toolStripLabel3.Name = "toolStripLabel3";
- this.toolStripLabel3.Size = new System.Drawing.Size(32, 22);
- this.toolStripLabel3.Text = "/ {0}";
- this.toolStripLabel3.ToolTipText = "总项数";
- //
- // toolStripButton1
- //
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.RightToLeftAutoMirrorImage = true;
- this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton1.Text = "移到第一条记录";
- //
- // toolStripButton2
- //
- this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
- this.toolStripButton2.Name = "toolStripButton2";
- this.toolStripButton2.RightToLeftAutoMirrorImage = true;
- this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton2.Text = "移到上一条记录";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripTextBox1
- //
- this.toolStripTextBox1.AccessibleName = "位置";
- this.toolStripTextBox1.AutoSize = false;
- this.toolStripTextBox1.Name = "toolStripTextBox1";
- this.toolStripTextBox1.Size = new System.Drawing.Size(50, 23);
- this.toolStripTextBox1.Text = "0";
- this.toolStripTextBox1.ToolTipText = "当前位置";
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripButton4
- //
- this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
- this.toolStripButton4.Name = "toolStripButton4";
- this.toolStripButton4.RightToLeftAutoMirrorImage = true;
- this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton4.Text = "移到下一条记录";
- //
- // toolStripButton5
- //
- this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
- this.toolStripButton5.Name = "toolStripButton5";
- this.toolStripButton5.RightToLeftAutoMirrorImage = true;
- this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton5.Text = "移到最后一条记录";
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.button3);
- this.groupBox1.Controls.Add(this.button4);
- this.groupBox1.Controls.Add(this.edit名称);
- this.groupBox1.Controls.Add(this.lbl中文品名);
- this.groupBox1.Controls.Add(this.lb件号);
- this.groupBox1.Controls.Add(this.edit代码);
- this.groupBox1.Controls.Add(this.button1);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(871, 57);
- this.groupBox1.TabIndex = 6;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "查询条件";
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(774, 20);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(80, 30);
- this.button3.TabIndex = 401;
- this.button3.Text = "确认(&F)";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Visible = false;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(688, 21);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(80, 30);
- this.button4.TabIndex = 400;
- this.button4.Text = "新增(&A)";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // edit名称
- //
- this.edit名称.Location = new System.Drawing.Point(250, 21);
- this.edit名称.Name = "edit名称";
- this.edit名称.Size = new System.Drawing.Size(151, 21);
- this.edit名称.TabIndex = 2;
- //
- // lbl中文品名
- //
- this.lbl中文品名.Location = new System.Drawing.Point(180, 26);
- this.lbl中文品名.Name = "lbl中文品名";
- this.lbl中文品名.Size = new System.Drawing.Size(71, 12);
- this.lbl中文品名.TabIndex = 373;
- this.lbl中文品名.Text = "名称";
- this.lbl中文品名.TextAlign = System.Drawing.ContentAlignment.BottomRight;
- //
- // lb件号
- //
- this.lb件号.Location = new System.Drawing.Point(7, 25);
- this.lb件号.Name = "lb件号";
- this.lb件号.Size = new System.Drawing.Size(55, 12);
- this.lb件号.TabIndex = 369;
- this.lb件号.Text = "代码";
- this.lb件号.TextAlign = System.Drawing.ContentAlignment.BottomRight;
- //
- // edit代码
- //
- this.edit代码.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.edit代码.Location = new System.Drawing.Point(62, 20);
- this.edit代码.Name = "edit代码";
- this.edit代码.Size = new System.Drawing.Size(100, 21);
- this.edit代码.TabIndex = 0;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(602, 21);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(80, 30);
- this.button1.TabIndex = 17;
- this.button1.Text = "查询(&Q)";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // cms
- //
- this.cms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem2,
- this.toolStripMenuItem3,
- this.toolStripMenuItem4});
- this.cms.Name = "cms";
- this.cms.Size = new System.Drawing.Size(113, 70);
- this.cms.Opening += new System.ComponentModel.CancelEventHandler(this.cms_Opening);
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(112, 22);
- this.toolStripMenuItem2.Text = "删除";
- this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(112, 22);
- this.toolStripMenuItem3.Text = "全选";
- this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
- //
- // toolStripMenuItem4
- //
- this.toolStripMenuItem4.Name = "toolStripMenuItem4";
- this.toolStripMenuItem4.Size = new System.Drawing.Size(112, 22);
- this.toolStripMenuItem4.Text = "反全选";
- this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
- //
- // toolStripButton3
- //
- this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
- this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton3.Name = "toolStripButton3";
- this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton3.Text = "toolStripButton3";
- this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
- //
- // TEntityQuery
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(871, 554);
- this.Controls.Add(this.dgvmain);
- this.Controls.Add(this.bindingNavigator2);
- this.Controls.Add(this.groupBox1);
- this.Name = "TEntityQuery";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "实体查询";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.mcaquery_FormClosed);
- this.Load += new System.EventHandler(this.mmaquery_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
- this.bindingNavigator2.ResumeLayout(false);
- this.bindingNavigator2.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.cms.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dgvmain;
- private System.Windows.Forms.BindingNavigator bindingNavigator2;
- private System.Windows.Forms.ToolStripLabel toolStripLabel3;
- private System.Windows.Forms.ToolStripButton toolStripButton1;
- private System.Windows.Forms.ToolStripButton toolStripButton2;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton toolStripButton4;
- private System.Windows.Forms.ToolStripButton toolStripButton5;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.TextBox edit名称;
- private System.Windows.Forms.Label lbl中文品名;
- private System.Windows.Forms.Label lb件号;
- private System.Windows.Forms.TextBox edit代码;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.ContextMenuStrip cms;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.DataGridViewCheckBoxColumn 选择;
- private System.Windows.Forms.ToolStripButton toolStripButton3;
- }
- }
|