WorkWidth.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. namespace WinForms
  2. {
  3. partial class WorkWidth
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.oldWidth = new System.Windows.Forms.Label();
  31. this.newWidth = new System.Windows.Forms.TextBox();
  32. this.btnCancel = new System.Windows.Forms.Button();
  33. this.btnSubmit = new System.Windows.Forms.Button();
  34. this.workId = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.label1.Location = new System.Drawing.Point(12, 20);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(90, 21);
  44. this.label1.TabIndex = 71;
  45. this.label1.Text = "旧的幅宽:";
  46. //
  47. // label2
  48. //
  49. this.label2.AutoSize = true;
  50. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.label2.Location = new System.Drawing.Point(12, 64);
  52. this.label2.Name = "label2";
  53. this.label2.Size = new System.Drawing.Size(90, 21);
  54. this.label2.TabIndex = 72;
  55. this.label2.Text = "新的幅宽:";
  56. //
  57. // oldWidth
  58. //
  59. this.oldWidth.AutoSize = true;
  60. this.oldWidth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.oldWidth.Location = new System.Drawing.Point(104, 20);
  62. this.oldWidth.Name = "oldWidth";
  63. this.oldWidth.Size = new System.Drawing.Size(0, 21);
  64. this.oldWidth.TabIndex = 73;
  65. //
  66. // newWidth
  67. //
  68. this.newWidth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.newWidth.Location = new System.Drawing.Point(104, 61);
  70. this.newWidth.Name = "newWidth";
  71. this.newWidth.Size = new System.Drawing.Size(211, 29);
  72. this.newWidth.TabIndex = 74;
  73. this.newWidth.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.newWidth_KeyPress);
  74. //
  75. // btnCancel
  76. //
  77. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  78. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.btnCancel.Location = new System.Drawing.Point(235, 101);
  80. this.btnCancel.Name = "btnCancel";
  81. this.btnCancel.Size = new System.Drawing.Size(80, 30);
  82. this.btnCancel.TabIndex = 76;
  83. this.btnCancel.Text = "取消";
  84. this.btnCancel.UseVisualStyleBackColor = true;
  85. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  86. //
  87. // btnSubmit
  88. //
  89. this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  90. this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.btnSubmit.Location = new System.Drawing.Point(149, 101);
  92. this.btnSubmit.Name = "btnSubmit";
  93. this.btnSubmit.Size = new System.Drawing.Size(80, 30);
  94. this.btnSubmit.TabIndex = 75;
  95. this.btnSubmit.Text = "确定";
  96. this.btnSubmit.UseVisualStyleBackColor = true;
  97. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  98. //
  99. // workId
  100. //
  101. this.workId.AutoSize = true;
  102. this.workId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.workId.Location = new System.Drawing.Point(12, 106);
  104. this.workId.Name = "workId";
  105. this.workId.Size = new System.Drawing.Size(0, 21);
  106. this.workId.TabIndex = 78;
  107. this.workId.Visible = false;
  108. //
  109. // WorkWidth
  110. //
  111. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  112. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  113. this.BackColor = System.Drawing.Color.White;
  114. this.ClientSize = new System.Drawing.Size(327, 143);
  115. this.Controls.Add(this.workId);
  116. this.Controls.Add(this.btnCancel);
  117. this.Controls.Add(this.btnSubmit);
  118. this.Controls.Add(this.newWidth);
  119. this.Controls.Add(this.oldWidth);
  120. this.Controls.Add(this.label2);
  121. this.Controls.Add(this.label1);
  122. this.MaximizeBox = false;
  123. this.MinimizeBox = false;
  124. this.Name = "WorkWidth";
  125. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  126. this.Text = "工单编号";
  127. this.ResumeLayout(false);
  128. this.PerformLayout();
  129. }
  130. #endregion
  131. private System.Windows.Forms.Label label1;
  132. private System.Windows.Forms.Label label2;
  133. private System.Windows.Forms.Label oldWidth;
  134. private System.Windows.Forms.TextBox newWidth;
  135. private System.Windows.Forms.Button btnCancel;
  136. private System.Windows.Forms.Button btnSubmit;
  137. private System.Windows.Forms.Label workId;
  138. }
  139. }