OutDWGcj.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace WWPipeLine.MapTools.Conditions.ShuJuChuLi
  2. {
  3. partial class OutDWGcj
  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.uiRBGcj = new Sunny.UI.UIRadioButtonGroup();
  34. this.uiButton3 = new Sunny.UI.UIButton();
  35. this.uiButton2 = new Sunny.UI.UIButton();
  36. this.uiGBlujing.SuspendLayout();
  37. this.uiRBGcj.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // uiButton1
  41. //
  42. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  43. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  44. this.uiButton1.Location = new System.Drawing.Point(405, 32);
  45. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  46. this.uiButton1.Name = "uiButton1";
  47. this.uiButton1.Size = new System.Drawing.Size(75, 26);
  48. this.uiButton1.TabIndex = 2;
  49. this.uiButton1.Text = "路径选择";
  50. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  51. //
  52. // uiTextBox1
  53. //
  54. this.uiTextBox1.AutoScroll = true;
  55. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  56. this.uiTextBox1.FillColor = System.Drawing.Color.White;
  57. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  58. this.uiTextBox1.Location = new System.Drawing.Point(8, 31);
  59. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  60. this.uiTextBox1.Maximum = 2147483647D;
  61. this.uiTextBox1.Minimum = -2147483648D;
  62. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
  63. this.uiTextBox1.Name = "uiTextBox1";
  64. this.uiTextBox1.ReadOnly = true;
  65. this.uiTextBox1.Size = new System.Drawing.Size(386, 29);
  66. this.uiTextBox1.TabIndex = 4;
  67. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  68. //
  69. // uiGBlujing
  70. //
  71. this.uiGBlujing.Controls.Add(this.uiButton1);
  72. this.uiGBlujing.Controls.Add(this.uiTextBox1);
  73. this.uiGBlujing.Dock = System.Windows.Forms.DockStyle.Top;
  74. this.uiGBlujing.Font = new System.Drawing.Font("微软雅黑", 12F);
  75. this.uiGBlujing.Location = new System.Drawing.Point(0, 274);
  76. this.uiGBlujing.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  77. this.uiGBlujing.MinimumSize = new System.Drawing.Size(1, 1);
  78. this.uiGBlujing.Name = "uiGBlujing";
  79. this.uiGBlujing.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  80. this.uiGBlujing.Size = new System.Drawing.Size(500, 70);
  81. this.uiGBlujing.TabIndex = 9;
  82. this.uiGBlujing.Text = "存放路径";
  83. this.uiGBlujing.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  84. //
  85. // uiGBlayer
  86. //
  87. this.uiGBlayer.Dock = System.Windows.Forms.DockStyle.Top;
  88. this.uiGBlayer.Font = new System.Drawing.Font("微软雅黑", 12F);
  89. this.uiGBlayer.Location = new System.Drawing.Point(0, 0);
  90. this.uiGBlayer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  91. this.uiGBlayer.MinimumSize = new System.Drawing.Size(1, 1);
  92. this.uiGBlayer.Name = "uiGBlayer";
  93. this.uiGBlayer.Padding = new System.Windows.Forms.Padding(5, 32, 5, 5);
  94. this.uiGBlayer.Size = new System.Drawing.Size(500, 207);
  95. this.uiGBlayer.TabIndex = 6;
  96. this.uiGBlayer.Text = "图层选择";
  97. this.uiGBlayer.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  98. //
  99. // uiRBGlx
  100. //
  101. this.uiRBGlx.ColumnCount = 3;
  102. this.uiRBGlx.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.uiRBGlx.Font = new System.Drawing.Font("微软雅黑", 12F);
  104. this.uiRBGlx.Location = new System.Drawing.Point(0, 344);
  105. this.uiRBGlx.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  106. this.uiRBGlx.MinimumSize = new System.Drawing.Size(1, 1);
  107. this.uiRBGlx.Name = "uiRBGlx";
  108. this.uiRBGlx.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  109. this.uiRBGlx.Size = new System.Drawing.Size(500, 106);
  110. this.uiRBGlx.TabIndex = 10;
  111. this.uiRBGlx.Text = "导出文件类型";
  112. this.uiRBGlx.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  113. this.uiRBGlx.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.uiRBGlx_ValueChanged);
  114. //
  115. // uiRBGcj
  116. //
  117. this.uiRBGcj.ColumnCount = 3;
  118. this.uiRBGcj.Controls.Add(this.uiButton3);
  119. this.uiRBGcj.Controls.Add(this.uiButton2);
  120. this.uiRBGcj.Dock = System.Windows.Forms.DockStyle.Top;
  121. this.uiRBGcj.Font = new System.Drawing.Font("微软雅黑", 12F);
  122. this.uiRBGcj.Location = new System.Drawing.Point(0, 207);
  123. this.uiRBGcj.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  124. this.uiRBGcj.MinimumSize = new System.Drawing.Size(1, 1);
  125. this.uiRBGcj.Name = "uiRBGcj";
  126. this.uiRBGcj.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  127. this.uiRBGcj.Size = new System.Drawing.Size(500, 67);
  128. this.uiRBGcj.TabIndex = 11;
  129. this.uiRBGcj.Text = "绘制裁剪区域";
  130. this.uiRBGcj.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  131. //
  132. // uiButton3
  133. //
  134. this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  135. this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F);
  136. this.uiButton3.Location = new System.Drawing.Point(286, 28);
  137. this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
  138. this.uiButton3.Name = "uiButton3";
  139. this.uiButton3.Size = new System.Drawing.Size(75, 26);
  140. this.uiButton3.TabIndex = 1;
  141. this.uiButton3.Text = "重新绘制";
  142. this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
  143. //
  144. // uiButton2
  145. //
  146. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  147. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F);
  148. this.uiButton2.Location = new System.Drawing.Point(143, 29);
  149. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  150. this.uiButton2.Name = "uiButton2";
  151. this.uiButton2.Size = new System.Drawing.Size(75, 26);
  152. this.uiButton2.TabIndex = 0;
  153. this.uiButton2.Text = "开始绘制";
  154. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  155. //
  156. // OutDWGcj
  157. //
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.Controls.Add(this.uiRBGlx);
  161. this.Controls.Add(this.uiGBlujing);
  162. this.Controls.Add(this.uiRBGcj);
  163. this.Controls.Add(this.uiGBlayer);
  164. this.Name = "OutDWGcj";
  165. this.Size = new System.Drawing.Size(500, 450);
  166. this.uiGBlujing.ResumeLayout(false);
  167. this.uiRBGcj.ResumeLayout(false);
  168. this.ResumeLayout(false);
  169. }
  170. #endregion
  171. private Sunny.UI.UIButton uiButton1;
  172. private Sunny.UI.UITextBox uiTextBox1;
  173. private Sunny.UI.UIGroupBox uiGBlujing;
  174. private Sunny.UI.UIGroupBox uiGBlayer;
  175. private Sunny.UI.UIRadioButtonGroup uiRBGlx;
  176. private Sunny.UI.UIRadioButtonGroup uiRBGcj;
  177. private Sunny.UI.UIButton uiButton3;
  178. private Sunny.UI.UIButton uiButton2;
  179. }
  180. }