namespace WWPipeLine.MapBasic
{
partial class ConditionForm
{
///
/// 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.uiPanelFooter = new Sunny.UI.UIPanel();
this.m_BtnOK = new Sunny.UI.UISymbolButton();
this.m_BtnCancel = new Sunny.UI.UISymbolButton();
this.uiPanelContainer = new Sunny.UI.UIPanel();
this.uiPanelFooter.SuspendLayout();
this.SuspendLayout();
//
// uiPanelFooter
//
this.uiPanelFooter.Controls.Add(this.m_BtnOK);
this.uiPanelFooter.Controls.Add(this.m_BtnCancel);
this.uiPanelFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
this.uiPanelFooter.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiPanelFooter.Location = new System.Drawing.Point(0, 350);
this.uiPanelFooter.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.uiPanelFooter.MinimumSize = new System.Drawing.Size(2, 2);
this.uiPanelFooter.Name = "uiPanelFooter";
this.uiPanelFooter.Size = new System.Drawing.Size(500, 50);
this.uiPanelFooter.Style = Sunny.UI.UIStyle.Custom;
this.uiPanelFooter.TabIndex = 2;
this.uiPanelFooter.Text = null;
this.uiPanelFooter.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// m_BtnOK
//
this.m_BtnOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.m_BtnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.m_BtnOK.Font = new System.Drawing.Font("微软雅黑", 12F);
this.m_BtnOK.Location = new System.Drawing.Point(139, 6);
this.m_BtnOK.MinimumSize = new System.Drawing.Size(1, 1);
this.m_BtnOK.Name = "m_BtnOK";
this.m_BtnOK.Size = new System.Drawing.Size(90, 40);
this.m_BtnOK.Style = Sunny.UI.UIStyle.Custom;
this.m_BtnOK.TabIndex = 0;
this.m_BtnOK.Text = "确 定";
//
// m_BtnCancel
//
this.m_BtnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.m_BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.m_BtnCancel.Font = new System.Drawing.Font("微软雅黑", 12F);
this.m_BtnCancel.Location = new System.Drawing.Point(258, 6);
this.m_BtnCancel.MinimumSize = new System.Drawing.Size(1, 1);
this.m_BtnCancel.Name = "m_BtnCancel";
this.m_BtnCancel.Size = new System.Drawing.Size(80, 40);
this.m_BtnCancel.Style = Sunny.UI.UIStyle.Custom;
this.m_BtnCancel.Symbol = 61453;
this.m_BtnCancel.TabIndex = 0;
this.m_BtnCancel.Text = "取 消";
//
// uiPanelContainer
//
this.uiPanelContainer.AutoScroll = true;
this.uiPanelContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiPanelContainer.Font = new System.Drawing.Font("宋体", 9F);
this.uiPanelContainer.Location = new System.Drawing.Point(0, 35);
this.uiPanelContainer.Margin = new System.Windows.Forms.Padding(2);
this.uiPanelContainer.MinimumSize = new System.Drawing.Size(2, 2);
this.uiPanelContainer.Name = "uiPanelContainer";
this.uiPanelContainer.Padding = new System.Windows.Forms.Padding(2);
this.uiPanelContainer.Size = new System.Drawing.Size(500, 315);
this.uiPanelContainer.Style = Sunny.UI.UIStyle.Custom;
this.uiPanelContainer.TabIndex = 3;
this.uiPanelContainer.Text = null;
this.uiPanelContainer.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// ConditionForm
//
this.AcceptButton = this.m_BtnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.m_BtnCancel;
this.ClientSize = new System.Drawing.Size(500, 400);
this.Controls.Add(this.uiPanelContainer);
this.Controls.Add(this.uiPanelFooter);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ConditionForm";
this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
this.ShowInTaskbar = false;
this.Style = Sunny.UI.UIStyle.Custom;
this.Text = "输入条件";
this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
this.TopMost = true;
this.uiPanelFooter.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIPanel uiPanelFooter;
private Sunny.UI.UISymbolButton m_BtnOK;
private Sunny.UI.UISymbolButton m_BtnCancel;
private Sunny.UI.UIPanel uiPanelContainer;
}
}