OutDWG.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. namespace WWPipeLine.MapTools.Conditions.ShuJuChuLi
  2. {
  3. partial class OutDWG
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.uiButton1 = new Sunny.UI.UIButton();
  29. this.uiTextBox1 = new Sunny.UI.UITextBox();
  30. this.uiGBlujing = new Sunny.UI.UIGroupBox();
  31. this.uiGBlayer = new Sunny.UI.UIGroupBox();
  32. this.uiRBGlx = new Sunny.UI.UIRadioButtonGroup();
  33. this.uiGBlujing.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // uiButton1
  37. //
  38. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  39. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  40. this.uiButton1.Location = new System.Drawing.Point(405, 25);
  41. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  42. this.uiButton1.Name = "uiButton1";
  43. this.uiButton1.Size = new System.Drawing.Size(81, 35);
  44. this.uiButton1.TabIndex = 2;
  45. this.uiButton1.Text = "路径选择";
  46. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  47. //
  48. // uiTextBox1
  49. //
  50. this.uiTextBox1.AutoScroll = true;
  51. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  52. this.uiTextBox1.FillColor = System.Drawing.Color.White;
  53. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  54. this.uiTextBox1.Location = new System.Drawing.Point(8, 30);
  55. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  56. this.uiTextBox1.Maximum = 2147483647D;
  57. this.uiTextBox1.Minimum = -2147483648D;
  58. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
  59. this.uiTextBox1.Name = "uiTextBox1";
  60. this.uiTextBox1.ReadOnly = true;
  61. this.uiTextBox1.Size = new System.Drawing.Size(386, 29);
  62. this.uiTextBox1.TabIndex = 4;
  63. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  64. //
  65. // uiGBlujing
  66. //
  67. this.uiGBlujing.Controls.Add(this.uiButton1);
  68. this.uiGBlujing.Controls.Add(this.uiTextBox1);
  69. this.uiGBlujing.Dock = System.Windows.Forms.DockStyle.Top;
  70. this.uiGBlujing.Font = new System.Drawing.Font("微软雅黑", 12F);
  71. this.uiGBlujing.Location = new System.Drawing.Point(0, 225);
  72. this.uiGBlujing.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  73. this.uiGBlujing.MinimumSize = new System.Drawing.Size(1, 1);
  74. this.uiGBlujing.Name = "uiGBlujing";
  75. this.uiGBlujing.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  76. this.uiGBlujing.Size = new System.Drawing.Size(500, 67);
  77. this.uiGBlujing.TabIndex = 9;
  78. this.uiGBlujing.Text = "存放路径";
  79. this.uiGBlujing.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  80. //
  81. // uiGBlayer
  82. //
  83. this.uiGBlayer.Dock = System.Windows.Forms.DockStyle.Top;
  84. this.uiGBlayer.Font = new System.Drawing.Font("微软雅黑", 12F);
  85. this.uiGBlayer.Location = new System.Drawing.Point(0, 0);
  86. this.uiGBlayer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  87. this.uiGBlayer.MinimumSize = new System.Drawing.Size(1, 1);
  88. this.uiGBlayer.Name = "uiGBlayer";
  89. this.uiGBlayer.Padding = new System.Windows.Forms.Padding(5, 32, 5, 5);
  90. this.uiGBlayer.Size = new System.Drawing.Size(500, 225);
  91. this.uiGBlayer.TabIndex = 6;
  92. this.uiGBlayer.Text = "图层选择";
  93. this.uiGBlayer.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  94. //
  95. // uiRBGlx
  96. //
  97. this.uiRBGlx.ColumnCount = 3;
  98. this.uiRBGlx.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.uiRBGlx.Font = new System.Drawing.Font("微软雅黑", 12F);
  100. this.uiRBGlx.Location = new System.Drawing.Point(0, 292);
  101. this.uiRBGlx.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  102. this.uiRBGlx.MinimumSize = new System.Drawing.Size(1, 1);
  103. this.uiRBGlx.Name = "uiRBGlx";
  104. this.uiRBGlx.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  105. this.uiRBGlx.Size = new System.Drawing.Size(500, 108);
  106. this.uiRBGlx.TabIndex = 10;
  107. this.uiRBGlx.Text = "导出文件类型";
  108. this.uiRBGlx.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  109. this.uiRBGlx.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.uiRBGlx_ValueChanged);
  110. //
  111. // OutDWG
  112. //
  113. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  115. this.Controls.Add(this.uiRBGlx);
  116. this.Controls.Add(this.uiGBlujing);
  117. this.Controls.Add(this.uiGBlayer);
  118. this.Name = "OutDWG";
  119. this.Size = new System.Drawing.Size(500, 400);
  120. this.uiGBlujing.ResumeLayout(false);
  121. this.ResumeLayout(false);
  122. }
  123. #endregion
  124. private Sunny.UI.UIButton uiButton1;
  125. private Sunny.UI.UITextBox uiTextBox1;
  126. private Sunny.UI.UIGroupBox uiGBlujing;
  127. private Sunny.UI.UIGroupBox uiGBlayer;
  128. private Sunny.UI.UIRadioButtonGroup uiRBGlx;
  129. }
  130. }