namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
{
partial class GetTimeSuperSmallForm
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GetTimeSuperSmallForm));
this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
this.txtTime = new LYFZ.ComponentLibrary.MaskedTextTimeEx(this.components);
this.lbShopName = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.comboBoxTime = new LYFZ.ComponentLibrary.ComboBoxEx();
this.checkBoxCusTime = new LYFZ.ComponentLibrary.CheckBoxEx();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.flowLayoutPanel1);
this.plExMainContainer.Controls.Add(this.lbShopName);
this.plExMainContainer.Controls.Add(this.btnCancel);
this.plExMainContainer.Controls.Add(this.btnOK);
this.plExMainContainer.Size = new System.Drawing.Size(420, 160);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(420, 160);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(361, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(388, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(334, 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(75, 119);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 28);
this.btnOK.TabIndex = 1;
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(253, 119);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 28);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = " 取 消";
this.btnCancel.UseVisualStyleBackColor = false;
//
// txtTime
//
this.txtTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTime.Location = new System.Drawing.Point(167, 8);
this.txtTime.Mask = "00:00";
this.txtTime.Name = "txtTime";
this.txtTime.PromptChar = ' ';
this.txtTime.Size = new System.Drawing.Size(94, 26);
this.txtTime.TabIndex = 77;
this.txtTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// lbShopName
//
this.lbShopName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbShopName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lbShopName.Location = new System.Drawing.Point(12, 9);
this.lbShopName.Name = "lbShopName";
this.lbShopName.Size = new System.Drawing.Size(396, 39);
this.lbShopName.TabIndex = 78;
this.lbShopName.Text = "-";
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(3, 13);
this.labelEx3.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(56, 17);
this.labelEx3.TabIndex = 78;
this.labelEx3.Text = "预设时间";
//
// comboBoxTime
//
this.comboBoxTime.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.comboBoxTime.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.comboBoxTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.comboBoxTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBoxTime.FormattingEnabled = true;
this.comboBoxTime.IsCustomColor = false;
this.comboBoxTime.Location = new System.Drawing.Point(65, 8);
this.comboBoxTime.Name = "comboBoxTime";
this.comboBoxTime.ReadOnly = true;
this.comboBoxTime.Size = new System.Drawing.Size(96, 28);
this.comboBoxTime.TabIndex = 79;
//
// checkBoxCusTime
//
this.checkBoxCusTime.AutoSize = true;
this.checkBoxCusTime.BackColor = System.Drawing.Color.Transparent;
this.checkBoxCusTime.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.checkBoxCusTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.checkBoxCusTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.checkBoxCusTime.Fourstates = false;
this.checkBoxCusTime.IsGreenTick = false;
this.checkBoxCusTime.Location = new System.Drawing.Point(267, 11);
this.checkBoxCusTime.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3);
this.checkBoxCusTime.Name = "checkBoxCusTime";
this.checkBoxCusTime.Size = new System.Drawing.Size(87, 21);
this.checkBoxCusTime.TabIndex = 80;
this.checkBoxCusTime.Text = "自定义时间";
this.checkBoxCusTime.UseVisualStyleBackColor = false;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.labelEx3);
this.flowLayoutPanel1.Controls.Add(this.comboBoxTime);
this.flowLayoutPanel1.Controls.Add(this.txtTime);
this.flowLayoutPanel1.Controls.Add(this.checkBoxCusTime);
this.flowLayoutPanel1.Location = new System.Drawing.Point(16, 61);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
this.flowLayoutPanel1.Size = new System.Drawing.Size(372, 43);
this.flowLayoutPanel1.TabIndex = 81;
//
// GetTimeSuperSmallForm
//
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(420, 225);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Name = "GetTimeSuperSmallForm";
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.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.ButtonEx btnCancel;
protected ComponentLibrary.ButtonEx btnOK;
protected ComponentLibrary.MaskedTextTimeEx txtTime;
public ComponentLibrary.CheckBoxEx checkBoxCusTime;
public ComponentLibrary.ComboBoxEx comboBoxTime;
private ComponentLibrary.LabelEx labelEx3;
public ComponentLibrary.LabelEx lbShopName;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
}
}