📄 ucdictgydmwh.designer.cs
字号:
namespace Qeb.GY
{
partial class UCDictGyDmWh
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dwGydm = new Qeb.Control.QDataWindow(this.components);
this.btnClose = new Qeb.Control.QButton();
this.btnExport = new Qeb.Control.QButton();
this.btnPrint = new Qeb.Control.QButton();
this.btnAdd = new Qeb.Control.QButton();
this.btnStop = new Qeb.Control.QButton();
this.btnModify = new Qeb.Control.QButton();
this.btnSave = new Qeb.Control.QButton();
this.btnRefresh = new Qeb.Control.QButton();
this.qTableLayoutPanel1 = new Qeb.Control.QTableLayoutPanel(this.components);
this.qPanel1 = new Qeb.Control.QPanel(this.components);
this.qTableLayoutPanel1.SuspendLayout();
this.qPanel1.SuspendLayout();
this.SuspendLayout();
//
// dwGydm
//
this.dwGydm.ControlStyle = Qeb.Control.ViewStyle.Standard;
this.dwGydm.DataWindowObject = "";
this.dwGydm.Dock = System.Windows.Forms.DockStyle.Fill;
this.dwGydm.EnterToTab = true;
this.dwGydm.HeaderSort = true;
this.dwGydm.LibraryList = "";
this.dwGydm.Location = new System.Drawing.Point(0, 0);
this.dwGydm.Margin = new System.Windows.Forms.Padding(0);
this.dwGydm.Name = "dwGydm";
this.dwGydm.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
this.dwGydm.Size = new System.Drawing.Size(762, 524);
this.dwGydm.TabIndex = 0;
this.dwGydm.ItemChanged += new Sybase.DataWindow.ItemChangedEventHandler(this.dwGydm_ItemChanged);
this.dwGydm.Click += new System.EventHandler(this.dwGydm_Click);
this.dwGydm.ItemError += new Sybase.DataWindow.ItemErrorEventHandler(this.dwGydm_ItemError);
this.dwGydm.EditChanged += new Sybase.DataWindow.EditChangedEventHandler(this.dwGydm_EditChanged);
//
// btnClose
//
this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btnClose.Arrow = Qeb.Control.QButton.arrow.None;
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.clickShowContextMenu = false;
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);
//
// btnExport
//
this.btnExport.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btnExport.Arrow = Qeb.Control.QButton.arrow.None;
this.btnExport.BackColor = System.Drawing.Color.Transparent;
this.btnExport.clickShowContextMenu = false;
this.btnExport.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
this.btnExport.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
this.btnExport.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
this.btnExport.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
this.btnExport.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnExport.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.btnExport.FadingSpeed = 35;
this.btnExport.FlatAppearance.BorderSize = 0;
this.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnExport.GroupPos = Qeb.Control.QButton.groupPos.None;
this.btnExport.ImageLocation = Qeb.Control.QButton.imagelocation.None;
this.btnExport.ImageOffset = 0;
this.btnExport.Location = new System.Drawing.Point(525, 6);
this.btnExport.Margin = new System.Windows.Forms.Padding(0, 6, 0, 6);
this.btnExport.MaxImageSize = new System.Drawing.Point(0, 0);
this.btnExport.Name = "btnExport";
this.btnExport.Radius = 6;
this.btnExport.ShowBase = Qeb.Control.QButton.showbase.Yes;
this.btnExport.Size = new System.Drawing.Size(75, 23);
this.btnExport.SplitButton = Qeb.Control.QButton.splitbutton.No;
this.btnExport.SplitDistance = 0;
this.btnExport.TabIndex = 2;
this.btnExport.Text = "导出";
this.btnExport.Title = "";
this.btnExport.UseVisualStyleBackColor = true;
//
// btnPrint
//
this.btnPrint.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btnPrint.Arrow = Qeb.Control.QButton.arrow.None;
this.btnPrint.BackColor = System.Drawing.Color.Transparent;
this.btnPrint.clickShowContextMenu = false;
this.btnPrint.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
this.btnPrint.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
this.btnPrint.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
this.btnPrint.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
this.btnPrint.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnPrint.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.btnPrint.FadingSpeed = 35;
this.btnPrint.FlatAppearance.BorderSize = 0;
this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPrint.GroupPos = Qeb.Control.QButton.groupPos.None;
this.btnPrint.ImageLocation = Qeb.Control.QButton.imagelocation.None;
this.btnPrint.ImageOffset = 0;
this.btnPrint.Location = new System.Drawing.Point(606, 6);
this.btnPrint.Margin = new System.Windows.Forms.Padding(0, 6, 0, 6);
this.btnPrint.MaxImageSize = new System.Drawing.Point(0, 0);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Radius = 6;
this.btnPrint.ShowBase = Qeb.Control.QButton.showbase.Yes;
this.btnPrint.Size = new System.Drawing.Size(75, 23);
this.btnPrint.SplitButton = Qeb.Control.QButton.splitbutton.No;
this.btnPrint.SplitDistance = 0;
this.btnPrint.TabIndex = 3;
this.btnPrint.Text = "打印";
this.btnPrint.Title = "";
this.btnPrint.UseVisualStyleBackColor = true;
//
// btnAdd
//
this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.btnAdd.Arrow = Qeb.Control.QButton.arrow.None;
this.btnAdd.BackColor = System.Drawing.Color.Transparent;
this.btnAdd.clickShowContextMenu = false;
this.btnAdd.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
this.btnAdd.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
this.btnAdd.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
this.btnAdd.ColorOnStroke = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(177)))), ((int)(((byte)(118)))));
this.btnAdd.ColorPress = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnAdd.ColorPressStroke = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.btnAdd.Enabled = false;
this.btnAdd.FadingSpeed = 35;
this.btnAdd.FlatAppearance.BorderSize = 0;
this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnAdd.GroupPos = Qeb.Control.QButton.groupPos.None;
this.btnAdd.ImageLocation = Qeb.Control.QButton.imagelocation.None;
this.btnAdd.ImageOffset = 0;
this.btnAdd.Location = new System.Drawing.Point(0, 6);
this.btnAdd.Margin = new System.Windows.Forms.Padding(0, 6, 0, 6);
this.btnAdd.MaxImageSize = new System.Drawing.Point(0, 0);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Radius = 6;
this.btnAdd.ShowBase = Qeb.Control.QButton.showbase.Yes;
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.SplitButton = Qeb.Control.QButton.splitbutton.No;
this.btnAdd.SplitDistance = 0;
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "增加";
this.btnAdd.Title = "";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnStop
//
this.btnStop.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.btnStop.Arrow = Qeb.Control.QButton.arrow.None;
this.btnStop.BackColor = System.Drawing.Color.Transparent;
this.btnStop.clickShowContextMenu = false;
this.btnStop.ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(209)))), ((int)(((byte)(240)))));
this.btnStop.ColorBaseStroke = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(187)))), ((int)(((byte)(213)))));
this.btnStop.ColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(214)))), ((int)(((byte)(78)))));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -