📄 ucdictgzzyy.designer.cs
字号:
this.btnClose.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
this.btnClose.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
this.btnClose.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
this.btnClose.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
this.btnClose.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnClose.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.btnClose.FadingSpeed = 35;
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.GroupPos = Qeb.Control.QButton.groupPos.None;
this.btnClose.ImageLocation = Qeb.Control.QButton.imagelocation.None;
this.btnClose.ImageOffset = 0;
this.btnClose.Location = new System.Drawing.Point(687, 6);
this.btnClose.Margin = new System.Windows.Forms.Padding(0, 6, 0, 6);
this.btnClose.MaxImageSize = new System.Drawing.Point(0, 0);
this.btnClose.Name = "btnClose";
this.btnClose.Radius = 6;
this.btnClose.ShowBase = Qeb.Control.QButton.showbase.Yes;
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.SplitButton = Qeb.Control.QButton.splitbutton.No;
this.btnClose.SplitDistance = 0;
this.btnClose.TabIndex = 8;
this.btnClose.Text = "关闭";
this.btnClose.Title = "";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnRefresh
//
this.btnRefresh.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.btnRefresh.Arrow = Qeb.Control.QButton.arrow.None;
this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
this.btnRefresh.clickShowContextMenu = false;
this.btnRefresh.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
this.btnRefresh.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
this.btnRefresh.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
this.btnRefresh.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
this.btnRefresh.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnRefresh.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.btnRefresh.FadingSpeed = 35;
this.btnRefresh.FlatAppearance.BorderSize = 0;
this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRefresh.GroupPos = Qeb.Control.QButton.groupPos.None;
this.btnRefresh.ImageLocation = Qeb.Control.QButton.imagelocation.None;
this.btnRefresh.ImageOffset = 0;
this.btnRefresh.Location = new System.Drawing.Point(510, 6);
this.btnRefresh.Margin = new System.Windows.Forms.Padding(0, 6, 0, 6);
this.btnRefresh.MaxImageSize = new System.Drawing.Point(0, 0);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Radius = 6;
this.btnRefresh.ShowBase = Qeb.Control.QButton.showbase.Yes;
this.btnRefresh.Size = new System.Drawing.Size(75, 23);
this.btnRefresh.SplitButton = Qeb.Control.QButton.splitbutton.No;
this.btnRefresh.SplitDistance = 0;
this.btnRefresh.TabIndex = 3;
this.btnRefresh.Text = "刷新";
this.btnRefresh.Title = "";
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// qPanel1
//
this.qPanel1.Controls.Add(this.btnAdd);
this.qPanel1.Controls.Add(this.btnRefresh);
this.qPanel1.Controls.Add(this.btnClose);
this.qPanel1.Controls.Add(this.btnSave);
this.qPanel1.Controls.Add(this.btnModify);
this.qPanel1.Controls.Add(this.btnStop);
this.qPanel1.ControlStyle = Qeb.Control.ViewStyle.Custom;
this.qPanel1.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
this.qPanel1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.qPanel1.Location = new System.Drawing.Point(0, 524);
this.qPanel1.Margin = new System.Windows.Forms.Padding(0);
this.qPanel1.Name = "qPanel1";
this.qPanel1.Size = new System.Drawing.Size(762, 35);
this.qPanel1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
this.qPanel1.TabIndex = 6;
//
// dwGzzOne
//
this.dwGzzOne.ControlStyle = Qeb.Control.ViewStyle.Standard;
this.dwGzzOne.DataWindowObject = "";
this.dwGzzOne.EnterToTab = true;
this.dwGzzOne.HeaderSort = true;
this.dwGzzOne.LibraryList = "";
this.dwGzzOne.Location = new System.Drawing.Point(186, 22);
this.dwGzzOne.Margin = new System.Windows.Forms.Padding(0);
this.dwGzzOne.Name = "dwGzzOne";
this.dwGzzOne.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
this.dwGzzOne.Size = new System.Drawing.Size(576, 235);
this.dwGzzOne.TabIndex = 7;
this.dwGzzOne.ItemChanged += new Sybase.DataWindow.ItemChangedEventHandler(this.dwGzzOne_ItemChanged);
this.dwGzzOne.Click += new System.EventHandler(this.dwGzzOne_Click);
this.dwGzzOne.ItemError += new Sybase.DataWindow.ItemErrorEventHandler(this.dwGzzOne_ItemError);
this.dwGzzOne.EditChanged += new Sybase.DataWindow.EditChangedEventHandler(this.dwGzzOne_EditChanged);
//
// dwGzzTwo
//
this.dwGzzTwo.ControlStyle = Qeb.Control.ViewStyle.Standard;
this.dwGzzTwo.DataWindowObject = "";
this.dwGzzTwo.EnterToTab = true;
this.dwGzzTwo.HeaderSort = true;
this.dwGzzTwo.LibraryList = "";
this.dwGzzTwo.Location = new System.Drawing.Point(186, 279);
this.dwGzzTwo.Margin = new System.Windows.Forms.Padding(0);
this.dwGzzTwo.Name = "dwGzzTwo";
this.dwGzzTwo.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
this.dwGzzTwo.Size = new System.Drawing.Size(576, 245);
this.dwGzzTwo.TabIndex = 8;
this.dwGzzTwo.ItemChanged += new Sybase.DataWindow.ItemChangedEventHandler(this.dwGzzTwo_ItemChanged);
this.dwGzzTwo.Click += new System.EventHandler(this.dwGzzTwo_Click);
this.dwGzzTwo.ItemError += new Sybase.DataWindow.ItemErrorEventHandler(this.dwGzzTwo_ItemError);
this.dwGzzTwo.EditChanged += new Sybase.DataWindow.EditChangedEventHandler(this.dwGzzTwo_EditChanged);
//
// tvCatalog
//
this.tvCatalog.Font = new System.Drawing.Font("宋体", 9F);
this.tvCatalog.ImageIndex = 0;
this.tvCatalog.Location = new System.Drawing.Point(0, 0);
this.tvCatalog.Name = "tvCatalog";
this.tvCatalog.SelectedImageIndex = 0;
this.tvCatalog.ShowNodeToolTips = true;
this.tvCatalog.Size = new System.Drawing.Size(183, 524);
this.tvCatalog.TabIndex = 9;
this.tvCatalog.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvCatalog_AfterCheck);
this.tvCatalog.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvCatalog_BeforeCheck);
//
// lbTitle1
//
this.lbTitle1.ControlStyle = Qeb.Control.ViewStyle.Standard;
this.lbTitle1.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
this.lbTitle1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.lbTitle1.Location = new System.Drawing.Point(186, 0);
this.lbTitle1.Name = "lbTitle1";
this.lbTitle1.Size = new System.Drawing.Size(576, 22);
this.lbTitle1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
this.lbTitle1.TabIndex = 10;
this.lbTitle1.Text = "未拥有的应用系统";
this.lbTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lbTitle2
//
this.lbTitle2.ControlStyle = Qeb.Control.ViewStyle.Standard;
this.lbTitle2.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(165)))), ((int)(((byte)(224)))));
this.lbTitle2.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.lbTitle2.Location = new System.Drawing.Point(186, 257);
this.lbTitle2.Name = "lbTitle2";
this.lbTitle2.Size = new System.Drawing.Size(576, 22);
this.lbTitle2.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(223)))), ((int)(((byte)(251)))));
this.lbTitle2.TabIndex = 11;
this.lbTitle2.Text = "已拥有的应用系统";
this.lbTitle2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// UCDictGzzYy
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.lbTitle2);
this.Controls.Add(this.lbTitle1);
this.Controls.Add(this.tvCatalog);
this.Controls.Add(this.dwGzzTwo);
this.Controls.Add(this.dwGzzOne);
this.Controls.Add(this.qPanel1);
this.Name = "UCDictGzzYy";
this.Load += new System.EventHandler(this.UCDictGzzYy_Load);
this.qPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Qeb.Control.QButton btnAdd;
private Qeb.Control.QButton btnSave;
private Qeb.Control.QButton btnModify;
private Qeb.Control.QButton btnStop;
private Qeb.Control.QButton btnClose;
private Qeb.Control.QButton btnRefresh;
private Qeb.Control.QPanel qPanel1;
private Qeb.Control.QDataWindow dwGzzOne;
private Qeb.Control.QDataWindow dwGzzTwo;
private Qeb.Control.QTreeView tvCatalog;
private Qeb.Control.QLabelTitle lbTitle1;
private Qeb.Control.QLabelTitle lbTitle2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -