Special_ChangeSNCraft.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. namespace UAS_MES.Special
  2. {
  3. partial class Special_ChangeSNCraft
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_ChangeSNCraft));
  29. this.sn_code_label = new System.Windows.Forms.Label();
  30. this.cr_code_label = new System.Windows.Forms.Label();
  31. this.cr_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  32. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  33. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  34. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  35. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  36. this.SuspendLayout();
  37. //
  38. // sn_code_label
  39. //
  40. this.sn_code_label.AutoSize = true;
  41. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.sn_code_label.Location = new System.Drawing.Point(95, 196);
  43. this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  44. this.sn_code_label.Name = "sn_code_label";
  45. this.sn_code_label.Size = new System.Drawing.Size(58, 21);
  46. this.sn_code_label.TabIndex = 149;
  47. this.sn_code_label.Text = "序列号";
  48. //
  49. // cr_code_label
  50. //
  51. this.cr_code_label.AutoSize = true;
  52. this.cr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.cr_code_label.Location = new System.Drawing.Point(95, 246);
  54. this.cr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  55. this.cr_code_label.Name = "cr_code_label";
  56. this.cr_code_label.Size = new System.Drawing.Size(42, 21);
  57. this.cr_code_label.TabIndex = 155;
  58. this.cr_code_label.Text = "途程";
  59. //
  60. // cr_code
  61. //
  62. this.cr_code.AllPower = null;
  63. this.cr_code.Caller = null;
  64. this.cr_code.Condition = null;
  65. this.cr_code.DBTitle = null;
  66. this.cr_code.FormName = null;
  67. this.cr_code.Location = new System.Drawing.Point(174, 246);
  68. this.cr_code.Name = "cr_code";
  69. this.cr_code.Power = null;
  70. this.cr_code.ReturnData = null;
  71. this.cr_code.SelectField = null;
  72. this.cr_code.SetValueField = null;
  73. this.cr_code.Size = new System.Drawing.Size(199, 21);
  74. this.cr_code.TabIndex = 154;
  75. this.cr_code.TableName = null;
  76. this.cr_code.TextBoxEnable = false;
  77. //
  78. // Clean
  79. //
  80. this.Clean.AllPower = null;
  81. this.Clean.BackColor = System.Drawing.Color.Transparent;
  82. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  83. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  84. this.Clean.IsShowBorder = true;
  85. this.Clean.Location = new System.Drawing.Point(562, 396);
  86. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  87. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  88. this.Clean.Name = "Clean";
  89. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  90. this.Clean.Power = null;
  91. this.Clean.Size = new System.Drawing.Size(60, 25);
  92. this.Clean.TabIndex = 153;
  93. this.Clean.Text = "清除";
  94. this.Clean.UseVisualStyleBackColor = true;
  95. //
  96. // OperateResult
  97. //
  98. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.OperateResult.Location = new System.Drawing.Point(477, 79);
  100. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  101. this.OperateResult.Name = "OperateResult";
  102. this.OperateResult.Size = new System.Drawing.Size(232, 309);
  103. this.OperateResult.TabIndex = 152;
  104. this.OperateResult.Text = "";
  105. //
  106. // Confirm
  107. //
  108. this.Confirm.AllPower = "ifall";
  109. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  110. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  111. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  112. this.Confirm.IsShowBorder = true;
  113. this.Confirm.Location = new System.Drawing.Point(222, 296);
  114. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  115. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  116. this.Confirm.Name = "Confirm";
  117. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  118. this.Confirm.Power = "ifspecial";
  119. this.Confirm.Size = new System.Drawing.Size(60, 25);
  120. this.Confirm.TabIndex = 151;
  121. this.Confirm.Text = "确认";
  122. this.Confirm.UseVisualStyleBackColor = true;
  123. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  124. //
  125. // sn_code
  126. //
  127. this.sn_code.AllPower = null;
  128. this.sn_code.BackColor = System.Drawing.Color.White;
  129. this.sn_code.ID = null;
  130. this.sn_code.Location = new System.Drawing.Point(174, 197);
  131. this.sn_code.Margin = new System.Windows.Forms.Padding(4);
  132. this.sn_code.Name = "sn_code";
  133. this.sn_code.Power = null;
  134. this.sn_code.Size = new System.Drawing.Size(176, 21);
  135. this.sn_code.Str = null;
  136. this.sn_code.Str1 = null;
  137. this.sn_code.Str2 = null;
  138. this.sn_code.TabIndex = 150;
  139. //
  140. // Special_ChangeSNCraft
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(805, 501);
  145. this.Controls.Add(this.cr_code_label);
  146. this.Controls.Add(this.cr_code);
  147. this.Controls.Add(this.Clean);
  148. this.Controls.Add(this.OperateResult);
  149. this.Controls.Add(this.Confirm);
  150. this.Controls.Add(this.sn_code);
  151. this.Controls.Add(this.sn_code_label);
  152. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  153. this.Name = "Special_ChangeSNCraft";
  154. this.Tag = "Special!ChangeSNCraft";
  155. this.Text = "Special_ChangeSNCraft";
  156. this.Load += new System.EventHandler(this.Special_ChangeSNCraft_Load);
  157. this.ResumeLayout(false);
  158. this.PerformLayout();
  159. }
  160. #endregion
  161. private CustomControl.ButtonUtil.NormalButton Clean;
  162. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  163. private CustomControl.ButtonUtil.NormalButton Confirm;
  164. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  165. private System.Windows.Forms.Label sn_code_label;
  166. private CustomControl.TextBoxWithIcon.SearchTextBox cr_code;
  167. private System.Windows.Forms.Label cr_code_label;
  168. }
  169. }