12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- namespace OTSPartA_STDEditor
- {
- partial class Attributes
- {
- /// <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.Grid_Attributes = new SourceGrid.Grid();
- this.SuspendLayout();
- //
- // Grid_Attributes
- //
- this.Grid_Attributes.BackColor = System.Drawing.SystemColors.Control;
- this.Grid_Attributes.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Grid_Attributes.EnableSort = true;
- this.Grid_Attributes.Location = new System.Drawing.Point(0, 0);
- this.Grid_Attributes.Name = "Grid_Attributes";
- this.Grid_Attributes.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
- this.Grid_Attributes.SelectionMode = SourceGrid.GridSelectionMode.Cell;
- this.Grid_Attributes.Size = new System.Drawing.Size(231, 667);
- this.Grid_Attributes.TabIndex = 7;
- this.Grid_Attributes.TabStop = true;
- this.Grid_Attributes.ToolTipText = "";
- //
- // Attributes
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(231, 667);
- this.CloseButton = false;
- this.CloseButtonVisible = false;
- this.Controls.Add(this.Grid_Attributes);
- this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Name = "Attributes";
- this.Text = "Attributes";
- this.Load += new System.EventHandler(this.Attributes_Load);
- this.ResumeLayout(false);
- }
- #endregion
- public SourceGrid.Grid Grid_Attributes;
- }
- }
|