OutPicture.Designer.cs 7.7 KB

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