123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
-
- namespace WWPipeLine.MapBasic
- {
- partial class ConditionForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.m_BtnOK = new Sunny.UI.UISymbolButton();
- this.m_BtnCancel = new Sunny.UI.UISymbolButton();
- this.uiPanelContainer = new Sunny.UI.UIPanel();
- this.uiPanelFooter = new Sunny.UI.UIPanel();
- this.uiPanelFooter.SuspendLayout();
- this.SuspendLayout();
- //
- // 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(134, 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, 35);
- this.m_BtnOK.TabIndex = 0;
- this.m_BtnOK.Text = "确 定";
- this.m_BtnOK.Click += new System.EventHandler(this.BtnOKCancel_Click);
- //
- // 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(269, 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(90, 35);
- this.m_BtnCancel.Symbol = 61453;
- this.m_BtnCancel.TabIndex = 0;
- this.m_BtnCancel.Text = "取 消";
- this.m_BtnCancel.Click += new System.EventHandler(this.BtnOKCancel_Click);
- //
- // uiPanelContainer
- //
- this.uiPanelContainer.BackColor = System.Drawing.SystemColors.Control;
- 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(0);
- this.uiPanelContainer.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanelContainer.Name = "uiPanelContainer";
- this.uiPanelContainer.Radius = 0;
- this.uiPanelContainer.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
- this.uiPanelContainer.Size = new System.Drawing.Size(500, 315);
- this.uiPanelContainer.TabIndex = 3;
- this.uiPanelContainer.Text = null;
- this.uiPanelContainer.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // 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.RadiusSides = ((Sunny.UI.UICornerRadiusSides)((Sunny.UI.UICornerRadiusSides.RightBottom | Sunny.UI.UICornerRadiusSides.LeftBottom)));
- this.uiPanelFooter.RectSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
- | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
- this.uiPanelFooter.Size = new System.Drawing.Size(500, 50);
- this.uiPanelFooter.TabIndex = 2;
- this.uiPanelFooter.Text = null;
- this.uiPanelFooter.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ConditionForm
- //
- this.AcceptButton = this.m_BtnOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- 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.ShowInTaskbar = false;
- this.Text = "输入条件";
- this.TopMost = true;
- this.Load += new System.EventHandler(this.ConditionForm_Load);
- this.uiPanelFooter.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UISymbolButton m_BtnOK;
- private Sunny.UI.UISymbolButton m_BtnCancel;
- private Sunny.UI.UIPanel uiPanelContainer;
- private Sunny.UI.UIPanel uiPanelFooter;
- }
- }
|