frmChooseScenicToPrint.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. namespace LYFZ.Software.UI.CameraControlBook
  2. {
  3. partial class frmChooseScenicToPrint
  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(frmChooseScenicToPrint));
  29. this.btn_ok = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btn_cancle = new LYFZ.ComponentLibrary.ButtonForm();
  31. this.plExMainContainer.SuspendLayout();
  32. this.plFormMainContent.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // plExMainContainer
  36. //
  37. this.plExMainContainer.Controls.Add(this.btn_cancle);
  38. this.plExMainContainer.Controls.Add(this.btn_ok);
  39. this.plExMainContainer.Size = new System.Drawing.Size(435, 195);
  40. //
  41. // plFormMainContent
  42. //
  43. this.plFormMainContent.Size = new System.Drawing.Size(435, 195);
  44. //
  45. // btnAppFormMaximize
  46. //
  47. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  48. this.btnAppFormMaximize.Location = new System.Drawing.Point(376, 0);
  49. //
  50. // btnAppFormExit
  51. //
  52. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  53. this.btnAppFormExit.Location = new System.Drawing.Point(403, 0);
  54. //
  55. // btnAppFormMinimize
  56. //
  57. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  58. this.btnAppFormMinimize.Location = new System.Drawing.Point(349, 0);
  59. //
  60. // btn_ok
  61. //
  62. this.btn_ok.BackColor = System.Drawing.Color.Transparent;
  63. this.btn_ok.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_ok.BackImg")));
  64. this.btn_ok.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  65. this.btn_ok.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  66. this.btn_ok.ForeColor = System.Drawing.Color.White;
  67. this.btn_ok.IsCustomBackImg = false;
  68. this.btn_ok.IsShowText = true;
  69. this.btn_ok.Location = new System.Drawing.Point(318, 22);
  70. this.btn_ok.Name = "btn_ok";
  71. this.btn_ok.Size = new System.Drawing.Size(85, 28);
  72. this.btn_ok.TabIndex = 1;
  73. this.btn_ok.Text = "确定";
  74. this.btn_ok.UseVisualStyleBackColor = false;
  75. //
  76. // btn_cancle
  77. //
  78. this.btn_cancle.BackColor = System.Drawing.Color.Transparent;
  79. this.btn_cancle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_cancle.BackImg")));
  80. this.btn_cancle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  81. this.btn_cancle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  82. this.btn_cancle.ForeColor = System.Drawing.Color.White;
  83. this.btn_cancle.IsCustomBackImg = false;
  84. this.btn_cancle.IsShowText = true;
  85. this.btn_cancle.Location = new System.Drawing.Point(318, 68);
  86. this.btn_cancle.Name = "btn_cancle";
  87. this.btn_cancle.Size = new System.Drawing.Size(85, 28);
  88. this.btn_cancle.TabIndex = 2;
  89. this.btn_cancle.Text = "取消";
  90. this.btn_cancle.UseVisualStyleBackColor = false;
  91. //
  92. // frmChooseScenicToPrint
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  97. this.ClientSize = new System.Drawing.Size(435, 260);
  98. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  99. this.Name = "frmChooseScenicToPrint";
  100. this.Text = "选择打印";
  101. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  102. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  103. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  104. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  105. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  106. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  107. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  108. this.plExMainContainer.ResumeLayout(false);
  109. this.plFormMainContent.ResumeLayout(false);
  110. this.ResumeLayout(false);
  111. }
  112. #endregion
  113. public ComponentLibrary.ButtonForm btn_cancle;
  114. public ComponentLibrary.ButtonEx btn_ok;
  115. }
  116. }