You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

161 lines
6.7 KiB

1 month ago
  1. namespace ShenTun.ImageCollection.Test
  2. {
  3. partial class Form1
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.extendedTextPanel1 = new Customize.Controls.ExtendedTextPanel();
  32. this.transTextBox1 = new Customize.Controls.TransTextBox();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.button5 = new System.Windows.Forms.Button();
  35. this.button6 = new System.Windows.Forms.Button();
  36. this.button7 = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // button1
  40. //
  41. this.button1.Location = new System.Drawing.Point(127, 121);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(245, 68);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "调用显示M3";
  46. this.button1.UseVisualStyleBackColor = true;
  47. this.button1.Click += new System.EventHandler(this.button1_Click);
  48. //
  49. // button2
  50. //
  51. this.button2.Location = new System.Drawing.Point(136, 204);
  52. this.button2.Name = "button2";
  53. this.button2.Size = new System.Drawing.Size(111, 113);
  54. this.button2.TabIndex = 1;
  55. this.button2.Text = "M2";
  56. this.button2.UseVisualStyleBackColor = true;
  57. this.button2.Click += new System.EventHandler(this.button2_Click);
  58. //
  59. // button3
  60. //
  61. this.button3.Location = new System.Drawing.Point(270, 204);
  62. this.button3.Name = "button3";
  63. this.button3.Size = new System.Drawing.Size(111, 113);
  64. this.button3.TabIndex = 2;
  65. this.button3.Text = "M1";
  66. this.button3.UseVisualStyleBackColor = true;
  67. this.button3.Click += new System.EventHandler(this.button3_Click);
  68. //
  69. // extendedTextPanel1
  70. //
  71. this.extendedTextPanel1.Location = new System.Drawing.Point(639, 140);
  72. this.extendedTextPanel1.Name = "extendedTextPanel1";
  73. this.extendedTextPanel1.Size = new System.Drawing.Size(213, 177);
  74. this.extendedTextPanel1.TabIndex = 3;
  75. this.extendedTextPanel1.TransTextBox = this.transTextBox1;
  76. //
  77. // transTextBox1
  78. //
  79. this.transTextBox1.Location = new System.Drawing.Point(173, 399);
  80. this.transTextBox1.Name = "transTextBox1";
  81. this.transTextBox1.Size = new System.Drawing.Size(100, 96);
  82. this.transTextBox1.TabIndex = 4;
  83. this.transTextBox1.Text = "";
  84. //
  85. // button4
  86. //
  87. this.button4.Location = new System.Drawing.Point(327, 337);
  88. this.button4.Name = "button4";
  89. this.button4.Size = new System.Drawing.Size(76, 113);
  90. this.button4.TabIndex = 5;
  91. this.button4.Text = "批量裁图";
  92. this.button4.UseVisualStyleBackColor = true;
  93. this.button4.Click += new System.EventHandler(this.button4_Click);
  94. //
  95. // button5
  96. //
  97. this.button5.Location = new System.Drawing.Point(296, 481);
  98. this.button5.Name = "button5";
  99. this.button5.Size = new System.Drawing.Size(132, 62);
  100. this.button5.TabIndex = 6;
  101. this.button5.Text = "图EDIT";
  102. this.button5.UseVisualStyleBackColor = true;
  103. this.button5.Click += new System.EventHandler(this.button5_Click);
  104. //
  105. // button6
  106. //
  107. this.button6.Location = new System.Drawing.Point(596, 399);
  108. this.button6.Name = "button6";
  109. this.button6.Size = new System.Drawing.Size(187, 88);
  110. this.button6.TabIndex = 7;
  111. this.button6.Text = "button6";
  112. this.button6.UseVisualStyleBackColor = true;
  113. this.button6.Click += new System.EventHandler(this.button6_Click);
  114. //
  115. // button7
  116. //
  117. this.button7.Location = new System.Drawing.Point(879, 372);
  118. this.button7.Name = "button7";
  119. this.button7.Size = new System.Drawing.Size(124, 78);
  120. this.button7.TabIndex = 8;
  121. this.button7.Text = "button7";
  122. this.button7.UseVisualStyleBackColor = true;
  123. this.button7.Click += new System.EventHandler(this.button7_Click);
  124. //
  125. // Form1
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.ClientSize = new System.Drawing.Size(1047, 598);
  130. this.Controls.Add(this.button7);
  131. this.Controls.Add(this.button6);
  132. this.Controls.Add(this.button5);
  133. this.Controls.Add(this.button4);
  134. this.Controls.Add(this.transTextBox1);
  135. this.Controls.Add(this.extendedTextPanel1);
  136. this.Controls.Add(this.button3);
  137. this.Controls.Add(this.button2);
  138. this.Controls.Add(this.button1);
  139. this.Name = "Form1";
  140. this.Text = "Form1";
  141. this.ResumeLayout(false);
  142. }
  143. #endregion
  144. private System.Windows.Forms.Button button1;
  145. private System.Windows.Forms.Button button2;
  146. private System.Windows.Forms.Button button3;
  147. private Customize.Controls.ExtendedTextPanel extendedTextPanel1;
  148. private Customize.Controls.TransTextBox transTextBox1;
  149. private System.Windows.Forms.Button button4;
  150. private System.Windows.Forms.Button button5;
  151. private System.Windows.Forms.Button button6;
  152. private System.Windows.Forms.Button button7;
  153. }
  154. }