123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- namespace HRT_Measure
- {
- partial class FrmAddMaterial
- {
- /// <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();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.lblCurrentProduct = new System.Windows.Forms.Label();
- this.clbSeletedItem = new System.Windows.Forms.CheckedListBox();
- this.txtNewName = new System.Windows.Forms.TextBox();
- this.lblNewName = new System.Windows.Forms.Label();
- this.btnAdd = new System.Windows.Forms.Button();
- this.btnReName = new System.Windows.Forms.Button();
- this.btnUpdate = new System.Windows.Forms.Button();
- this.btnDelete = new System.Windows.Forms.Button();
- this.btnSeleted = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // timer1
- //
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.lblCurrentProduct);
- this.splitContainer1.Panel1.Controls.Add(this.clbSeletedItem);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.txtNewName);
- this.splitContainer1.Panel2.Controls.Add(this.lblNewName);
- this.splitContainer1.Panel2.Controls.Add(this.btnAdd);
- this.splitContainer1.Panel2.Controls.Add(this.btnReName);
- this.splitContainer1.Panel2.Controls.Add(this.btnUpdate);
- this.splitContainer1.Panel2.Controls.Add(this.btnDelete);
- this.splitContainer1.Panel2.Controls.Add(this.btnSeleted);
- this.splitContainer1.Size = new System.Drawing.Size(1018, 536);
- this.splitContainer1.SplitterDistance = 613;
- this.splitContainer1.SplitterWidth = 2;
- this.splitContainer1.TabIndex = 0;
- //
- // lblCurrentProduct
- //
- this.lblCurrentProduct.Dock = System.Windows.Forms.DockStyle.Top;
- this.lblCurrentProduct.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCurrentProduct.Location = new System.Drawing.Point(0, 0);
- this.lblCurrentProduct.Name = "lblCurrentProduct";
- this.lblCurrentProduct.Size = new System.Drawing.Size(613, 37);
- this.lblCurrentProduct.TabIndex = 57;
- this.lblCurrentProduct.Text = "当前料号:";
- this.lblCurrentProduct.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // clbSeletedItem
- //
- this.clbSeletedItem.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.clbSeletedItem.FormattingEnabled = true;
- this.clbSeletedItem.Location = new System.Drawing.Point(0, 36);
- this.clbSeletedItem.Name = "clbSeletedItem";
- this.clbSeletedItem.Size = new System.Drawing.Size(610, 484);
- this.clbSeletedItem.TabIndex = 50;
- this.clbSeletedItem.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.clbSeletedItem_ItemCheck);
- //
- // txtNewName
- //
- this.txtNewName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.txtNewName.Location = new System.Drawing.Point(105, 21);
- this.txtNewName.Name = "txtNewName";
- this.txtNewName.Size = new System.Drawing.Size(118, 23);
- this.txtNewName.TabIndex = 58;
- //
- // lblNewName
- //
- this.lblNewName.AutoSize = true;
- this.lblNewName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblNewName.Location = new System.Drawing.Point(7, 22);
- this.lblNewName.Name = "lblNewName";
- this.lblNewName.Size = new System.Drawing.Size(103, 16);
- this.lblNewName.TabIndex = 53;
- this.lblNewName.Text = "新料号名称:";
- //
- // btnAdd
- //
- this.btnAdd.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnAdd.Location = new System.Drawing.Point(64, 70);
- this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(102, 29);
- this.btnAdd.TabIndex = 51;
- this.btnAdd.Text = "新增料号";
- this.btnAdd.UseVisualStyleBackColor = true;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // btnReName
- //
- this.btnReName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnReName.Location = new System.Drawing.Point(64, 175);
- this.btnReName.Margin = new System.Windows.Forms.Padding(2);
- this.btnReName.Name = "btnReName";
- this.btnReName.Size = new System.Drawing.Size(102, 29);
- this.btnReName.TabIndex = 52;
- this.btnReName.Text = "重命名";
- this.btnReName.UseVisualStyleBackColor = true;
- this.btnReName.Click += new System.EventHandler(this.btnReName_Click);
- //
- // btnUpdate
- //
- this.btnUpdate.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUpdate.Location = new System.Drawing.Point(64, 279);
- this.btnUpdate.Margin = new System.Windows.Forms.Padding(2);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.Size = new System.Drawing.Size(102, 29);
- this.btnUpdate.TabIndex = 56;
- this.btnUpdate.Text = "刷新";
- this.btnUpdate.UseVisualStyleBackColor = true;
- this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
- //
- // btnDelete
- //
- this.btnDelete.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnDelete.Location = new System.Drawing.Point(64, 122);
- this.btnDelete.Margin = new System.Windows.Forms.Padding(2);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(102, 29);
- this.btnDelete.TabIndex = 55;
- this.btnDelete.Text = "删除料号";
- this.btnDelete.UseVisualStyleBackColor = true;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // btnSeleted
- //
- this.btnSeleted.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSeleted.Location = new System.Drawing.Point(64, 227);
- this.btnSeleted.Margin = new System.Windows.Forms.Padding(2);
- this.btnSeleted.Name = "btnSeleted";
- this.btnSeleted.Size = new System.Drawing.Size(102, 29);
- this.btnSeleted.TabIndex = 54;
- this.btnSeleted.Text = "加载当前料号";
- this.btnSeleted.UseVisualStyleBackColor = true;
- this.btnSeleted.Click += new System.EventHandler(this.btnSeleted_Click);
- //
- // FrmAddMaterial
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1018, 536);
- this.Controls.Add(this.splitContainer1);
- this.Name = "FrmAddMaterial";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "料号";
- this.Load += new System.EventHandler(this.FrmAddMaterial_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.Label lblCurrentProduct;
- private System.Windows.Forms.CheckedListBox clbSeletedItem;
- private System.Windows.Forms.TextBox txtNewName;
- private System.Windows.Forms.Label lblNewName;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.Button btnReName;
- private System.Windows.Forms.Button btnUpdate;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.Button btnSeleted;
- }
- }
|