OutPicturecj.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. namespace WWPipeLine.MapTools.Conditions.ShuJuChuLi
  2. {
  3. partial class OutPicturecj
  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.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  31. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  32. this.uiRBbmp = new Sunny.UI.UIRadioButton();
  33. this.uiRBpng = new Sunny.UI.UIRadioButton();
  34. this.uiRBjpg = new Sunny.UI.UIRadioButton();
  35. this.uiRBGcj = new Sunny.UI.UIRadioButtonGroup();
  36. this.uiButton3 = new Sunny.UI.UIButton();
  37. this.uiButton2 = new Sunny.UI.UIButton();
  38. this.uiGroupBox1.SuspendLayout();
  39. this.uiGroupBox2.SuspendLayout();
  40. this.uiRBGcj.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // uiButton1
  44. //
  45. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  46. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  47. this.uiButton1.Location = new System.Drawing.Point(405, 35);
  48. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  49. this.uiButton1.Name = "uiButton1";
  50. this.uiButton1.Size = new System.Drawing.Size(81, 35);
  51. this.uiButton1.TabIndex = 2;
  52. this.uiButton1.Text = "路径选择";
  53. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  54. //
  55. // uiTextBox1
  56. //
  57. this.uiTextBox1.AutoScroll = true;
  58. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  59. this.uiTextBox1.FillColor = System.Drawing.Color.White;
  60. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  61. this.uiTextBox1.Location = new System.Drawing.Point(8, 40);
  62. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  63. this.uiTextBox1.Maximum = 2147483647D;
  64. this.uiTextBox1.Minimum = -2147483648D;
  65. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
  66. this.uiTextBox1.Name = "uiTextBox1";
  67. this.uiTextBox1.ReadOnly = true;
  68. this.uiTextBox1.Size = new System.Drawing.Size(386, 29);
  69. this.uiTextBox1.TabIndex = 4;
  70. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  71. //
  72. // uiGroupBox1
  73. //
  74. this.uiGroupBox1.Controls.Add(this.uiButton1);
  75. this.uiGroupBox1.Controls.Add(this.uiTextBox1);
  76. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  78. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  79. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  80. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  81. this.uiGroupBox1.Name = "uiGroupBox1";
  82. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  83. this.uiGroupBox1.Size = new System.Drawing.Size(500, 86);
  84. this.uiGroupBox1.TabIndex = 7;
  85. this.uiGroupBox1.Text = "存放路径";
  86. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  87. //
  88. // uiGroupBox2
  89. //
  90. this.uiGroupBox2.Controls.Add(this.uiRBbmp);
  91. this.uiGroupBox2.Controls.Add(this.uiRBpng);
  92. this.uiGroupBox2.Controls.Add(this.uiRBjpg);
  93. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
  95. this.uiGroupBox2.Location = new System.Drawing.Point(0, 172);
  96. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  97. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  98. this.uiGroupBox2.Name = "uiGroupBox2";
  99. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  100. this.uiGroupBox2.Size = new System.Drawing.Size(500, 143);
  101. this.uiGroupBox2.TabIndex = 8;
  102. this.uiGroupBox2.Text = "存放格式";
  103. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  104. //
  105. // uiRBbmp
  106. //
  107. this.uiRBbmp.Cursor = System.Windows.Forms.Cursors.Hand;
  108. this.uiRBbmp.Font = new System.Drawing.Font("微软雅黑", 12F);
  109. this.uiRBbmp.Location = new System.Drawing.Point(113, 42);
  110. this.uiRBbmp.MinimumSize = new System.Drawing.Size(1, 1);
  111. this.uiRBbmp.Name = "uiRBbmp";
  112. this.uiRBbmp.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  113. this.uiRBbmp.Size = new System.Drawing.Size(66, 29);
  114. this.uiRBbmp.TabIndex = 4;
  115. this.uiRBbmp.Text = "BMP";
  116. //
  117. // uiRBpng
  118. //
  119. this.uiRBpng.Cursor = System.Windows.Forms.Cursors.Hand;
  120. this.uiRBpng.Font = new System.Drawing.Font("微软雅黑", 12F);
  121. this.uiRBpng.Location = new System.Drawing.Point(212, 42);
  122. this.uiRBpng.MinimumSize = new System.Drawing.Size(1, 1);
  123. this.uiRBpng.Name = "uiRBpng";
  124. this.uiRBpng.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  125. this.uiRBpng.Size = new System.Drawing.Size(66, 29);
  126. this.uiRBpng.TabIndex = 1;
  127. this.uiRBpng.Text = "PNG";
  128. //
  129. // uiRBjpg
  130. //
  131. this.uiRBjpg.Checked = true;
  132. this.uiRBjpg.Cursor = System.Windows.Forms.Cursors.Hand;
  133. this.uiRBjpg.Font = new System.Drawing.Font("微软雅黑", 12F);
  134. this.uiRBjpg.Location = new System.Drawing.Point(14, 42);
  135. this.uiRBjpg.MinimumSize = new System.Drawing.Size(1, 1);
  136. this.uiRBjpg.Name = "uiRBjpg";
  137. this.uiRBjpg.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  138. this.uiRBjpg.Size = new System.Drawing.Size(66, 29);
  139. this.uiRBjpg.TabIndex = 0;
  140. this.uiRBjpg.Text = "JPG";
  141. //
  142. // uiRBGcj
  143. //
  144. this.uiRBGcj.ColumnCount = 3;
  145. this.uiRBGcj.Controls.Add(this.uiButton3);
  146. this.uiRBGcj.Controls.Add(this.uiButton2);
  147. this.uiRBGcj.Dock = System.Windows.Forms.DockStyle.Top;
  148. this.uiRBGcj.Font = new System.Drawing.Font("微软雅黑", 12F);
  149. this.uiRBGcj.Location = new System.Drawing.Point(0, 86);
  150. this.uiRBGcj.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  151. this.uiRBGcj.MinimumSize = new System.Drawing.Size(1, 1);
  152. this.uiRBGcj.Name = "uiRBGcj";
  153. this.uiRBGcj.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  154. this.uiRBGcj.Size = new System.Drawing.Size(500, 86);
  155. this.uiRBGcj.TabIndex = 12;
  156. this.uiRBGcj.Text = "绘制裁剪区域";
  157. this.uiRBGcj.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  158. //
  159. // uiButton3
  160. //
  161. this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  162. this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F);
  163. this.uiButton3.Location = new System.Drawing.Point(286, 36);
  164. this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
  165. this.uiButton3.Name = "uiButton3";
  166. this.uiButton3.Size = new System.Drawing.Size(84, 27);
  167. this.uiButton3.TabIndex = 1;
  168. this.uiButton3.Text = "重新绘制";
  169. this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
  170. //
  171. // uiButton2
  172. //
  173. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  174. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F);
  175. this.uiButton2.Location = new System.Drawing.Point(143, 37);
  176. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  177. this.uiButton2.Name = "uiButton2";
  178. this.uiButton2.Size = new System.Drawing.Size(84, 27);
  179. this.uiButton2.TabIndex = 0;
  180. this.uiButton2.Text = "开始绘制";
  181. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  182. //
  183. // OutPicturecj
  184. //
  185. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  186. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  187. this.Controls.Add(this.uiGroupBox2);
  188. this.Controls.Add(this.uiRBGcj);
  189. this.Controls.Add(this.uiGroupBox1);
  190. this.Name = "OutPicturecj";
  191. this.Size = new System.Drawing.Size(500, 315);
  192. this.uiGroupBox1.ResumeLayout(false);
  193. this.uiGroupBox2.ResumeLayout(false);
  194. this.uiRBGcj.ResumeLayout(false);
  195. this.ResumeLayout(false);
  196. }
  197. #endregion
  198. private Sunny.UI.UIButton uiButton1;
  199. private Sunny.UI.UITextBox uiTextBox1;
  200. private Sunny.UI.UIGroupBox uiGroupBox1;
  201. private Sunny.UI.UIGroupBox uiGroupBox2;
  202. private Sunny.UI.UIRadioButton uiRBjpg;
  203. private Sunny.UI.UIRadioButton uiRBbmp;
  204. private Sunny.UI.UIRadioButton uiRBpng;
  205. private Sunny.UI.UIRadioButtonGroup uiRBGcj;
  206. private Sunny.UI.UIButton uiButton3;
  207. private Sunny.UI.UIButton uiButton2;
  208. }
  209. }