namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm { partial class ArrangedDateSuperSmallForm { /// /// 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(ArrangedDateSuperSmallForm)); this.btnOK = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.txtDate = new LYFZ.ComponentLibrary.TextBoxEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.txtDate); this.plExMainContainer.Controls.Add(this.labelEx1); this.plExMainContainer.Controls.Add(this.btnCancel); this.plExMainContainer.Controls.Add(this.btnOK); this.plExMainContainer.Size = new System.Drawing.Size(335, 128); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(335, 128); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(276, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(303, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.Location = new System.Drawing.Point(276, 0); // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg"))); this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.IsCustomBackImg = false; this.btnOK.IsShowText = true; this.btnOK.Location = new System.Drawing.Point(68, 81); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 28); this.btnOK.TabIndex = 0; this.btnOK.Text = " 确 定"; this.btnOK.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg"))); this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.IsCustomBackImg = false; this.btnCancel.IsShowText = true; this.btnCancel.Location = new System.Drawing.Point(193, 81); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 28); this.btnCancel.TabIndex = 1; this.btnCancel.Text = " 取 消"; this.btnCancel.UseVisualStyleBackColor = false; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.BackColor = System.Drawing.Color.Transparent; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(71, 33); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(44, 17); this.labelEx1.TabIndex = 2; this.labelEx1.Text = "日期:"; // // txtDate // this.txtDate.BackColor = System.Drawing.Color.Transparent; this.txtDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtDate.Icon = null; this.txtDate.IconIsButton = false; this.txtDate.IsPasswordChat = '\0'; this.txtDate.IsSystemPasswordChar = false; this.txtDate.Lines = new string[0]; this.txtDate.Location = new System.Drawing.Point(117, 29); this.txtDate.Margin = new System.Windows.Forms.Padding(0); this.txtDate.MaxLength = 32767; this.txtDate.MinimumSize = new System.Drawing.Size(0, 24); this.txtDate.MouseBack = null; this.txtDate.Multiline = false; this.txtDate.Name = "txtDate"; this.txtDate.NormlBack = null; this.txtDate.Padding = new System.Windows.Forms.Padding(5); this.txtDate.ReadOnly = false; this.txtDate.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtDate.Size = new System.Drawing.Size(160, 25); this.txtDate.TabIndex = 3; this.txtDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtDate.WaterColor = System.Drawing.Color.DarkGray; this.txtDate.WaterText = ""; this.txtDate.WordWrap = true; // // ArrangedDateSuperSmallForm // 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(335, 193); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ArrangedDateSuperSmallForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "安排日期"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plExMainContainer.PerformLayout(); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion protected ComponentLibrary.ButtonEx btnOK; private ComponentLibrary.LabelEx labelEx1; protected ComponentLibrary.ButtonEx btnCancel; protected ComponentLibrary.TextBoxEx txtDate; } }