namespace LYFZ.Software.UI.DoorCityProcess.SetCustomControls
{
partial class OrderSightsControlsEx
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderSightsControlsEx));
this.cmbtreevText = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.txtText = new LYFZ.ComponentLibrary.TextBoxEx();
this.btnSightsSet = new LYFZ.ComponentLibrary.ButtonForm();
this.btnSightsDelete = new LYFZ.ComponentLibrary.ButtonForm();
this.btnSightsAdd = new LYFZ.ComponentLibrary.ButtonForm();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.panelLine = new LYFZ.ComponentLibrary.PanelEx();
this.listViewData_Sights = new LYFZ.ComponentLibrary.ListViewEx();
this.btnReplace = new LYFZ.ComponentLibrary.ButtonForm();
this.dtpText = new LYFZ.ComponentLibrary.DateTimePickerEx();
this.lblBrowseSelect = new LYFZ.ComponentLibrary.LabelEx();
this.SuspendLayout();
//
// cmbtreevText
//
this.cmbtreevText.AfterSelectLevelFirstNode = true;
this.cmbtreevText.DropDownHeight = 100;
this.cmbtreevText.DropDownShow = false;
this.cmbtreevText.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.cmbtreevText.FormattingEnabled = true;
this.cmbtreevText.IntegralHeight = false;
this.cmbtreevText.IsNodeMouseClick = true;
this.cmbtreevText.IsSelectParentNode = false;
this.cmbtreevText.Location = new System.Drawing.Point(251, 83);
this.cmbtreevText.Name = "cmbtreevText";
this.cmbtreevText.ReadOnly = true;
this.cmbtreevText.SelectedNode = null;
this.cmbtreevText.Size = new System.Drawing.Size(121, 22);
this.cmbtreevText.StrGetName = "";
this.cmbtreevText.StrGetTagName = "";
this.cmbtreevText.StrKey = null;
this.cmbtreevText.TabIndex = 2283;
this.cmbtreevText.Visible = false;
//
// txtText
//
this.txtText.BackColor = System.Drawing.Color.Transparent;
this.txtText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtText.Icon = null;
this.txtText.IconIsButton = false;
this.txtText.IsPasswordChat = '\0';
this.txtText.IsSystemPasswordChar = false;
this.txtText.Lines = new string[0];
this.txtText.Location = new System.Drawing.Point(150, 83);
this.txtText.Margin = new System.Windows.Forms.Padding(0);
this.txtText.MaxLength = 3;
this.txtText.MinimumSize = new System.Drawing.Size(0, 24);
this.txtText.MouseBack = null;
this.txtText.Multiline = false;
this.txtText.Name = "txtText";
this.txtText.NormlBack = null;
this.txtText.Padding = new System.Windows.Forms.Padding(5);
this.txtText.ReadOnly = false;
this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtText.Size = new System.Drawing.Size(98, 25);
this.txtText.TabIndex = 2282;
this.txtText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtText.Visible = false;
this.txtText.WaterColor = System.Drawing.Color.DarkGray;
this.txtText.WaterText = "";
this.txtText.WordWrap = true;
//
// btnSightsSet
//
this.btnSightsSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSightsSet.BackColor = System.Drawing.Color.Transparent;
this.btnSightsSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSightsSet.BackImg")));
this.btnSightsSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSightsSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSightsSet.ForeColor = System.Drawing.Color.White;
this.btnSightsSet.IsCustomBackImg = false;
this.btnSightsSet.IsShowText = true;
this.btnSightsSet.Location = new System.Drawing.Point(824, 25);
this.btnSightsSet.Name = "btnSightsSet";
this.btnSightsSet.Size = new System.Drawing.Size(85, 25);
this.btnSightsSet.TabIndex = 2281;
this.btnSightsSet.Text = " 设 置";
this.btnSightsSet.UseVisualStyleBackColor = false;
//
// btnSightsDelete
//
this.btnSightsDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSightsDelete.BackColor = System.Drawing.Color.Transparent;
this.btnSightsDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSightsDelete.BackImg")));
this.btnSightsDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSightsDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSightsDelete.ForeColor = System.Drawing.Color.White;
this.btnSightsDelete.IsCustomBackImg = false;
this.btnSightsDelete.IsShowText = true;
this.btnSightsDelete.Location = new System.Drawing.Point(738, 25);
this.btnSightsDelete.Name = "btnSightsDelete";
this.btnSightsDelete.Size = new System.Drawing.Size(80, 25);
this.btnSightsDelete.TabIndex = 2280;
this.btnSightsDelete.Text = " 删 除";
this.btnSightsDelete.UseVisualStyleBackColor = false;
//
// btnSightsAdd
//
this.btnSightsAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSightsAdd.BackColor = System.Drawing.Color.Transparent;
this.btnSightsAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSightsAdd.BackImg")));
this.btnSightsAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSightsAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSightsAdd.ForeColor = System.Drawing.Color.White;
this.btnSightsAdd.IsCustomBackImg = false;
this.btnSightsAdd.IsShowText = true;
this.btnSightsAdd.Location = new System.Drawing.Point(652, 25);
this.btnSightsAdd.Name = "btnSightsAdd";
this.btnSightsAdd.Size = new System.Drawing.Size(80, 25);
this.btnSightsAdd.TabIndex = 2279;
this.btnSightsAdd.Text = " 添 加";
this.btnSightsAdd.UseVisualStyleBackColor = false;
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx2.Location = new System.Drawing.Point(3, 10);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(56, 17);
this.labelEx2.TabIndex = 2278;
this.labelEx2.Text = "拍摄景点";
//
// panelLine
//
this.panelLine.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelLine.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelLine.BorderWidth = 1;
this.panelLine.Dock = System.Windows.Forms.DockStyle.Top;
this.panelLine.Location = new System.Drawing.Point(0, 0);
this.panelLine.Name = "panelLine";
this.panelLine.Size = new System.Drawing.Size(915, 1);
this.panelLine.TabIndex = 2269;
//
// listViewData_Sights
//
this.listViewData_Sights.AllowDrop = true;
this.listViewData_Sights.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listViewData_Sights.FullRowSelect = true;
this.listViewData_Sights.IsDefaultShowGroups = false;
this.listViewData_Sights.Location = new System.Drawing.Point(6, 53);
this.listViewData_Sights.Name = "listViewData_Sights";
this.listViewData_Sights.Size = new System.Drawing.Size(904, 160);
this.listViewData_Sights.TabIndex = 2295;
this.listViewData_Sights.UseCompatibleStateImageBehavior = false;
//
// btnReplace
//
this.btnReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnReplace.BackColor = System.Drawing.Color.Transparent;
this.btnReplace.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReplace.BackImg")));
this.btnReplace.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnReplace.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnReplace.ForeColor = System.Drawing.Color.White;
this.btnReplace.IsCustomBackImg = false;
this.btnReplace.IsShowText = true;
this.btnReplace.Location = new System.Drawing.Point(566, 25);
this.btnReplace.Name = "btnReplace";
this.btnReplace.Size = new System.Drawing.Size(80, 25);
this.btnReplace.TabIndex = 2296;
this.btnReplace.Text = " 更 换";
this.btnReplace.UseVisualStyleBackColor = false;
this.btnReplace.Visible = false;
//
// dtpText
//
this.dtpText.CustomFormat = " ";
this.dtpText.DateValue = "";
this.dtpText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.dtpText.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpText.IsShowTime = false;
this.dtpText.Location = new System.Drawing.Point(378, 83);
this.dtpText.Name = "dtpText";
this.dtpText.Size = new System.Drawing.Size(90, 23);
this.dtpText.TabIndex = 2297;
this.dtpText.Visible = false;
//
// lblBrowseSelect
//
this.lblBrowseSelect.AutoSize = true;
this.lblBrowseSelect.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblBrowseSelect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.lblBrowseSelect.ForeColor = System.Drawing.Color.DodgerBlue;
this.lblBrowseSelect.Location = new System.Drawing.Point(7, 31);
this.lblBrowseSelect.Name = "lblBrowseSelect";
this.lblBrowseSelect.Size = new System.Drawing.Size(56, 17);
this.lblBrowseSelect.TabIndex = 2298;
this.lblBrowseSelect.Text = "浏览选择";
//
// OrderSightsControlsEx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lblBrowseSelect);
this.Controls.Add(this.dtpText);
this.Controls.Add(this.btnReplace);
this.Controls.Add(this.cmbtreevText);
this.Controls.Add(this.txtText);
this.Controls.Add(this.btnSightsSet);
this.Controls.Add(this.btnSightsDelete);
this.Controls.Add(this.btnSightsAdd);
this.Controls.Add(this.labelEx2);
this.Controls.Add(this.panelLine);
this.Controls.Add(this.listViewData_Sights);
this.Name = "OrderSightsControlsEx";
this.Size = new System.Drawing.Size(915, 220);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ComponentLibrary.PanelEx panelLine;
protected ComponentLibrary.LabelEx labelEx2;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevText;
protected internal ComponentLibrary.TextBoxEx txtText;
protected internal ComponentLibrary.ButtonForm btnSightsSet;
protected internal ComponentLibrary.ButtonForm btnSightsDelete;
protected internal ComponentLibrary.ButtonForm btnSightsAdd;
protected internal ComponentLibrary.ListViewEx listViewData_Sights;
protected internal ComponentLibrary.ButtonForm btnReplace;
protected internal ComponentLibrary.DateTimePickerEx dtpText;
public ComponentLibrary.LabelEx lblBrowseSelect;
}
}