123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- namespace WinForms
- {
- partial class WorkModel
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.oldName = new System.Windows.Forms.Label();
- this.newName = new System.Windows.Forms.TextBox();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnSubmit = new System.Windows.Forms.Button();
- this.workId = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(12, 20);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(122, 21);
- this.label1.TabIndex = 71;
- this.label1.Text = "旧品种及规格:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(12, 64);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(122, 21);
- this.label2.TabIndex = 72;
- this.label2.Text = "新品种及规格:";
- //
- // oldName
- //
- this.oldName.AutoSize = true;
- this.oldName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.oldName.Location = new System.Drawing.Point(124, 20);
- this.oldName.Name = "oldName";
- this.oldName.Size = new System.Drawing.Size(0, 21);
- this.oldName.TabIndex = 73;
- //
- // newName
- //
- this.newName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.newName.Location = new System.Drawing.Point(124, 61);
- this.newName.Name = "newName";
- this.newName.Size = new System.Drawing.Size(211, 29);
- this.newName.TabIndex = 74;
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.Location = new System.Drawing.Point(256, 111);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(80, 30);
- this.btnCancel.TabIndex = 76;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnSubmit
- //
- this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSubmit.Location = new System.Drawing.Point(170, 111);
- this.btnSubmit.Name = "btnSubmit";
- this.btnSubmit.Size = new System.Drawing.Size(80, 30);
- this.btnSubmit.TabIndex = 75;
- this.btnSubmit.Text = "确定";
- this.btnSubmit.UseVisualStyleBackColor = true;
- this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
- //
- // workId
- //
- this.workId.AutoSize = true;
- this.workId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.workId.Location = new System.Drawing.Point(12, 116);
- this.workId.Name = "workId";
- this.workId.Size = new System.Drawing.Size(0, 21);
- this.workId.TabIndex = 77;
- this.workId.Visible = false;
- //
- // WorkModel
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(348, 153);
- this.Controls.Add(this.workId);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSubmit);
- this.Controls.Add(this.newName);
- this.Controls.Add(this.oldName);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "WorkModel";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "工单编号";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label oldName;
- private System.Windows.Forms.TextBox newName;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnSubmit;
- private System.Windows.Forms.Label workId;
- }
- }
|