Form1.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. 
  2. namespace ResourceEditor
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.libs = new System.Windows.Forms.ListBox();
  30. this.listView1 = new System.Windows.Forms.ListView();
  31. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button3 = new System.Windows.Forms.Button();
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // libs
  42. //
  43. this.libs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.libs.FormattingEnabled = true;
  45. this.libs.ItemHeight = 21;
  46. this.libs.Items.AddRange(new object[] {
  47. "Title",
  48. "Horse"});
  49. this.libs.Location = new System.Drawing.Point(7, 18);
  50. this.libs.Name = "libs";
  51. this.libs.Size = new System.Drawing.Size(210, 655);
  52. this.libs.TabIndex = 0;
  53. this.libs.DoubleClick += new System.EventHandler(this.libs_DoubleClick);
  54. //
  55. // listView1
  56. //
  57. this.listView1.HideSelection = false;
  58. this.listView1.Location = new System.Drawing.Point(223, 39);
  59. this.listView1.Name = "listView1";
  60. this.listView1.Size = new System.Drawing.Size(282, 637);
  61. this.listView1.TabIndex = 1;
  62. this.listView1.UseCompatibleStateImageBehavior = false;
  63. //
  64. // numericUpDown1
  65. //
  66. this.numericUpDown1.Location = new System.Drawing.Point(223, 12);
  67. this.numericUpDown1.Name = "numericUpDown1";
  68. this.numericUpDown1.Size = new System.Drawing.Size(120, 21);
  69. this.numericUpDown1.TabIndex = 2;
  70. //
  71. // button1
  72. //
  73. this.button1.Location = new System.Drawing.Point(349, 10);
  74. this.button1.Name = "button1";
  75. this.button1.Size = new System.Drawing.Size(75, 23);
  76. this.button1.TabIndex = 3;
  77. this.button1.Text = "指定位置";
  78. this.button1.UseVisualStyleBackColor = true;
  79. //
  80. // button2
  81. //
  82. this.button2.Location = new System.Drawing.Point(511, 9);
  83. this.button2.Name = "button2";
  84. this.button2.Size = new System.Drawing.Size(75, 23);
  85. this.button2.TabIndex = 4;
  86. this.button2.Text = "下一个";
  87. this.button2.UseVisualStyleBackColor = true;
  88. //
  89. // button3
  90. //
  91. this.button3.Location = new System.Drawing.Point(430, 9);
  92. this.button3.Name = "button3";
  93. this.button3.Size = new System.Drawing.Size(75, 23);
  94. this.button3.TabIndex = 5;
  95. this.button3.Text = "上一个";
  96. this.button3.UseVisualStyleBackColor = true;
  97. //
  98. // button4
  99. //
  100. this.button4.Location = new System.Drawing.Point(592, 9);
  101. this.button4.Name = "button4";
  102. this.button4.Size = new System.Drawing.Size(75, 23);
  103. this.button4.TabIndex = 6;
  104. this.button4.Text = "导出文件";
  105. this.button4.UseVisualStyleBackColor = true;
  106. //
  107. // pictureBox1
  108. //
  109. this.pictureBox1.Location = new System.Drawing.Point(511, 39);
  110. this.pictureBox1.Name = "pictureBox1";
  111. this.pictureBox1.Size = new System.Drawing.Size(568, 637);
  112. this.pictureBox1.TabIndex = 7;
  113. this.pictureBox1.TabStop = false;
  114. //
  115. // Form1
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(1091, 688);
  120. this.Controls.Add(this.pictureBox1);
  121. this.Controls.Add(this.button4);
  122. this.Controls.Add(this.button3);
  123. this.Controls.Add(this.button2);
  124. this.Controls.Add(this.button1);
  125. this.Controls.Add(this.numericUpDown1);
  126. this.Controls.Add(this.listView1);
  127. this.Controls.Add(this.libs);
  128. this.Name = "Form1";
  129. this.Text = "Form1";
  130. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  132. this.ResumeLayout(false);
  133. }
  134. #endregion
  135. private System.Windows.Forms.ListBox libs;
  136. private System.Windows.Forms.ListView listView1;
  137. private System.Windows.Forms.NumericUpDown numericUpDown1;
  138. private System.Windows.Forms.Button button1;
  139. private System.Windows.Forms.Button button2;
  140. private System.Windows.Forms.Button button3;
  141. private System.Windows.Forms.Button button4;
  142. private System.Windows.Forms.PictureBox pictureBox1;
  143. }
  144. }