锐腾搅拌上料功能
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.

90 lines
4.5 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormPreview
  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(FormPreview));
  29. this.previewControl1 = new FastReport.Preview.PreviewControl();
  30. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  31. this.SuspendLayout();
  32. //
  33. // previewControl1
  34. //
  35. this.previewControl1.BackColor = System.Drawing.SystemColors.AppWorkspace;
  36. this.previewControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.previewControl1.Font = new System.Drawing.Font("宋体", 7.2F);
  38. this.previewControl1.Location = new System.Drawing.Point(0, 0);
  39. this.previewControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  40. this.previewControl1.Name = "previewControl1";
  41. this.previewControl1.PageOffset = new System.Drawing.Point(10, 10);
  42. this.previewControl1.Size = new System.Drawing.Size(677, 509);
  43. this.previewControl1.TabIndex = 31;
  44. this.previewControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black;
  45. //
  46. // btnClose
  47. //
  48. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  49. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  50. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  51. this.btnClose.Appearance.Options.UseFont = true;
  52. this.btnClose.Appearance.Options.UseForeColor = true;
  53. this.btnClose.Appearance.Options.UseTextOptions = true;
  54. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  55. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  56. this.btnClose.Location = new System.Drawing.Point(645, 0);
  57. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  58. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  59. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  60. this.btnClose.Name = "btnClose";
  61. this.btnClose.Size = new System.Drawing.Size(30, 39);
  62. this.btnClose.TabIndex = 30;
  63. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  64. //
  65. // FormPreview
  66. //
  67. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  68. this.Appearance.Options.UseBackColor = true;
  69. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  71. this.ClientSize = new System.Drawing.Size(677, 509);
  72. this.Controls.Add(this.previewControl1);
  73. this.Controls.Add(this.btnClose);
  74. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  75. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  76. this.Name = "FormPreview";
  77. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  78. this.Text = "产品工序价格";
  79. this.Load += new System.EventHandler(this.FormPreview_Load);
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private DevExpress.XtraEditors.SimpleButton btnClose;
  84. private FastReport.Preview.PreviewControl previewControl1;
  85. }
  86. }