ConditionForm.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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, 40);
  45. this.m_BtnOK.TabIndex = 0;
  46. this.m_BtnOK.Text = "确 定";
  47. //
  48. // m_BtnCancel
  49. //
  50. this.m_BtnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  51. this.m_BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  52. this.m_BtnCancel.Font = new System.Drawing.Font("微软雅黑", 12F);
  53. this.m_BtnCancel.Location = new System.Drawing.Point(269, 6);
  54. this.m_BtnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  55. this.m_BtnCancel.Name = "m_BtnCancel";
  56. this.m_BtnCancel.Size = new System.Drawing.Size(80, 40);
  57. this.m_BtnCancel.Symbol = 61453;
  58. this.m_BtnCancel.TabIndex = 0;
  59. this.m_BtnCancel.Text = "取 消";
  60. //
  61. // uiPanelContainer
  62. //
  63. this.uiPanelContainer.AutoScroll = true;
  64. this.uiPanelContainer.BackColor = System.Drawing.SystemColors.Control;
  65. this.uiPanelContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.uiPanelContainer.Font = new System.Drawing.Font("宋体", 9F);
  67. this.uiPanelContainer.Location = new System.Drawing.Point(0, 35);
  68. this.uiPanelContainer.Margin = new System.Windows.Forms.Padding(0);
  69. this.uiPanelContainer.MinimumSize = new System.Drawing.Size(1, 1);
  70. this.uiPanelContainer.Name = "uiPanelContainer";
  71. this.uiPanelContainer.Radius = 0;
  72. this.uiPanelContainer.RadiusSides = Sunny.UI.UICornerRadiusSides.None;
  73. this.uiPanelContainer.Size = new System.Drawing.Size(510, 325);
  74. this.uiPanelContainer.TabIndex = 3;
  75. this.uiPanelContainer.Text = null;
  76. this.uiPanelContainer.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  77. //
  78. // uiPanelFooter
  79. //
  80. this.uiPanelFooter.Controls.Add(this.m_BtnOK);
  81. this.uiPanelFooter.Controls.Add(this.m_BtnCancel);
  82. this.uiPanelFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
  83. this.uiPanelFooter.Font = new System.Drawing.Font("微软雅黑", 12F);
  84. this.uiPanelFooter.Location = new System.Drawing.Point(0, 360);
  85. this.uiPanelFooter.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
  86. this.uiPanelFooter.MinimumSize = new System.Drawing.Size(2, 2);
  87. this.uiPanelFooter.Name = "uiPanelFooter";
  88. this.uiPanelFooter.RadiusSides = ((Sunny.UI.UICornerRadiusSides)((Sunny.UI.UICornerRadiusSides.RightBottom | Sunny.UI.UICornerRadiusSides.LeftBottom)));
  89. this.uiPanelFooter.Size = new System.Drawing.Size(510, 50);
  90. this.uiPanelFooter.TabIndex = 2;
  91. this.uiPanelFooter.Text = null;
  92. this.uiPanelFooter.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  93. //
  94. // ConditionForm
  95. //
  96. this.AcceptButton = this.m_BtnOK;
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  99. this.CancelButton = this.m_BtnCancel;
  100. this.ClientSize = new System.Drawing.Size(510, 410);
  101. this.Controls.Add(this.uiPanelContainer);
  102. this.Controls.Add(this.uiPanelFooter);
  103. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  104. this.MaximizeBox = false;
  105. this.MinimizeBox = false;
  106. this.Name = "ConditionForm";
  107. this.ShowInTaskbar = false;
  108. this.Text = "输入条件";
  109. this.TopMost = true;
  110. this.uiPanelFooter.ResumeLayout(false);
  111. this.ResumeLayout(false);
  112. }
  113. #endregion
  114. private Sunny.UI.UISymbolButton m_BtnOK;
  115. private Sunny.UI.UISymbolButton m_BtnCancel;
  116. private Sunny.UI.UIPanel uiPanelContainer;
  117. private Sunny.UI.UIPanel uiPanelFooter;
  118. }
  119. }