ExportColumns.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. namespace UAS_LabelMachine
  2. {
  3. partial class ExportColumns
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.FirstPage = new System.Windows.Forms.DataGridView();
  29. this.DataPage = new System.Windows.Forms.DataGridView();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.SaveColumns = new System.Windows.Forms.Button();
  33. this.ResetColumns = new System.Windows.Forms.Button();
  34. this.DeleteColumns = new System.Windows.Forms.Button();
  35. this.DeleteDataColumns = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.DataPage)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // FirstPage
  41. //
  42. this.FirstPage.AllowUserToAddRows = false;
  43. this.FirstPage.AllowUserToOrderColumns = true;
  44. this.FirstPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  45. | System.Windows.Forms.AnchorStyles.Right)));
  46. this.FirstPage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  47. this.FirstPage.Location = new System.Drawing.Point(12, 50);
  48. this.FirstPage.Name = "FirstPage";
  49. this.FirstPage.RowTemplate.Height = 23;
  50. this.FirstPage.Size = new System.Drawing.Size(1197, 270);
  51. this.FirstPage.TabIndex = 0;
  52. //
  53. // DataPage
  54. //
  55. this.DataPage.AllowUserToAddRows = false;
  56. this.DataPage.AllowUserToOrderColumns = true;
  57. this.DataPage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  58. | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.DataPage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  61. this.DataPage.Location = new System.Drawing.Point(12, 365);
  62. this.DataPage.Name = "DataPage";
  63. this.DataPage.RowTemplate.Height = 23;
  64. this.DataPage.Size = new System.Drawing.Size(1197, 270);
  65. this.DataPage.TabIndex = 1;
  66. //
  67. // label1
  68. //
  69. this.label1.AutoSize = true;
  70. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  71. this.label1.Location = new System.Drawing.Point(11, 24);
  72. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(77, 14);
  75. this.label1.TabIndex = 13;
  76. this.label1.Text = "首页列配置";
  77. //
  78. // label2
  79. //
  80. this.label2.AutoSize = true;
  81. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  82. this.label2.Location = new System.Drawing.Point(9, 337);
  83. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(77, 14);
  86. this.label2.TabIndex = 14;
  87. this.label2.Text = "数据列配置";
  88. //
  89. // SaveColumns
  90. //
  91. this.SaveColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  92. this.SaveColumns.Location = new System.Drawing.Point(696, 648);
  93. this.SaveColumns.Margin = new System.Windows.Forms.Padding(2);
  94. this.SaveColumns.Name = "SaveColumns";
  95. this.SaveColumns.Size = new System.Drawing.Size(80, 24);
  96. this.SaveColumns.TabIndex = 15;
  97. this.SaveColumns.Text = "保存";
  98. this.SaveColumns.UseVisualStyleBackColor = true;
  99. this.SaveColumns.Click += new System.EventHandler(this.SaveColumns_Click);
  100. //
  101. // ResetColumns
  102. //
  103. this.ResetColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  104. this.ResetColumns.Location = new System.Drawing.Point(613, 648);
  105. this.ResetColumns.Margin = new System.Windows.Forms.Padding(2);
  106. this.ResetColumns.Name = "ResetColumns";
  107. this.ResetColumns.Size = new System.Drawing.Size(80, 24);
  108. this.ResetColumns.TabIndex = 16;
  109. this.ResetColumns.Text = "重置列";
  110. this.ResetColumns.UseVisualStyleBackColor = true;
  111. this.ResetColumns.Click += new System.EventHandler(this.ResetColumns_Click);
  112. //
  113. // DeleteColumns
  114. //
  115. this.DeleteColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  116. this.DeleteColumns.Location = new System.Drawing.Point(449, 648);
  117. this.DeleteColumns.Margin = new System.Windows.Forms.Padding(2);
  118. this.DeleteColumns.Name = "DeleteColumns";
  119. this.DeleteColumns.Size = new System.Drawing.Size(80, 24);
  120. this.DeleteColumns.TabIndex = 17;
  121. this.DeleteColumns.Text = "移除首页列";
  122. this.DeleteColumns.UseVisualStyleBackColor = true;
  123. this.DeleteColumns.Click += new System.EventHandler(this.DeleteColumns_Click);
  124. //
  125. // DeleteDataColumns
  126. //
  127. this.DeleteDataColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  128. this.DeleteDataColumns.Location = new System.Drawing.Point(529, 648);
  129. this.DeleteDataColumns.Margin = new System.Windows.Forms.Padding(2);
  130. this.DeleteDataColumns.Name = "DeleteDataColumns";
  131. this.DeleteDataColumns.Size = new System.Drawing.Size(80, 24);
  132. this.DeleteDataColumns.TabIndex = 18;
  133. this.DeleteDataColumns.Text = "移除数据列";
  134. this.DeleteDataColumns.UseVisualStyleBackColor = true;
  135. this.DeleteDataColumns.Click += new System.EventHandler(this.DeleteDataColumns_Click);
  136. //
  137. // ExportColumns
  138. //
  139. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  140. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  141. this.ClientSize = new System.Drawing.Size(1221, 681);
  142. this.Controls.Add(this.DeleteDataColumns);
  143. this.Controls.Add(this.DeleteColumns);
  144. this.Controls.Add(this.ResetColumns);
  145. this.Controls.Add(this.SaveColumns);
  146. this.Controls.Add(this.label2);
  147. this.Controls.Add(this.label1);
  148. this.Controls.Add(this.DataPage);
  149. this.Controls.Add(this.FirstPage);
  150. this.Name = "ExportColumns";
  151. this.Text = "导出列配置";
  152. this.Load += new System.EventHandler(this.ExportColumns_Load);
  153. ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).EndInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.DataPage)).EndInit();
  155. this.ResumeLayout(false);
  156. this.PerformLayout();
  157. }
  158. #endregion
  159. private System.Windows.Forms.DataGridView FirstPage;
  160. private System.Windows.Forms.DataGridView DataPage;
  161. private System.Windows.Forms.Label label1;
  162. private System.Windows.Forms.Label label2;
  163. private System.Windows.Forms.Button SaveColumns;
  164. private System.Windows.Forms.Button ResetColumns;
  165. private System.Windows.Forms.Button DeleteColumns;
  166. private System.Windows.Forms.Button DeleteDataColumns;
  167. }
  168. }