namespace LYFZ.Software.UI.CameraControlBook { partial class frmChooseScenicToPrint { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmChooseScenicToPrint)); this.btn_ok = new LYFZ.ComponentLibrary.ButtonEx(); this.btn_cancle = new LYFZ.ComponentLibrary.ButtonForm(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.btn_cancle); this.plExMainContainer.Controls.Add(this.btn_ok); this.plExMainContainer.Size = new System.Drawing.Size(435, 195); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(435, 195); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(376, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(403, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(349, 0); // // btn_ok // this.btn_ok.BackColor = System.Drawing.Color.Transparent; this.btn_ok.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_ok.BackImg"))); this.btn_ok.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_ok.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_ok.ForeColor = System.Drawing.Color.White; this.btn_ok.IsCustomBackImg = false; this.btn_ok.IsShowText = true; this.btn_ok.Location = new System.Drawing.Point(318, 22); this.btn_ok.Name = "btn_ok"; this.btn_ok.Size = new System.Drawing.Size(85, 28); this.btn_ok.TabIndex = 1; this.btn_ok.Text = "确定"; this.btn_ok.UseVisualStyleBackColor = false; // // btn_cancle // this.btn_cancle.BackColor = System.Drawing.Color.Transparent; this.btn_cancle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_cancle.BackImg"))); this.btn_cancle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btn_cancle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btn_cancle.ForeColor = System.Drawing.Color.White; this.btn_cancle.IsCustomBackImg = false; this.btn_cancle.IsShowText = true; this.btn_cancle.Location = new System.Drawing.Point(318, 68); this.btn_cancle.Name = "btn_cancle"; this.btn_cancle.Size = new System.Drawing.Size(85, 28); this.btn_cancle.TabIndex = 2; this.btn_cancle.Text = "取消"; this.btn_cancle.UseVisualStyleBackColor = false; // // frmChooseScenicToPrint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(435, 260); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "frmChooseScenicToPrint"; this.Text = "选择打印"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion public ComponentLibrary.ButtonForm btn_cancle; public ComponentLibrary.ButtonEx btn_ok; } }