锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

195 lines
11 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSJJCollect
  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(FormICSJJCollect));
  29. this.lblFromTitle = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel();
  32. this.userControlCollectBeginTop1 = new ICSSoft.Frame.APP.UserControlCollectBeginTop();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.btnEnlargeTZ = new System.Windows.Forms.Button();
  35. this.axAcroPDFTZ = new AxAcroPDFLib.AxAcroPDF();
  36. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  37. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  38. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  39. this.panelControl1.SuspendLayout();
  40. this.tableLayoutPanelMain.SuspendLayout();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.axAcroPDFTZ)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  44. this.panelControl3.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // lblFromTitle
  48. //
  49. this.lblFromTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.lblFromTitle.Appearance.ForeColor = System.Drawing.Color.White;
  51. this.lblFromTitle.Location = new System.Drawing.Point(4, 4);
  52. this.lblFromTitle.Name = "lblFromTitle";
  53. this.lblFromTitle.Size = new System.Drawing.Size(64, 21);
  54. this.lblFromTitle.TabIndex = 26;
  55. this.lblFromTitle.Text = "产品报工";
  56. //
  57. // panelControl1
  58. //
  59. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  60. this.panelControl1.Appearance.Options.UseBackColor = true;
  61. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  62. this.panelControl1.Controls.Add(this.tableLayoutPanelMain);
  63. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.panelControl1.Location = new System.Drawing.Point(0, 30);
  65. this.panelControl1.Name = "panelControl1";
  66. this.panelControl1.Size = new System.Drawing.Size(970, 577);
  67. this.panelControl1.TabIndex = 27;
  68. //
  69. // tableLayoutPanelMain
  70. //
  71. this.tableLayoutPanelMain.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
  72. this.tableLayoutPanelMain.ColumnCount = 1;
  73. this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  74. this.tableLayoutPanelMain.Controls.Add(this.userControlCollectBeginTop1, 0, 0);
  75. this.tableLayoutPanelMain.Controls.Add(this.panel1, 0, 1);
  76. this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.tableLayoutPanelMain.Location = new System.Drawing.Point(0, 0);
  78. this.tableLayoutPanelMain.Name = "tableLayoutPanelMain";
  79. this.tableLayoutPanelMain.RowCount = 2;
  80. this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 180F));
  81. this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  82. this.tableLayoutPanelMain.Size = new System.Drawing.Size(970, 577);
  83. this.tableLayoutPanelMain.TabIndex = 0;
  84. //
  85. // userControlCollectBeginTop1
  86. //
  87. this.userControlCollectBeginTop1.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.userControlCollectBeginTop1.Location = new System.Drawing.Point(4, 4);
  89. this.userControlCollectBeginTop1.Name = "userControlCollectBeginTop1";
  90. this.userControlCollectBeginTop1.Size = new System.Drawing.Size(962, 174);
  91. this.userControlCollectBeginTop1.TabIndex = 3;
  92. //
  93. // panel1
  94. //
  95. this.panel1.Controls.Add(this.btnEnlargeTZ);
  96. this.panel1.Controls.Add(this.axAcroPDFTZ);
  97. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.panel1.Location = new System.Drawing.Point(4, 185);
  99. this.panel1.Name = "panel1";
  100. this.panel1.Size = new System.Drawing.Size(962, 388);
  101. this.panel1.TabIndex = 4;
  102. //
  103. // btnEnlargeTZ
  104. //
  105. this.btnEnlargeTZ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  106. this.btnEnlargeTZ.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
  107. this.btnEnlargeTZ.Location = new System.Drawing.Point(921, 3);
  108. this.btnEnlargeTZ.Name = "btnEnlargeTZ";
  109. this.btnEnlargeTZ.Size = new System.Drawing.Size(38, 28);
  110. this.btnEnlargeTZ.TabIndex = 13;
  111. this.btnEnlargeTZ.Text = "口";
  112. this.btnEnlargeTZ.UseVisualStyleBackColor = true;
  113. this.btnEnlargeTZ.Click += new System.EventHandler(this.btnEnlargeTZ_Click);
  114. //
  115. // axAcroPDFTZ
  116. //
  117. this.axAcroPDFTZ.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.axAcroPDFTZ.Enabled = true;
  119. this.axAcroPDFTZ.Location = new System.Drawing.Point(0, 0);
  120. this.axAcroPDFTZ.Name = "axAcroPDFTZ";
  121. this.axAcroPDFTZ.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axAcroPDFTZ.OcxState")));
  122. this.axAcroPDFTZ.Size = new System.Drawing.Size(962, 388);
  123. this.axAcroPDFTZ.TabIndex = 12;
  124. //
  125. // btnClose
  126. //
  127. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  128. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  129. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  130. this.btnClose.Appearance.Options.UseFont = true;
  131. this.btnClose.Appearance.Options.UseForeColor = true;
  132. this.btnClose.Appearance.Options.UseTextOptions = true;
  133. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  134. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  135. this.btnClose.Location = new System.Drawing.Point(944, 0);
  136. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  137. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  138. this.btnClose.Name = "btnClose";
  139. this.btnClose.Size = new System.Drawing.Size(26, 30);
  140. this.btnClose.TabIndex = 30;
  141. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  142. //
  143. // panelControl3
  144. //
  145. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  146. this.panelControl3.Appearance.Options.UseBackColor = true;
  147. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  148. this.panelControl3.Controls.Add(this.btnClose);
  149. this.panelControl3.Controls.Add(this.lblFromTitle);
  150. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  151. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  152. this.panelControl3.Name = "panelControl3";
  153. this.panelControl3.Size = new System.Drawing.Size(970, 30);
  154. this.panelControl3.TabIndex = 31;
  155. //
  156. // FormICSJJCollect
  157. //
  158. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  159. this.Appearance.Options.UseBackColor = true;
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.ClientSize = new System.Drawing.Size(970, 607);
  163. this.Controls.Add(this.panelControl1);
  164. this.Controls.Add(this.panelControl3);
  165. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  166. this.Name = "FormICSJJCollect";
  167. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  168. this.Text = "产品报工";
  169. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  170. this.panelControl1.ResumeLayout(false);
  171. this.tableLayoutPanelMain.ResumeLayout(false);
  172. this.panel1.ResumeLayout(false);
  173. ((System.ComponentModel.ISupportInitialize)(this.axAcroPDFTZ)).EndInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  175. this.panelControl3.ResumeLayout(false);
  176. this.panelControl3.PerformLayout();
  177. this.ResumeLayout(false);
  178. }
  179. #endregion
  180. private DevExpress.XtraEditors.LabelControl lblFromTitle;
  181. private DevExpress.XtraEditors.PanelControl panelControl1;
  182. private DevExpress.XtraEditors.SimpleButton btnClose;
  183. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain;
  184. private UserControlCollectBeginTop userControlCollectBeginTop1;
  185. private DevExpress.XtraEditors.PanelControl panelControl3;
  186. private System.Windows.Forms.Panel panel1;
  187. private System.Windows.Forms.Button btnEnlargeTZ;
  188. private AxAcroPDFLib.AxAcroPDF axAcroPDFTZ;
  189. }
  190. }