ClassificationOrderAdjuster.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. 
  2. namespace OTSIncAReportApp._1_UI.OTSReportExport
  3. {
  4. partial class ClassificationOrderAdjuster
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.listView_select = new System.Windows.Forms.ListView();
  30. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  31. this.button_up = new System.Windows.Forms.Button();
  32. this.button_down = new System.Windows.Forms.Button();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.button3 = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // listView_select
  38. //
  39. this.listView_select.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  40. this.columnHeader2});
  41. this.listView_select.HideSelection = false;
  42. this.listView_select.Location = new System.Drawing.Point(35, 12);
  43. this.listView_select.Name = "listView_select";
  44. this.listView_select.Size = new System.Drawing.Size(226, 426);
  45. this.listView_select.TabIndex = 20;
  46. this.listView_select.UseCompatibleStateImageBehavior = false;
  47. this.listView_select.View = System.Windows.Forms.View.Details;
  48. //
  49. // columnHeader2
  50. //
  51. this.columnHeader2.Text = "";
  52. this.columnHeader2.Width = 210;
  53. //
  54. // button_up
  55. //
  56. this.button_up.Font = new System.Drawing.Font("宋体", 9F);
  57. this.button_up.Location = new System.Drawing.Point(10, 108);
  58. this.button_up.Name = "button_up";
  59. this.button_up.Size = new System.Drawing.Size(19, 98);
  60. this.button_up.TabIndex = 18;
  61. this.button_up.Text = "▲";
  62. this.button_up.UseVisualStyleBackColor = true;
  63. this.button_up.Click += new System.EventHandler(this.button_up_Click);
  64. //
  65. // button_down
  66. //
  67. this.button_down.Font = new System.Drawing.Font("宋体", 9F);
  68. this.button_down.Location = new System.Drawing.Point(10, 212);
  69. this.button_down.Name = "button_down";
  70. this.button_down.Size = new System.Drawing.Size(19, 98);
  71. this.button_down.TabIndex = 19;
  72. this.button_down.Text = "▼";
  73. this.button_down.UseVisualStyleBackColor = true;
  74. this.button_down.Click += new System.EventHandler(this.button_down_Click);
  75. //
  76. // button4
  77. //
  78. this.button4.Location = new System.Drawing.Point(186, 444);
  79. this.button4.Name = "button4";
  80. this.button4.Size = new System.Drawing.Size(75, 23);
  81. this.button4.TabIndex = 25;
  82. this.button4.Text = "取消";
  83. this.button4.UseVisualStyleBackColor = true;
  84. this.button4.Click += new System.EventHandler(this.button4_Click);
  85. //
  86. // button3
  87. //
  88. this.button3.Location = new System.Drawing.Point(105, 444);
  89. this.button3.Name = "button3";
  90. this.button3.Size = new System.Drawing.Size(75, 23);
  91. this.button3.TabIndex = 24;
  92. this.button3.Text = "确定";
  93. this.button3.UseVisualStyleBackColor = true;
  94. this.button3.Click += new System.EventHandler(this.button3_Click);
  95. //
  96. // ClassificationOrderAdjuster
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(276, 478);
  101. this.Controls.Add(this.button4);
  102. this.Controls.Add(this.button3);
  103. this.Controls.Add(this.listView_select);
  104. this.Controls.Add(this.button_up);
  105. this.Controls.Add(this.button_down);
  106. this.MaximizeBox = false;
  107. this.MaximumSize = new System.Drawing.Size(292, 517);
  108. this.MinimizeBox = false;
  109. this.MinimumSize = new System.Drawing.Size(292, 517);
  110. this.Name = "ClassificationOrderAdjuster";
  111. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  112. this.Text = "排序修改";
  113. this.Load += new System.EventHandler(this.ClassificationOrderAdjuster_Load);
  114. this.ResumeLayout(false);
  115. }
  116. #endregion
  117. private System.Windows.Forms.ListView listView_select;
  118. private System.Windows.Forms.ColumnHeader columnHeader2;
  119. private System.Windows.Forms.Button button_up;
  120. private System.Windows.Forms.Button button_down;
  121. private System.Windows.Forms.Button button4;
  122. private System.Windows.Forms.Button button3;
  123. }
  124. }