123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- namespace UAS_LabelMachine
- {
- partial class ExportColumns
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.FirstPage = new System.Windows.Forms.DataGridView();
- this.DataPage = new System.Windows.Forms.DataGridView();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.SaveColumns = new System.Windows.Forms.Button();
- this.ResetColumns = new System.Windows.Forms.Button();
- this.DeleteColumns = new System.Windows.Forms.Button();
- this.DeleteDataColumns = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DataPage)).BeginInit();
- this.SuspendLayout();
- //
- // FirstPage
- //
- this.FirstPage.AllowUserToAddRows = false;
- this.FirstPage.AllowUserToOrderColumns = true;
- this.FirstPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.FirstPage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.FirstPage.Location = new System.Drawing.Point(12, 50);
- this.FirstPage.Name = "FirstPage";
- this.FirstPage.ReadOnly = true;
- this.FirstPage.RowTemplate.Height = 23;
- this.FirstPage.Size = new System.Drawing.Size(1197, 270);
- this.FirstPage.TabIndex = 0;
- //
- // DataPage
- //
- this.DataPage.AllowUserToAddRows = false;
- this.DataPage.AllowUserToOrderColumns = true;
- this.DataPage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.DataPage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DataPage.Location = new System.Drawing.Point(12, 365);
- this.DataPage.Name = "DataPage";
- this.DataPage.ReadOnly = true;
- this.DataPage.RowTemplate.Height = 23;
- this.DataPage.Size = new System.Drawing.Size(1197, 270);
- this.DataPage.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 10F);
- this.label1.Location = new System.Drawing.Point(11, 24);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 14);
- this.label1.TabIndex = 13;
- this.label1.Text = "首页列配置";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 10F);
- this.label2.Location = new System.Drawing.Point(9, 337);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(77, 14);
- this.label2.TabIndex = 14;
- this.label2.Text = "数据列配置";
- //
- // SaveColumns
- //
- this.SaveColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.SaveColumns.Location = new System.Drawing.Point(696, 648);
- this.SaveColumns.Margin = new System.Windows.Forms.Padding(2);
- this.SaveColumns.Name = "SaveColumns";
- this.SaveColumns.Size = new System.Drawing.Size(80, 24);
- this.SaveColumns.TabIndex = 15;
- this.SaveColumns.Text = "保存";
- this.SaveColumns.UseVisualStyleBackColor = true;
- this.SaveColumns.Click += new System.EventHandler(this.SaveColumns_Click);
- //
- // ResetColumns
- //
- this.ResetColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.ResetColumns.Location = new System.Drawing.Point(613, 648);
- this.ResetColumns.Margin = new System.Windows.Forms.Padding(2);
- this.ResetColumns.Name = "ResetColumns";
- this.ResetColumns.Size = new System.Drawing.Size(80, 24);
- this.ResetColumns.TabIndex = 16;
- this.ResetColumns.Text = "重置列";
- this.ResetColumns.UseVisualStyleBackColor = true;
- this.ResetColumns.Click += new System.EventHandler(this.ResetColumns_Click);
- //
- // DeleteColumns
- //
- this.DeleteColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.DeleteColumns.Location = new System.Drawing.Point(449, 648);
- this.DeleteColumns.Margin = new System.Windows.Forms.Padding(2);
- this.DeleteColumns.Name = "DeleteColumns";
- this.DeleteColumns.Size = new System.Drawing.Size(80, 24);
- this.DeleteColumns.TabIndex = 17;
- this.DeleteColumns.Text = "移除首页列";
- this.DeleteColumns.UseVisualStyleBackColor = true;
- this.DeleteColumns.Click += new System.EventHandler(this.DeleteColumns_Click);
- //
- // DeleteDataColumns
- //
- this.DeleteDataColumns.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.DeleteDataColumns.Location = new System.Drawing.Point(529, 648);
- this.DeleteDataColumns.Margin = new System.Windows.Forms.Padding(2);
- this.DeleteDataColumns.Name = "DeleteDataColumns";
- this.DeleteDataColumns.Size = new System.Drawing.Size(80, 24);
- this.DeleteDataColumns.TabIndex = 18;
- this.DeleteDataColumns.Text = "移除数据列";
- this.DeleteDataColumns.UseVisualStyleBackColor = true;
- this.DeleteDataColumns.Click += new System.EventHandler(this.DeleteDataColumns_Click);
- //
- // ExportColumns
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1221, 681);
- this.Controls.Add(this.DeleteDataColumns);
- this.Controls.Add(this.DeleteColumns);
- this.Controls.Add(this.ResetColumns);
- this.Controls.Add(this.SaveColumns);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.DataPage);
- this.Controls.Add(this.FirstPage);
- this.Name = "ExportColumns";
- this.Text = "导出列配置";
- this.Load += new System.EventHandler(this.ExportColumns_Load);
- ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DataPage)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView FirstPage;
- private System.Windows.Forms.DataGridView DataPage;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button SaveColumns;
- private System.Windows.Forms.Button ResetColumns;
- private System.Windows.Forms.Button DeleteColumns;
- private System.Windows.Forms.Button DeleteDataColumns;
- }
- }
|