|
- namespace MaiMuAOI.SysUI.ProductAndStep
- {
- partial class ProductClassesFrm
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductClassesFrm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnNew = new System.Windows.Forms.ToolStripButton();
- this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
- this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
- this.dataGridView2 = new System.Windows.Forms.DataGridView();
- this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colOrder = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colPreName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
- this.SuspendLayout();
- //
- // toolStrip1
- //
- this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
- this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSave,
- this.toolStripSeparator2,
- this.tsbtnNew,
- this.tsbtnDel,
- this.toolStripSeparator1,
- this.tsbtnExit});
- this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
- this.toolStrip1.Location = new System.Drawing.Point(0, 46);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.toolStrip1.Size = new System.Drawing.Size(352, 56);
- this.toolStrip1.TabIndex = 29;
- this.toolStrip1.Text = "toolStrip1";
- //
- // tsbtnSave
- //
- this.tsbtnSave.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
- this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSave.Name = "tsbtnSave";
- this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
- this.tsbtnSave.Text = " 保存 ";
- this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
- //
- // tsbtnNew
- //
- this.tsbtnNew.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.tsbtnNew.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNew.Image")));
- this.tsbtnNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnNew.Name = "tsbtnNew";
- this.tsbtnNew.Size = new System.Drawing.Size(48, 53);
- this.tsbtnNew.Text = "添加行";
- this.tsbtnNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnNew.Click += new System.EventHandler(this.tsbtnNew_Click);
- //
- // tsbtnDel
- //
- this.tsbtnDel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
- this.tsbtnDel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDel.Name = "tsbtnDel";
- this.tsbtnDel.Size = new System.Drawing.Size(48, 53);
- this.tsbtnDel.Text = "删除行";
- this.tsbtnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
- //
- // tsbtnExit
- //
- this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
- this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
- this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnExit.Name = "tsbtnExit";
- this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
- this.tsbtnExit.Text = " 退出 ";
- this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
- //
- // uiTitel1
- //
- this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitel1.FatherForm = null;
- this.uiTitel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitel1.Name = "uiTitel1";
- this.uiTitel1.Size = new System.Drawing.Size(352, 46);
- this.uiTitel1.TabIndex = 28;
- //
- // dataGridView2
- //
- this.dataGridView2.AllowUserToAddRows = false;
- this.dataGridView2.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.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colId,
- this.colOrder,
- this.colPreName,
- this.colName});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle3;
- this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.dataGridView2.Location = new System.Drawing.Point(0, 102);
- this.dataGridView2.Margin = new System.Windows.Forms.Padding(2);
- this.dataGridView2.MultiSelect = false;
- this.dataGridView2.Name = "dataGridView2";
- this.dataGridView2.RowHeadersVisible = false;
- this.dataGridView2.RowHeadersWidth = 62;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dataGridView2.RowTemplate.Height = 30;
- this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView2.Size = new System.Drawing.Size(352, 370);
- this.dataGridView2.TabIndex = 30;
- this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
- this.dataGridView2.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellEndEdit);
- this.dataGridView2.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView2_DataBindingComplete);
- //
- // colId
- //
- this.colId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.colId.DataPropertyName = "Id";
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.colId.DefaultCellStyle = dataGridViewCellStyle2;
- this.colId.HeaderText = "Id";
- this.colId.MinimumWidth = 8;
- this.colId.Name = "colId";
- this.colId.Visible = false;
- this.colId.Width = 150;
- //
- // colOrder
- //
- this.colOrder.DataPropertyName = "Order";
- this.colOrder.HeaderText = "Order";
- this.colOrder.MinimumWidth = 8;
- this.colOrder.Name = "colOrder";
- this.colOrder.ReadOnly = true;
- this.colOrder.Visible = false;
- this.colOrder.Width = 150;
- //
- // colPreName
- //
- this.colPreName.HeaderText = "PreName";
- this.colPreName.MinimumWidth = 8;
- this.colPreName.Name = "colPreName";
- this.colPreName.ReadOnly = true;
- this.colPreName.Visible = false;
- this.colPreName.Width = 150;
- //
- // colName
- //
- this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.colName.DataPropertyName = "Name";
- this.colName.HeaderText = "名称";
- this.colName.MinimumWidth = 8;
- this.colName.Name = "colName";
- //
- // ProductClassesFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(352, 472);
- this.Controls.Add(this.dataGridView2);
- this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.uiTitel1);
- this.Name = "ProductClassesFrm";
- this.Text = "产品类别";
- this.Load += new System.EventHandler(this.ProductClassesFrm_Load);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSave;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton tsbtnExit;
- private System.Windows.Forms.ToolStripButton tsbtnNew;
- private System.Windows.Forms.ToolStripButton tsbtnDel;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
- private System.Windows.Forms.DataGridView dataGridView2;
- private System.Windows.Forms.DataGridViewTextBoxColumn colId;
- private System.Windows.Forms.DataGridViewTextBoxColumn colOrder;
- private System.Windows.Forms.DataGridViewTextBoxColumn colPreName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colName;
- }
- }
|