|
|
@@ -0,0 +1,252 @@
|
|
|
+namespace Dongke.IBOSS.PRD.Client.SystemModule
|
|
|
+{
|
|
|
+ partial class F_MST_1301
|
|
|
+ {
|
|
|
+ /// <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(F_MST_1301));
|
|
|
+ this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
|
|
|
+ this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
+ this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
+ this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
+ this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
|
|
|
+ this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
|
|
|
+ this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.tsrOperate.SuspendLayout();
|
|
|
+ this.gbxCondition.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // tsrOperate
|
|
|
+ //
|
|
|
+ this.tsrOperate.AutoSize = false;
|
|
|
+ this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
|
|
|
+ this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.tsbtnAdd,
|
|
|
+ this.tsbtnEdit,
|
|
|
+ this.tsbtnAdaptive,
|
|
|
+ this.tsbtnClose});
|
|
|
+ this.tsrOperate.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tsrOperate.Name = "tsrOperate";
|
|
|
+ this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
+ this.tsrOperate.ShowItemToolTips = false;
|
|
|
+ this.tsrOperate.Size = new System.Drawing.Size(1037, 35);
|
|
|
+ this.tsrOperate.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // tsbtnAdd
|
|
|
+ //
|
|
|
+ this.tsbtnAdd.AutoSize = false;
|
|
|
+ this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnAdd.Name = "tsbtnAdd";
|
|
|
+ this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnAdd.Text = "新建(&N)";
|
|
|
+ //
|
|
|
+ // tsbtnEdit
|
|
|
+ //
|
|
|
+ this.tsbtnEdit.AutoSize = false;
|
|
|
+ this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnEdit.Name = "tsbtnEdit";
|
|
|
+ this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnEdit.Text = "编辑(&E)";
|
|
|
+ //
|
|
|
+ // tsbtnClose
|
|
|
+ //
|
|
|
+ this.tsbtnClose.AutoSize = false;
|
|
|
+ this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnClose.Name = "tsbtnClose";
|
|
|
+ this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnClose.Text = "关闭(&X)";
|
|
|
+ //
|
|
|
+ // lblGoodsCode
|
|
|
+ //
|
|
|
+ this.lblGoodsCode.AutoSize = true;
|
|
|
+ this.lblGoodsCode.BackColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.lblGoodsCode.Location = new System.Drawing.Point(16, 24);
|
|
|
+ this.lblGoodsCode.Name = "lblGoodsCode";
|
|
|
+ this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblGoodsCode.TabIndex = 3;
|
|
|
+ this.lblGoodsCode.Text = "产品编码";
|
|
|
+ //
|
|
|
+ // txtGoodsCode
|
|
|
+ //
|
|
|
+ this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
|
+ this.txtGoodsCode.ErrorMessage = "";
|
|
|
+ this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
+ this.txtGoodsCode.Location = new System.Drawing.Point(75, 20);
|
|
|
+ this.txtGoodsCode.MaxLength = 50;
|
|
|
+ this.txtGoodsCode.Name = "txtGoodsCode";
|
|
|
+ this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.txtGoodsCode.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // btnSearch
|
|
|
+ //
|
|
|
+ this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnSearch.BackColor = System.Drawing.Color.Gray;
|
|
|
+ this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
|
|
|
+ this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(843, 41);
|
|
|
+ this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.btnSearch.Name = "btnSearch";
|
|
|
+ this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
+ this.btnSearch.TabIndex = 10;
|
|
|
+ this.btnSearch.Text = "查询(&Q)";
|
|
|
+ this.btnSearch.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // btnClearCondition
|
|
|
+ //
|
|
|
+ this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
|
|
|
+ this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
|
|
|
+ this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.btnClearCondition.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.btnClearCondition.Location = new System.Drawing.Point(934, 41);
|
|
|
+ this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.btnClearCondition.Name = "btnClearCondition";
|
|
|
+ this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
+ this.btnClearCondition.TabIndex = 11;
|
|
|
+ this.btnClearCondition.Text = "清空条件(&C)";
|
|
|
+ this.btnClearCondition.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // lblGlazeTypeID
|
|
|
+ //
|
|
|
+ this.lblGlazeTypeID.AutoSize = true;
|
|
|
+ this.lblGlazeTypeID.BackColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblGlazeTypeID.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.lblGlazeTypeID.Location = new System.Drawing.Point(212, 24);
|
|
|
+ this.lblGlazeTypeID.Name = "lblGlazeTypeID";
|
|
|
+ this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblGlazeTypeID.TabIndex = 15;
|
|
|
+ this.lblGlazeTypeID.Text = "釉料类别";
|
|
|
+ //
|
|
|
+ // gbxCondition
|
|
|
+ //
|
|
|
+ this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
|
|
|
+ this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
|
|
|
+ this.gbxCondition.Controls.Add(this.btnClearCondition);
|
|
|
+ this.gbxCondition.Controls.Add(this.btnSearch);
|
|
|
+ this.gbxCondition.Controls.Add(this.lblGoodsCode);
|
|
|
+ this.gbxCondition.Controls.Add(this.txtGoodsCode);
|
|
|
+ this.gbxCondition.Controls.Add(this.lblGlazeTypeID);
|
|
|
+ this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.gbxCondition.IsMustInput = false;
|
|
|
+ this.gbxCondition.Location = new System.Drawing.Point(0, 38);
|
|
|
+ this.gbxCondition.Name = "gbxCondition";
|
|
|
+ this.gbxCondition.OriginalHeight = -1;
|
|
|
+ this.gbxCondition.Size = new System.Drawing.Size(1025, 82);
|
|
|
+ this.gbxCondition.TabIndex = 23;
|
|
|
+ this.gbxCondition.TabStop = false;
|
|
|
+ this.gbxCondition.Text = "查询条件 ▼";
|
|
|
+ //
|
|
|
+ // ddlGlazeTypeID
|
|
|
+ //
|
|
|
+ this.ddlGlazeTypeID.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.ddlGlazeTypeID.DataSource = null;
|
|
|
+ this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ddlGlazeTypeID.FormattingEnabled = true;
|
|
|
+ //
|
|
|
+ //
|
|
|
+ //
|
|
|
+ this.ddlGlazeTypeID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.ddlGlazeTypeID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ddlGlazeTypeID.ListBox.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.ddlGlazeTypeID.ListBox.Name = "";
|
|
|
+ this.ddlGlazeTypeID.ListBox.Size = new System.Drawing.Size(118, 136);
|
|
|
+ this.ddlGlazeTypeID.ListBox.TabIndex = 0;
|
|
|
+ this.ddlGlazeTypeID.Location = new System.Drawing.Point(271, 21);
|
|
|
+ this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
|
|
|
+ this.ddlGlazeTypeID.Size = new System.Drawing.Size(120, 20);
|
|
|
+ this.ddlGlazeTypeID.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // tsbtnAdaptive
|
|
|
+ //
|
|
|
+ this.tsbtnAdaptive.AutoSize = false;
|
|
|
+ this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnAdaptive.Name = "tsbtnAdaptive";
|
|
|
+ this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
|
|
|
+ this.tsbtnAdaptive.Text = "自适应列宽(&A)";
|
|
|
+ //
|
|
|
+ // F_MST_1301
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1037, 461);
|
|
|
+ this.Controls.Add(this.gbxCondition);
|
|
|
+ this.Controls.Add(this.tsrOperate);
|
|
|
+ this.Name = "F_MST_1301";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = "产品档案";
|
|
|
+ this.Load += new System.EventHandler(this.F_MST_1301_Load);
|
|
|
+ this.tsrOperate.ResumeLayout(false);
|
|
|
+ this.tsrOperate.PerformLayout();
|
|
|
+ this.gbxCondition.ResumeLayout(false);
|
|
|
+ this.gbxCondition.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private Basics.BaseControls.C_ToolStrip tsrOperate;
|
|
|
+ private System.Windows.Forms.ToolStripButton tsbtnAdd;
|
|
|
+ private System.Windows.Forms.ToolStripButton tsbtnEdit;
|
|
|
+ private System.Windows.Forms.ToolStripButton tsbtnClose;
|
|
|
+ private Basics.BaseControls.C_Label lblGoodsCode;
|
|
|
+ private Basics.BaseControls.C_TextBox txtGoodsCode;
|
|
|
+ private Basics.BaseControls.C_Button btnSearch;
|
|
|
+ private Basics.BaseControls.C_Button btnClearCondition;
|
|
|
+ private Basics.BaseControls.C_Label lblGlazeTypeID;
|
|
|
+ private Basics.BaseControls.C_GroupBox gbxCondition;
|
|
|
+ private Basics.BaseControls.DKListBoxComboBox ddlGlazeTypeID;
|
|
|
+ private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
|
|
|
+ }
|
|
|
+}
|