namespace 开发辅助工具.Tools { partial class FrmColor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmColor)); this.superColor1 = new ryControls.SuperColor(); this.label1 = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.menuRight1 = new ryPaiban.Model.MenuRight(this.components); this.table1 = new XPTable.Models.Table(); this.columnModel1 = new XPTable.Models.ColumnModel(); this.ColTitle = new XPTable.Models.TextColumn(); this.ColValue = new XPTable.Models.TextColumn(); this.ColDes = new XPTable.Models.TextColumn(); this.tableModel1 = new XPTable.Models.TableModel(); this.label2 = new System.Windows.Forms.Label(); this.TxtType = new ryControls.TextBoxEx2(); this.label3 = new System.Windows.Forms.Label(); this.TxtValue = new ryControls.TextBoxEx2(); ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit(); this.SuspendLayout(); // // superColor1 // this.superColor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.superColor1.Cursor = System.Windows.Forms.Cursors.Hand; this.superColor1.Location = new System.Drawing.Point(68, 10); this.superColor1.Name = "superColor1"; this.superColor1.Size = new System.Drawing.Size(73, 22); this.superColor1.TabIndex = 0; this.superColor1.BackColorChanged += new System.EventHandler(this.SuperColor1_BackColorChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 1; this.label1.Text = "选择颜色"; // // menuRight1 // this.menuRight1.Name = "menuRight1"; this.menuRight1.Size = new System.Drawing.Size(185, 70); this.menuRight1.SourceContent = this; // // table1 // this.table1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.table1.ColumnModel = this.columnModel1; this.table1.EnableToolTips = true; this.table1.FullRowSelect = true; this.table1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.table1.Location = new System.Drawing.Point(11, 38); this.table1.Name = "table1"; this.table1.NoItemsText = "当前列表没有任何项"; this.table1.Size = new System.Drawing.Size(777, 353); this.table1.TabIndex = 16; this.table1.TableModel = this.tableModel1; this.table1.Text = "table1"; // // columnModel1 // this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] { this.ColTitle, this.ColValue, this.ColDes}); // // ColTitle // this.ColTitle.Editable = false; this.ColTitle.Tag = null; this.ColTitle.Text = "类型"; this.ColTitle.Width = 130; // // ColValue // this.ColValue.Editable = false; this.ColValue.Tag = null; this.ColValue.Text = "值"; this.ColValue.Width = 220; // // ColDes // this.ColDes.Editable = false; this.ColDes.Tag = null; this.ColDes.Text = "备注"; this.ColDes.Width = 350; // // tableModel1 // this.tableModel1.RowHeight = 25; this.tableModel1.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.TableModel1_SelectionChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 405); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 17; this.label2.Text = "类型"; // // TxtType // this.TxtType.BackColor = System.Drawing.Color.White; this.TxtType.EmptyText = ""; this.TxtType.Location = new System.Drawing.Point(47, 397); this.TxtType.MaxLength = 999999999; this.TxtType.Multiline = false; this.TxtType.Name = "TxtType"; this.TxtType.OnlyNumeric = false; this.TxtType.PasswordChar = '\0'; this.TxtType.ReadOnly = true; this.TxtType.SelectedText = ""; this.TxtType.SelectionLength = 0; this.TxtType.SelectionStart = 0; this.TxtType.Size = new System.Drawing.Size(143, 29); this.TxtType.TabIndex = 18; this.TxtType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtType.ToolTip = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(200, 405); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(17, 12); this.label3.TabIndex = 19; this.label3.Text = "值"; // // TxtValue // this.TxtValue.BackColor = System.Drawing.Color.White; this.TxtValue.EmptyText = ""; this.TxtValue.Location = new System.Drawing.Point(223, 397); this.TxtValue.MaxLength = 999999999; this.TxtValue.Multiline = false; this.TxtValue.Name = "TxtValue"; this.TxtValue.OnlyNumeric = false; this.TxtValue.PasswordChar = '\0'; this.TxtValue.ReadOnly = true; this.TxtValue.SelectedText = ""; this.TxtValue.SelectionLength = 0; this.TxtValue.SelectionStart = 0; this.TxtValue.Size = new System.Drawing.Size(229, 29); this.TxtValue.TabIndex = 20; this.TxtValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtValue.ToolTip = ""; // // FrmColor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.TxtValue); this.Controls.Add(this.label3); this.Controls.Add(this.TxtType); this.Controls.Add(this.label2); this.Controls.Add(this.table1); this.Controls.Add(this.label1); this.Controls.Add(this.superColor1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmColor"; this.TabPageContextMenuStrip = this.menuRight1; this.Text = "颜色转换"; this.Load += new System.EventHandler(this.FrmColor_Load); ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ryControls.SuperColor superColor1; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolTip toolTip1; private ryPaiban.Model.MenuRight menuRight1; private XPTable.Models.Table table1; private XPTable.Models.ColumnModel columnModel1; private XPTable.Models.TextColumn ColTitle; private XPTable.Models.TextColumn ColValue; private XPTable.Models.TextColumn ColDes; private XPTable.Models.TableModel tableModel1; private ryControls.TextBoxEx2 TxtValue; private System.Windows.Forms.Label label3; private ryControls.TextBoxEx2 TxtType; private System.Windows.Forms.Label label2; } }