123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
-
- namespace HCTools
- {
- partial class AttributeForm
- {
- /// <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.components = new System.ComponentModel.Container();
- this.dataGridView_Info = new System.Windows.Forms.DataGridView();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.缩放至ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.button_cancelshow = new System.Windows.Forms.Button();
- this.button_show = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Info)).BeginInit();
- this.contextMenuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // dataGridView_Info
- //
- this.dataGridView_Info.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView_Info.ContextMenuStrip = this.contextMenuStrip1;
- this.dataGridView_Info.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView_Info.Location = new System.Drawing.Point(0, 0);
- this.dataGridView_Info.Name = "dataGridView_Info";
- this.dataGridView_Info.RowHeadersWidth = 51;
- this.dataGridView_Info.RowTemplate.Height = 27;
- this.dataGridView_Info.Size = new System.Drawing.Size(1010, 451);
- this.dataGridView_Info.TabIndex = 0;
- this.dataGridView_Info.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Info_CellClick);
- this.dataGridView_Info.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_Info_RowHeaderMouseClick);
- this.dataGridView_Info.SortCompare += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dataGridView_Info_SortCompare);
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.缩放至ToolStripMenuItem});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(124, 28);
- //
- // 缩放至ToolStripMenuItem
- //
- this.缩放至ToolStripMenuItem.Name = "缩放至ToolStripMenuItem";
- this.缩放至ToolStripMenuItem.Size = new System.Drawing.Size(123, 24);
- this.缩放至ToolStripMenuItem.Text = "缩放至";
- this.缩放至ToolStripMenuItem.Click += new System.EventHandler(this.缩放至ToolStripMenuItem_Click);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dataGridView_Info);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.button_cancelshow);
- this.splitContainer1.Panel2.Controls.Add(this.button_show);
- this.splitContainer1.Panel2.Controls.Add(this.button1);
- this.splitContainer1.Size = new System.Drawing.Size(1010, 499);
- this.splitContainer1.SplitterDistance = 451;
- this.splitContainer1.TabIndex = 1;
- //
- // button_cancelshow
- //
- this.button_cancelshow.Location = new System.Drawing.Point(788, 5);
- this.button_cancelshow.Name = "button_cancelshow";
- this.button_cancelshow.Size = new System.Drawing.Size(107, 33);
- this.button_cancelshow.TabIndex = 2;
- this.button_cancelshow.Text = "取消显示选中";
- this.button_cancelshow.UseVisualStyleBackColor = true;
- this.button_cancelshow.Click += new System.EventHandler(this.button_cancelshow_Click);
- //
- // button_show
- //
- this.button_show.Location = new System.Drawing.Point(685, 5);
- this.button_show.Name = "button_show";
- this.button_show.Size = new System.Drawing.Size(80, 33);
- this.button_show.TabIndex = 1;
- this.button_show.Text = "显示选中";
- this.button_show.UseVisualStyleBackColor = true;
- this.button_show.Click += new System.EventHandler(this.button_show_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(924, 5);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 33);
- this.button1.TabIndex = 0;
- this.button1.Text = "导 出";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // AttributeForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1010, 499);
- this.Controls.Add(this.splitContainer1);
- this.Name = "AttributeForm";
- this.Text = "属性表";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AttributeForm_FormClosed);
- this.Load += new System.EventHandler(this.AttributeForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Info)).EndInit();
- this.contextMenuStrip1.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.DataGridView dataGridView_Info;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 缩放至ToolStripMenuItem;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button_cancelshow;
- private System.Windows.Forms.Button button_show;
- }
- }
|