ConditionForm.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. 
  2. namespace WWPipeLine.MapBasic
  3. {
  4. partial class ConditionForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.m_BtnOK = new Sunny.UI.UISymbolButton();
  30. this.m_BtnCancel = new Sunny.UI.UISymbolButton();
  31. this.uiPanelContainer = new Sunny.UI.UIPanel();
  32. this.uiPanelFooter = new Sunny.UI.UIPanel();
  33. this.uiPanelFooter.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // m_BtnOK
  37. //
  38. this.m_BtnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  39. this.m_BtnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  40. this.m_BtnOK.Font = new System.Drawing.Font("微软雅黑", 12F);
  41. this.m_BtnOK.Location = new System.Drawing.Point(134, 6);
  42. this.m_BtnOK.MinimumSize = new System.Drawing.Size(1, 1);
  43. this.m_BtnOK.Name = "m_BtnOK";
  44. this.m_BtnOK.Size = new System.Drawing.Size(90, 35);
  45. this.m_BtnOK.TabIndex = 0;
  46. this.m_BtnOK.Text = "确 定";
  47. this.m_BtnOK.Click += new System.EventHandler(this.BtnOKCancel_Click);
  48. //
  49. // m_BtnCancel
  50. //
  51. this.m_BtnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  52. this.m_BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  53. this.m_BtnCancel.Font = new System.Drawing.Font("微软雅黑", 12F);
  54. this.m_BtnCancel.Location = new System.Drawing.Point(269, 6);
  55. this.m_BtnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  56. this.m_BtnCancel.Name = "m_BtnCancel";
  57. this.m_BtnCancel.Size = new System.Drawing.Size(90, 35);
  58. this.m_BtnCancel.Symbol = 61453;
  59. this.m_BtnCancel.TabIndex = 0;
  60. this.m_BtnCancel.Text = "取 消";
  61. this.m_BtnCancel.Click += new System.EventHandler(this.BtnOKCancel_Click);
  62. //
  63. // uiPanelContainer
  64. //
  65. this.uiPanelContainer.BackColor = System.Drawing.SystemColors.Control;
  66. this.uiPanelContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.uiPanelContainer.Font = new System.Drawing.Font("宋体", 9F);
  68. this.uiPanelContainer.Location = new System.Drawing.Point(0, 35);
  69. this.uiPanelContainer.Margin = new System.Windows.Forms.Padding(0);
  70. this.uiPanelContainer.MinimumSize = new System.Drawing.Size(1, 1);
  71. this.uiPanelContainer.Name = "uiPanelContainer";
  72. this.uiPanelContainer.Radius = 0;
  73. this.uiPanelContainer.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
  74. this.uiPanelContainer.Size = new System.Drawing.Size(500, 315);
  75. this.uiPanelContainer.TabIndex = 3;
  76. this.uiPanelContainer.Text = null;
  77. this.uiPanelContainer.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  78. //
  79. // uiPanelFooter
  80. //
  81. this.uiPanelFooter.Controls.Add(this.m_BtnOK);
  82. this.uiPanelFooter.Controls.Add(this.m_BtnCancel);
  83. this.uiPanelFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
  84. this.uiPanelFooter.Font = new System.Drawing.Font("微软雅黑", 12F);
  85. this.uiPanelFooter.Location = new System.Drawing.Point(0, 350);
  86. this.uiPanelFooter.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  87. this.uiPanelFooter.MinimumSize = new System.Drawing.Size(2, 2);
  88. this.uiPanelFooter.Name = "uiPanelFooter";
  89. this.uiPanelFooter.RadiusSides = ((Sunny.UI.UICornerRadiusSides)((Sunny.UI.UICornerRadiusSides.RightBottom | Sunny.UI.UICornerRadiusSides.LeftBottom)));
  90. this.uiPanelFooter.RectSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)(((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
  91. | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
  92. this.uiPanelFooter.Size = new System.Drawing.Size(500, 50);
  93. this.uiPanelFooter.TabIndex = 2;
  94. this.uiPanelFooter.Text = null;
  95. this.uiPanelFooter.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  96. //
  97. // ConditionForm
  98. //
  99. this.AcceptButton = this.m_BtnOK;
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  102. this.CancelButton = this.m_BtnCancel;
  103. this.ClientSize = new System.Drawing.Size(500, 400);
  104. this.Controls.Add(this.uiPanelContainer);
  105. this.Controls.Add(this.uiPanelFooter);
  106. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  107. this.MaximizeBox = false;
  108. this.MinimizeBox = false;
  109. this.Name = "ConditionForm";
  110. this.ShowInTaskbar = false;
  111. this.Text = "输入条件";
  112. this.TopMost = true;
  113. this.Load += new System.EventHandler(this.ConditionForm_Load);
  114. this.uiPanelFooter.ResumeLayout(false);
  115. this.ResumeLayout(false);
  116. }
  117. #endregion
  118. private Sunny.UI.UISymbolButton m_BtnOK;
  119. private Sunny.UI.UISymbolButton m_BtnCancel;
  120. private Sunny.UI.UIPanel uiPanelContainer;
  121. private Sunny.UI.UIPanel uiPanelFooter;
  122. }
  123. }