OutPicture.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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.uiRBbmp = new Sunny.UI.UIRadioButton();
  29. this.uiRBpng = new Sunny.UI.UIRadioButton();
  30. this.uiRBjpg = new Sunny.UI.UIRadioButton();
  31. this.uiLabel1 = new Sunny.UI.UILabel();
  32. this.uiButton1 = new Sunny.UI.UIButton();
  33. this.uiTextBox1 = new Sunny.UI.UITextBox();
  34. this.uiLabel2 = new Sunny.UI.UILabel();
  35. this.SuspendLayout();
  36. //
  37. // uiRBbmp
  38. //
  39. this.uiRBbmp.Cursor = System.Windows.Forms.Cursors.Hand;
  40. this.uiRBbmp.Font = new System.Drawing.Font("微软雅黑", 12F);
  41. this.uiRBbmp.Location = new System.Drawing.Point(230, 56);
  42. this.uiRBbmp.MinimumSize = new System.Drawing.Size(1, 1);
  43. this.uiRBbmp.Name = "uiRBbmp";
  44. this.uiRBbmp.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  45. this.uiRBbmp.Size = new System.Drawing.Size(66, 29);
  46. this.uiRBbmp.TabIndex = 4;
  47. this.uiRBbmp.Text = "BMP";
  48. //
  49. // uiRBpng
  50. //
  51. this.uiRBpng.Cursor = System.Windows.Forms.Cursors.Hand;
  52. this.uiRBpng.Font = new System.Drawing.Font("微软雅黑", 12F);
  53. this.uiRBpng.Location = new System.Drawing.Point(329, 56);
  54. this.uiRBpng.MinimumSize = new System.Drawing.Size(1, 1);
  55. this.uiRBpng.Name = "uiRBpng";
  56. this.uiRBpng.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  57. this.uiRBpng.Size = new System.Drawing.Size(66, 29);
  58. this.uiRBpng.TabIndex = 1;
  59. this.uiRBpng.Text = "PNG";
  60. //
  61. // uiRBjpg
  62. //
  63. this.uiRBjpg.BackColor = System.Drawing.SystemColors.Control;
  64. this.uiRBjpg.Checked = true;
  65. this.uiRBjpg.Cursor = System.Windows.Forms.Cursors.Hand;
  66. this.uiRBjpg.Font = new System.Drawing.Font("微软雅黑", 12F);
  67. this.uiRBjpg.Location = new System.Drawing.Point(131, 56);
  68. this.uiRBjpg.MinimumSize = new System.Drawing.Size(1, 1);
  69. this.uiRBjpg.Name = "uiRBjpg";
  70. this.uiRBjpg.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  71. this.uiRBjpg.Size = new System.Drawing.Size(66, 29);
  72. this.uiRBjpg.TabIndex = 0;
  73. this.uiRBjpg.Text = "JPG";
  74. //
  75. // uiLabel1
  76. //
  77. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  78. this.uiLabel1.Location = new System.Drawing.Point(11, 18);
  79. this.uiLabel1.Name = "uiLabel1";
  80. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  81. this.uiLabel1.TabIndex = 11;
  82. this.uiLabel1.Text = "存放路径:";
  83. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  84. //
  85. // uiButton1
  86. //
  87. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  88. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  89. this.uiButton1.Location = new System.Drawing.Point(408, 14);
  90. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  91. this.uiButton1.Name = "uiButton1";
  92. this.uiButton1.Size = new System.Drawing.Size(81, 30);
  93. this.uiButton1.TabIndex = 9;
  94. this.uiButton1.Text = "路径选择";
  95. //
  96. // uiTextBox1
  97. //
  98. this.uiTextBox1.AutoScroll = true;
  99. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  100. this.uiTextBox1.FillColor = System.Drawing.Color.White;
  101. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  102. this.uiTextBox1.Location = new System.Drawing.Point(114, 15);
  103. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  104. this.uiTextBox1.Maximum = 2147483647D;
  105. this.uiTextBox1.Minimum = -2147483648D;
  106. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
  107. this.uiTextBox1.Name = "uiTextBox1";
  108. this.uiTextBox1.ReadOnly = true;
  109. this.uiTextBox1.Size = new System.Drawing.Size(283, 29);
  110. this.uiTextBox1.TabIndex = 10;
  111. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  112. //
  113. // uiLabel2
  114. //
  115. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  116. this.uiLabel2.Location = new System.Drawing.Point(11, 59);
  117. this.uiLabel2.Name = "uiLabel2";
  118. this.uiLabel2.Size = new System.Drawing.Size(100, 23);
  119. this.uiLabel2.TabIndex = 12;
  120. this.uiLabel2.Text = "图片格式:";
  121. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  122. //
  123. // OutPicture
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.Controls.Add(this.uiLabel2);
  128. this.Controls.Add(this.uiRBbmp);
  129. this.Controls.Add(this.uiLabel1);
  130. this.Controls.Add(this.uiRBpng);
  131. this.Controls.Add(this.uiButton1);
  132. this.Controls.Add(this.uiRBjpg);
  133. this.Controls.Add(this.uiTextBox1);
  134. this.Name = "OutPicture";
  135. this.Size = new System.Drawing.Size(500, 115);
  136. this.ResumeLayout(false);
  137. }
  138. #endregion
  139. private Sunny.UI.UIRadioButton uiRBjpg;
  140. private Sunny.UI.UIRadioButton uiRBbmp;
  141. private Sunny.UI.UIRadioButton uiRBpng;
  142. private Sunny.UI.UILabel uiLabel1;
  143. private Sunny.UI.UIButton uiButton1;
  144. private Sunny.UI.UITextBox uiTextBox1;
  145. private Sunny.UI.UILabel uiLabel2;
  146. }
  147. }