MscStandPayN.Designer.cs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class MscStandPayN
  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(MscStandPayN));
  29. this.checkBox1 = new System.Windows.Forms.CheckBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // checkBox1
  35. //
  36. this.checkBox1.AutoSize = true;
  37. this.checkBox1.Checked = true;
  38. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  39. this.checkBox1.Location = new System.Drawing.Point(12, 12);
  40. this.checkBox1.Name = "checkBox1";
  41. this.checkBox1.Size = new System.Drawing.Size(78, 16);
  42. this.checkBox1.TabIndex = 0;
  43. this.checkBox1.Text = "checkBox1";
  44. this.checkBox1.UseVisualStyleBackColor = true;
  45. this.checkBox1.Visible = false;
  46. //
  47. // panel1
  48. //
  49. this.panel1.Controls.Add(this.checkBox1);
  50. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.panel1.Location = new System.Drawing.Point(0, 0);
  52. this.panel1.Name = "panel1";
  53. this.panel1.Size = new System.Drawing.Size(1064, 535);
  54. this.panel1.TabIndex = 1;
  55. //
  56. // MscStandPayN
  57. //
  58. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  59. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  60. this.ClientSize = new System.Drawing.Size(1064, 535);
  61. this.Controls.Add(this.panel1);
  62. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  63. this.MinimizeBox = false;
  64. this.Name = "MscStandPayN";
  65. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  66. this.Text = "内控标准管理";
  67. this.panel1.ResumeLayout(false);
  68. this.panel1.PerformLayout();
  69. this.ResumeLayout(false);
  70. }
  71. #endregion
  72. private System.Windows.Forms.CheckBox checkBox1;
  73. private System.Windows.Forms.Panel panel1;
  74. }
  75. }