frmIntensiveExport.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class frmIntensiveExport
  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(frmIntensiveExport));
  29. this.chkExportbarcode = new LYFZ.ComponentLibrary.CheckBoxEx();
  30. this.rdoOriginalPiece = new LYFZ.ComponentLibrary.RadioButtonEx();
  31. this.rdoEarlyRepairPiece = new LYFZ.ComponentLibrary.RadioButtonEx();
  32. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.rdoAllJingxiu = new LYFZ.ComponentLibrary.RadioButtonEx();
  35. this.rdoSelectJingxiu = new LYFZ.ComponentLibrary.RadioButtonEx();
  36. this.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // plExMainContainer
  41. //
  42. this.plExMainContainer.Controls.Add(this.chkExportbarcode);
  43. this.plExMainContainer.Controls.Add(this.rdoSelectJingxiu);
  44. this.plExMainContainer.Controls.Add(this.rdoAllJingxiu);
  45. this.plExMainContainer.Controls.Add(this.rdoOriginalPiece);
  46. this.plExMainContainer.Controls.Add(this.rdoEarlyRepairPiece);
  47. this.plExMainContainer.Controls.Add(this.btnCancel);
  48. this.plExMainContainer.Controls.Add(this.btnOK);
  49. this.plExMainContainer.Size = new System.Drawing.Size(393, 239);
  50. //
  51. // plFormMainContent
  52. //
  53. this.plFormMainContent.Size = new System.Drawing.Size(393, 239);
  54. //
  55. // btnAppFormExit
  56. //
  57. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  58. this.btnAppFormExit.Location = new System.Drawing.Point(361, 0);
  59. //
  60. // btnAppFormMinimize
  61. //
  62. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  63. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  64. //
  65. // chkExportbarcode
  66. //
  67. this.chkExportbarcode.AutoSize = true;
  68. this.chkExportbarcode.BackColor = System.Drawing.Color.Transparent;
  69. this.chkExportbarcode.Checked = true;
  70. this.chkExportbarcode.CheckState = System.Windows.Forms.CheckState.Checked;
  71. this.chkExportbarcode.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  72. this.chkExportbarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  73. this.chkExportbarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  74. this.chkExportbarcode.Fourstates = false;
  75. this.chkExportbarcode.IsGreenTick = false;
  76. this.chkExportbarcode.Location = new System.Drawing.Point(97, 157);
  77. this.chkExportbarcode.Name = "chkExportbarcode";
  78. this.chkExportbarcode.Size = new System.Drawing.Size(111, 21);
  79. this.chkExportbarcode.TabIndex = 17;
  80. this.chkExportbarcode.Text = "导出产品条形码";
  81. this.chkExportbarcode.UseVisualStyleBackColor = false;
  82. this.chkExportbarcode.Visible = false;
  83. //
  84. // rdoOriginalPiece
  85. //
  86. this.rdoOriginalPiece.AutoSize = true;
  87. this.rdoOriginalPiece.BackColor = System.Drawing.Color.Transparent;
  88. this.rdoOriginalPiece.Font = new System.Drawing.Font("微软雅黑", 9F);
  89. this.rdoOriginalPiece.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  90. this.rdoOriginalPiece.Location = new System.Drawing.Point(97, 124);
  91. this.rdoOriginalPiece.Name = "rdoOriginalPiece";
  92. this.rdoOriginalPiece.Size = new System.Drawing.Size(86, 21);
  93. this.rdoOriginalPiece.TabIndex = 14;
  94. this.rdoOriginalPiece.Tag = "3";
  95. this.rdoOriginalPiece.Text = "选好的原片";
  96. this.rdoOriginalPiece.UseVisualStyleBackColor = false;
  97. //
  98. // rdoEarlyRepairPiece
  99. //
  100. this.rdoEarlyRepairPiece.AutoSize = true;
  101. this.rdoEarlyRepairPiece.BackColor = System.Drawing.Color.Transparent;
  102. this.rdoEarlyRepairPiece.Font = new System.Drawing.Font("微软雅黑", 9F);
  103. this.rdoEarlyRepairPiece.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  104. this.rdoEarlyRepairPiece.Location = new System.Drawing.Point(97, 91);
  105. this.rdoEarlyRepairPiece.Name = "rdoEarlyRepairPiece";
  106. this.rdoEarlyRepairPiece.Size = new System.Drawing.Size(98, 21);
  107. this.rdoEarlyRepairPiece.TabIndex = 13;
  108. this.rdoEarlyRepairPiece.Tag = "2";
  109. this.rdoEarlyRepairPiece.Text = "选好的初修片";
  110. this.rdoEarlyRepairPiece.UseVisualStyleBackColor = false;
  111. //
  112. // btnCancel
  113. //
  114. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  115. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  116. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  117. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  118. this.btnCancel.ForeColor = System.Drawing.Color.White;
  119. this.btnCancel.IsCustomBackImg = false;
  120. this.btnCancel.IsShowText = true;
  121. this.btnCancel.Location = new System.Drawing.Point(202, 196);
  122. this.btnCancel.Name = "btnCancel";
  123. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  124. this.btnCancel.TabIndex = 12;
  125. this.btnCancel.Text = "取 消";
  126. this.btnCancel.UseVisualStyleBackColor = false;
  127. //
  128. // btnOK
  129. //
  130. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  131. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  132. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  133. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  134. this.btnOK.ForeColor = System.Drawing.Color.White;
  135. this.btnOK.IsCustomBackImg = false;
  136. this.btnOK.IsShowText = true;
  137. this.btnOK.Location = new System.Drawing.Point(85, 196);
  138. this.btnOK.Name = "btnOK";
  139. this.btnOK.Size = new System.Drawing.Size(85, 28);
  140. this.btnOK.TabIndex = 11;
  141. this.btnOK.Text = "确 定";
  142. this.btnOK.UseVisualStyleBackColor = false;
  143. //
  144. // rdoAllJingxiu
  145. //
  146. this.rdoAllJingxiu.AutoSize = true;
  147. this.rdoAllJingxiu.BackColor = System.Drawing.Color.Transparent;
  148. this.rdoAllJingxiu.Checked = true;
  149. this.rdoAllJingxiu.Font = new System.Drawing.Font("微软雅黑", 9F);
  150. this.rdoAllJingxiu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  151. this.rdoAllJingxiu.Location = new System.Drawing.Point(97, 25);
  152. this.rdoAllJingxiu.Name = "rdoAllJingxiu";
  153. this.rdoAllJingxiu.Size = new System.Drawing.Size(110, 21);
  154. this.rdoAllJingxiu.TabIndex = 14;
  155. this.rdoAllJingxiu.Tag = "0";
  156. this.rdoAllJingxiu.Text = "导出全部精修片";
  157. this.rdoAllJingxiu.UseVisualStyleBackColor = false;
  158. //
  159. // rdoSelectJingxiu
  160. //
  161. this.rdoSelectJingxiu.AutoSize = true;
  162. this.rdoSelectJingxiu.BackColor = System.Drawing.Color.Transparent;
  163. this.rdoSelectJingxiu.Font = new System.Drawing.Font("微软雅黑", 9F);
  164. this.rdoSelectJingxiu.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  165. this.rdoSelectJingxiu.Location = new System.Drawing.Point(97, 58);
  166. this.rdoSelectJingxiu.Name = "rdoSelectJingxiu";
  167. this.rdoSelectJingxiu.Size = new System.Drawing.Size(110, 21);
  168. this.rdoSelectJingxiu.TabIndex = 14;
  169. this.rdoSelectJingxiu.Tag = "1";
  170. this.rdoSelectJingxiu.Text = "导出选好精修片";
  171. this.rdoSelectJingxiu.UseVisualStyleBackColor = false;
  172. //
  173. // frmIntensiveExport
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  178. this.ClientSize = new System.Drawing.Size(393, 304);
  179. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  180. this.IsUserControlsSize = false;
  181. this.MaximizeBox = false;
  182. this.MinimizeBox = false;
  183. this.Name = "frmIntensiveExport";
  184. this.Text = "导出精修片";
  185. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  186. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  187. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  188. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  189. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  190. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  191. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  192. this.plExMainContainer.ResumeLayout(false);
  193. this.plExMainContainer.PerformLayout();
  194. this.plFormMainContent.ResumeLayout(false);
  195. this.ResumeLayout(false);
  196. }
  197. #endregion
  198. public ComponentLibrary.CheckBoxEx chkExportbarcode;
  199. public ComponentLibrary.RadioButtonEx rdoSelectJingxiu;
  200. public ComponentLibrary.RadioButtonEx rdoAllJingxiu;
  201. public ComponentLibrary.RadioButtonEx rdoOriginalPiece;
  202. public ComponentLibrary.RadioButtonEx rdoEarlyRepairPiece;
  203. public ComponentLibrary.ButtonEx btnCancel;
  204. public ComponentLibrary.ButtonEx btnOK;
  205. }
  206. }