本文整理汇总了C#中DevExpress.XtraEditors.LabelControl类的典型用法代码示例。如果您正苦于以下问题:C# DevExpress.XtraEditors.LabelControl类的具体用法?C# DevExpress.XtraEditors.LabelControl怎么用?C# DevExpress.XtraEditors.LabelControl使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
DevExpress.XtraEditors.LabelControl类属于命名空间,在下文中一共展示了DevExpress.XtraEditors.LabelControl类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.lblName = new DevExpress.XtraEditors.LabelControl();
this.SuspendLayout();
//
// lblName
//
this.lblName.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblName.Appearance.ForeColor = System.Drawing.Color.Black;
this.lblName.Location = new System.Drawing.Point(39, 25);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(82, 19);
this.lblName.TabIndex = 0;
this.lblName.Text = "Opening...";
//
// frmProgressBar
//
this.Appearance.BackColor = System.Drawing.Color.Silver;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(179, 73);
this.Controls.Add(this.lblName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmProgressBar";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.ResumeLayout(false);
this.PerformLayout();
}
示例2: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(12, 27);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(463, 13);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "MỌI TRỢ GIÚP XIN LIÊN HỆ VỀ TOÀ NHÀ 45 NGUYỄN KHẮC NHU TẦNG 7 KHOA CNTT NHÓM 4 T1" +
"";
//
// frmHelp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(490, 70);
this.Controls.Add(this.labelControl1);
this.Name = "frmHelp";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Trợ giúp HMS";
this.ResumeLayout(false);
this.PerformLayout();
}
示例3: InitializeComponent
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.lbDescription = new DevExpress.XtraEditors.LabelControl();
this.lbCaption = new DevExpress.XtraEditors.LabelControl();
this.picLoading = new DevExpress.XtraEditors.PictureEdit();
this.tmeMain = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.picLoading.Properties)).BeginInit();
this.SuspendLayout();
//
// lbDescription
//
this.lbDescription.Location = new System.Drawing.Point(182, 186);
this.lbDescription.Name = "lbDescription";
this.lbDescription.Size = new System.Drawing.Size(61, 13);
this.lbDescription.TabIndex = 0;
this.lbDescription.Text = "lbDescription";
//
// lbCaption
//
this.lbCaption.Location = new System.Drawing.Point(198, 126);
this.lbCaption.Name = "lbCaption";
this.lbCaption.Size = new System.Drawing.Size(45, 13);
this.lbCaption.TabIndex = 0;
this.lbCaption.Text = "lbCaption";
//
// picLoading
//
this.picLoading.Location = new System.Drawing.Point(77, 99);
this.picLoading.Name = "picLoading";
this.picLoading.Properties.AllowFocused = false;
this.picLoading.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.picLoading.Properties.Appearance.Options.UseBackColor = true;
this.picLoading.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.picLoading.Properties.NullText = " ";
this.picLoading.Size = new System.Drawing.Size(50, 50);
this.picLoading.TabIndex = 1;
this.picLoading.Paint += new System.Windows.Forms.PaintEventHandler(this.picLoading_Paint);
//
// tmeMain
//
this.tmeMain.Enabled = true;
this.tmeMain.Tick += new System.EventHandler(this.tmeMain_Tick);
//
// MyWaitForm
//
this.ClientSize = new System.Drawing.Size(300, 300);
this.Controls.Add(this.picLoading);
this.Controls.Add(this.lbCaption);
this.Controls.Add(this.lbDescription);
this.DoubleBuffered = true;
this.Name = "MyWaitForm";
((System.ComponentModel.ISupportInitialize)(this.picLoading.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
示例4: InitializeComponent
/// <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.tmrCloseWindow = new System.Windows.Forms.Timer(this.components);
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.SuspendLayout();
//
// tmrCloseWindow
//
this.tmrCloseWindow.Interval = 5000;
this.tmrCloseWindow.Tick += new System.EventHandler(this.tmrCloseWindow_Tick);
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(86, 92);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(71, 13);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "Registered To:";
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(307, 148);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
this.simpleButton1.TabIndex = 1;
this.simpleButton1.Text = "Close [X]";
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(226, 148);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
this.simpleButton2.TabIndex = 2;
this.simpleButton2.Text = "Register";
//
// frmSplash
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(394, 183);
this.Controls.Add(this.simpleButton2);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.labelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmSplash";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmSplash";
this.TopMost = true;
this.Load += new System.EventHandler(this.frmSplash_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
开发者ID:SmartSimTech,项目名称:SSTCP,代码行数:60,代码来源:frmSplash.Designer+(Tyler+Reed's+conflicted+copy+2010-12-18).cs
示例5: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
this.labelControl1.Location = new System.Drawing.Point(12, 27);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(313, 25);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "Hospital Management System";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(12, 72);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(54, 13);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "Version 1.0";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(12, 109);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(173, 13);
this.labelControl3.TabIndex = 2;
this.labelControl3.Text = "HMS được thiết kế bởi K16T1-Team4";
//
// frmThongtinphanmem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(331, 148);
this.Controls.Add(this.labelControl3);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.labelControl1);
this.Name = "frmThongtinphanmem";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Thông tin phần mềm";
this.ResumeLayout(false);
this.PerformLayout();
}
示例6: EditSubtypeConnector_Load
private void EditSubtypeConnector_Load(object sender, EventArgs e)
{
pnlControl.Controls.Clear();
foreach (AttributeShape att in connector.supertype.attributes)
{
cboSubtypeDis.Properties.Items.Add(att.sName);
}
if (cboSubtypeDis.Properties.Items.Count > 0)
{
if (connector.AttributeDiscriminator != null)
cboSubtypeDis.SelectedItem = connector.AttributeDiscriminator.sName;
else
cboSubtypeDis.SelectedIndex = 0;
}
for (int i = 0; i < connector.subtypes.Count; i++ )
{
DevExpress.XtraEditors.LabelControl lbSubtype = new DevExpress.XtraEditors.LabelControl();
lbSubtype.Appearance.BackColor = System.Drawing.Color.White;
lbSubtype.Appearance.Options.UseBackColor = true;
lbSubtype.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
lbSubtype.Cursor = System.Windows.Forms.Cursors.Default;
lbSubtype.LineColor = System.Drawing.Color.White;
lbSubtype.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
lbSubtype.LineVisible = true;
lbSubtype.Size = new System.Drawing.Size(107, 19);
lbSubtype.Text = connector.subtypes[i].sName;
pnlControl.Controls.Add(lbSubtype);
DevExpress.XtraEditors.TextEdit txtDiscriminator = new DevExpress.XtraEditors.TextEdit();
txtDiscriminator.Size = new System.Drawing.Size(140, 20);
txtDiscriminator.TabIndex = i;
txtDiscriminator.Text = connector.discriminators[i];
pnlControl.Controls.Add(txtDiscriminator);
listTextBox.Add(txtDiscriminator);
}
}
示例7: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.TxtUserName = new DevExpress.XtraEditors.TextEdit();
this.BtnEnter = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.TxtPassword = new DevExpress.XtraEditors.TextEdit();
this.BtnEnd = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.TxtUserName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.TxtPassword.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl1.Location = new System.Drawing.Point(206, 21);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(74, 13);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "اسم المستخدم";
//
// TxtUserName
//
this.TxtUserName.EditValue = "";
this.TxtUserName.Location = new System.Drawing.Point(18, 17);
this.TxtUserName.Name = "TxtUserName";
this.TxtUserName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
this.TxtUserName.Size = new System.Drawing.Size(182, 22);
this.TxtUserName.TabIndex = 0;
this.TxtUserName.EditValueChanged += new System.EventHandler(this.text_EditValueChanged);
//
// BtnEnter
//
this.BtnEnter.Location = new System.Drawing.Point(18, 107);
this.BtnEnter.Name = "BtnEnter";
this.BtnEnter.Size = new System.Drawing.Size(182, 23);
this.BtnEnter.TabIndex = 2;
this.BtnEnter.Text = "دخــــــــــــــــــــــــــول";
this.BtnEnter.Click += new System.EventHandler(this.BtnEnter_Click);
//
// labelControl2
//
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
this.labelControl2.Location = new System.Drawing.Point(227, 52);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(54, 13);
this.labelControl2.TabIndex = 0;
this.labelControl2.Text = "كلمة الســر";
//
// TxtPassword
//
this.TxtPassword.EditValue = "";
this.TxtPassword.Location = new System.Drawing.Point(18, 48);
this.TxtPassword.Name = "TxtPassword";
this.TxtPassword.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
this.TxtPassword.Properties.PasswordChar = '*';
this.TxtPassword.Size = new System.Drawing.Size(182, 22);
this.TxtPassword.TabIndex = 1;
this.TxtPassword.EditValueChanged += new System.EventHandler(this.text_EditValueChanged);
//
// BtnEnd
//
this.BtnEnd.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BtnEnd.Location = new System.Drawing.Point(215, 107);
this.BtnEnd.Name = "BtnEnd";
this.BtnEnd.Size = new System.Drawing.Size(75, 23);
this.BtnEnd.TabIndex = 3;
this.BtnEnd.Text = "خروج";
this.BtnEnd.Click += new System.EventHandler(this.BtnEnd_Click);
//
// LoginFrm
//
this.AcceptButton = this.BtnEnter;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
this.BackgroundImageStore = global::schoolStore.Properties.Resources.Login_Back;
this.CancelButton = this.BtnEnd;
this.ClientSize = new System.Drawing.Size(288, 138);
this.ControlBox = false;
this.Controls.Add(this.BtnEnd);
this.Controls.Add(this.BtnEnter);
this.Controls.Add(this.TxtPassword);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.TxtUserName);
this.Controls.Add(this.labelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "LoginFrm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "المستخدميـــــــــــــن";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.TxtUserName.Properties)).EndInit();
//.........这里部分代码省略.........
示例8: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.clientPanel = new DevExpress.XtraEditors.PanelControl();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.pcAddBoard = new DevExpress.XtraEditors.PanelControl();
this.lblAddBoard = new DevExpress.XtraEditors.LabelControl();
this.imgAddBoard = new System.Windows.Forms.PictureBox();
this.pcBoardList = new DevExpress.XtraEditors.PanelControl();
this.lblBoardList = new DevExpress.XtraEditors.LabelControl();
this.imgBoardList = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pcWebBrowser = new DevExpress.XtraEditors.PanelControl();
this.wbNews = new System.Windows.Forms.WebBrowser();
this.pcRequestSupport = new DevExpress.XtraEditors.PanelControl();
this.lblRequestSupport = new DevExpress.XtraEditors.LabelControl();
this.imgRequestSupport = new System.Windows.Forms.PictureBox();
this.pcCheckForUpdates = new DevExpress.XtraEditors.PanelControl();
this.lblCheckForUpdates = new DevExpress.XtraEditors.LabelControl();
this.imgCheckForUpdates = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.clientPanel)).BeginInit();
this.clientPanel.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pcAddBoard)).BeginInit();
this.pcAddBoard.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.imgAddBoard)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pcBoardList)).BeginInit();
this.pcBoardList.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.imgBoardList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pcWebBrowser)).BeginInit();
this.pcWebBrowser.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pcRequestSupport)).BeginInit();
this.pcRequestSupport.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.imgRequestSupport)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pcCheckForUpdates)).BeginInit();
this.pcCheckForUpdates.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.imgCheckForUpdates)).BeginInit();
this.SuspendLayout();
//
// ribbon
//
this.ribbon.ApplicationButtonText = null;
this.ribbon.Location = new System.Drawing.Point(0, 0);
this.ribbon.MaxItemId = 1;
this.ribbon.Name = "ribbon";
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage1});
this.ribbon.SelectedPage = this.ribbonPage1;
this.ribbon.Size = new System.Drawing.Size(860, 143);
this.ribbon.StatusBar = this.ribbonStatusBar;
//
// ribbonPage1
//
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup1});
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "ribbonPage1";
//
// ribbonPageGroup1
//
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
this.ribbonPageGroup1.Text = "ribbonPageGroup1";
//
// ribbonStatusBar
//
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 530);
this.ribbonStatusBar.Name = "ribbonStatusBar";
this.ribbonStatusBar.Ribbon = this.ribbon;
this.ribbonStatusBar.Size = new System.Drawing.Size(860, 25);
//
// clientPanel
//
this.clientPanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.clientPanel.Controls.Add(this.tableLayoutPanel1);
this.clientPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.clientPanel.Location = new System.Drawing.Point(0, 143);
this.clientPanel.Name = "clientPanel";
this.clientPanel.Size = new System.Drawing.Size(860, 387);
this.clientPanel.TabIndex = 2;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.pcAddBoard, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.pcBoardList, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.pictureBox3, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.pcWebBrowser, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.pcRequestSupport, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.pcCheckForUpdates, 0, 4);
//.........这里部分代码省略.........
开发者ID:SmartSimTech,项目名称:SSTCP,代码行数:101,代码来源:frmStartPage.Designer+(Tyler+Reed's+conflicted+copy+2010-12-13).cs
示例9: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashWelcome));
this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.logoPictureBox = new System.Windows.Forms.PictureBox();
this.labelProductName = new System.Windows.Forms.Label();
this.labelVersion = new System.Windows.Forms.Label();
this.labelCopyright = new System.Windows.Forms.Label();
this.labelCompanyName = new System.Windows.Forms.Label();
this.textBoxDescription = new System.Windows.Forms.TextBox();
this.ProgressBar1 = new System.Windows.Forms.ProgressBar();
this.timer1 = new System.Windows.Forms.Timer();
((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
this.tableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
this.SuspendLayout();
//
// marqueeProgressBarControl1
//
this.marqueeProgressBarControl1.EditValue = 0;
this.marqueeProgressBarControl1.Location = new System.Drawing.Point(73, 297);
this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
this.marqueeProgressBarControl1.Size = new System.Drawing.Size(222, 11);
this.marqueeProgressBarControl1.TabIndex = 2;
//
// labelControl1
//
this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.labelControl1.Location = new System.Drawing.Point(81, 315);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(115, 13);
this.labelControl1.TabIndex = 3;
this.labelControl1.Text = "Copyright © 2010-2014";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(16, 295);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(50, 13);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "Starting...";
//
// pictureEdit2
//
this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
this.pictureEdit2.Location = new System.Drawing.Point(12, 12);
this.pictureEdit2.Name = "pictureEdit2";
this.pictureEdit2.Properties.AllowFocused = false;
this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
//this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit2.Properties.ShowMenu = false;
this.pictureEdit2.Size = new System.Drawing.Size(426, 180);
this.pictureEdit2.TabIndex = 9;
//
// pictureEdit1
//
this.pictureEdit1.EditValue = global::BapAlmacenNet.Properties.Resources.logoBlueOcean1;
this.pictureEdit1.Location = new System.Drawing.Point(306, 295);
this.pictureEdit1.Name = "pictureEdit1";
this.pictureEdit1.Properties.AllowFocused = false;
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
//this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit1.Properties.ShowMenu = false;
this.pictureEdit1.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
this.pictureEdit1.Size = new System.Drawing.Size(129, 34);
this.pictureEdit1.TabIndex = 4;
//
// tableLayoutPanel
//
this.tableLayoutPanel.BackColor = System.Drawing.SystemColors.Window;
this.tableLayoutPanel.ColumnCount = 2;
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.76471F));
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.23529F));
this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
this.tableLayoutPanel.Controls.Add(this.ProgressBar1, 1, 5);
this.tableLayoutPanel.Location = new System.Drawing.Point(12, 12);
this.tableLayoutPanel.Name = "tableLayoutPanel";
this.tableLayoutPanel.RowCount = 6;
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451967F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451363F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.451967F));
//.........这里部分代码省略.........
示例10: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
protected void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMuonTraQL));
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.MainBar = new DevExpress.XtraBars.Bar();
this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
this.ChuaTra = new DevExpress.XtraEditors.CheckEdit();
this.ngayTra = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
this.label29 = new DevExpress.XtraEditors.LabelControl();
this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
this.TapSoDen = new DevExpress.XtraEditors.SpinEdit();
this.TapSoTu = new DevExpress.XtraEditors.SpinEdit();
this.plLabel8 = new DevExpress.XtraEditors.LabelControl();
this.plLabel15 = new DevExpress.XtraEditors.LabelControl();
this.plLabel5 = new DevExpress.XtraEditors.LabelControl();
this.plLabel12 = new DevExpress.XtraEditors.LabelControl();
this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
this.NgayMuon = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
this.MaPMT = new DevExpress.XtraEditors.TextEdit();
this.Category = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
this.TenChuongTrinh = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
this.CongTyMuon = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
this.BoPhanMuon = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
this.NguoiMuon = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
this.LoaiLuuTru = new ProtocolVN.Framework.Win.PLMultiCombobox();
this.NuocSX = new ProtocolVN.Framework.Win.PLMultiCombobox();
this.PostMaster = new ProtocolVN.Framework.Win.PLMultiCombobox();
this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
this.plLabel2 = new DevExpress.XtraEditors.LabelControl();
this.plLabel4 = new DevExpress.XtraEditors.LabelControl();
this.plLabel7 = new DevExpress.XtraEditors.LabelControl();
this.plLabel6 = new DevExpress.XtraEditors.LabelControl();
this.label10 = new DevExpress.XtraEditors.LabelControl();
this.label1 = new DevExpress.XtraEditors.LabelControl();
this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
this.label3 = new DevExpress.XtraEditors.LabelControl();
this.label5 = new DevExpress.XtraEditors.LabelControl();
this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
this.Col_MaPhieu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_NguoiMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_BoPhanMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_CongTyMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_NgayMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_MucDich = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_NgayTra = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_NguoiTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_NgayTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_PhongBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.Col_CongTy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
this.TreeDes = new DevExpress.XtraTreeList.PLTreeList();
this.ColDes_Ten = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_TenGoc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_NuocSX = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_TietMuc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_SoTapGoc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_LoaiLuuTru = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_Betacam = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_File = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_DVD = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_Cap = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_TenPM = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_TenCT = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.ColDes_PhongBan = new DevExpress.XtraTreeList.Columns.TreeListColumn();
//.........这里部分代码省略.........
示例11: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
this.groupControlList = new DevExpress.XtraEditors.GroupControl();
this.gridControlItem = new DevExpress.XtraGrid.GridControl();
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.item_id = new DevExpress.XtraGrid.Columns.GridColumn();
this.grid_name = new DevExpress.XtraGrid.Columns.GridColumn();
this.grid_price_monthly = new DevExpress.XtraGrid.Columns.GridColumn();
this.grid_price_daily = new DevExpress.XtraGrid.Columns.GridColumn();
this.grid_vat_text = new DevExpress.XtraGrid.Columns.GridColumn();
this.item_type = new DevExpress.XtraGrid.Columns.GridColumn();
this.grid_type_text = new DevExpress.XtraGrid.Columns.GridColumn();
this.grid_vat = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.groupControlAddittional = new DevExpress.XtraEditors.GroupControl();
this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
this.panelEnable = new DevExpress.XtraEditors.PanelControl();
this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.lookUpEditPayType = new DevExpress.XtraEditors.LookUpEdit();
this.lookUpEditVatType = new DevExpress.XtraEditors.LookUpEdit();
this.labelBasicinfoType = new DevExpress.XtraEditors.LabelControl();
this.labelBasicinfoName = new DevExpress.XtraEditors.LabelControl();
this.labelBasicinfoPriceMonthly = new DevExpress.XtraEditors.LabelControl();
this.labelBasicinfoPriceDaily = new DevExpress.XtraEditors.LabelControl();
this.labelBasicinfoDetail = new DevExpress.XtraEditors.LabelControl();
this.labelControlBaht2 = new DevExpress.XtraEditors.LabelControl();
this.labelControlBaht = new DevExpress.XtraEditors.LabelControl();
this.labelBasicinfoVat = new DevExpress.XtraEditors.LabelControl();
this.textEditItemPriceMonthly = new DevExpress.XtraEditors.TextEdit();
this.memoEditItemDetail = new DevExpress.XtraEditors.MemoEdit();
this.textEditItemName = new DevExpress.XtraEditors.TextEdit();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.texthiddenAction = new DevExpress.XtraEditors.TextEdit();
this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
this.labelBasicinfoID = new DevExpress.XtraEditors.LabelControl();
this.textEditItemID = new DevExpress.XtraEditors.TextEdit();
this.textEditCheckEvent = new DevExpress.XtraEditors.TextEdit();
this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
this.bttSave = new DevExpress.XtraEditors.SimpleButton();
this.textEditItemPriceDaily = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
this.splitContainerControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControlList)).BeginInit();
this.groupControlList.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControlAddittional)).BeginInit();
this.groupControlAddittional.SuspendLayout();
this.xtraScrollableControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelEnable)).BeginInit();
this.panelEnable.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceMonthly.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.memoEditItemDetail.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.texthiddenAction.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditItemID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditCheckEvent.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceDaily.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(7, 7);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1079, 614);
this.panelControl2.TabIndex = 20;
//
// splitContainerControl2
//
this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
this.splitContainerControl2.Name = "splitContainerControl2";
this.splitContainerControl2.Panel1.Controls.Add(this.groupControlList);
this.splitContainerControl2.Panel1.Text = "Panel1";
//.........这里部分代码省略.........
示例12: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.textBox1 = new System.Windows.Forms.TextBox();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 20F);
this.labelControl1.Location = new System.Drawing.Point(2, 0);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(385, 33);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "Near Expiry Batches Information";
//
// labelControl2
//
this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl2.Location = new System.Drawing.Point(611, 8);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(96, 16);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "Near Expiry Days";
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Location = new System.Drawing.Point(712, 6);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 2;
//
// gridControl1
//
this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default;
this.gridControl1.Location = new System.Drawing.Point(2, 33);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(810, 392);
this.gridControl1.TabIndex = 3;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
this.gridColumn8,
this.gridColumn9,
this.gridColumn10});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// gridColumn1
//
this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 9.75F);
this.gridColumn1.AppearanceHeader.Options.UseFont = true;
this.gridColumn1.Caption = "P. ID";
this.gridColumn1.FieldName = "P_ID";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
this.gridColumn1.Width = 54;
//
// gridColumn2
//
this.gridColumn2.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 9.75F);
this.gridColumn2.AppearanceHeader.Options.UseFont = true;
this.gridColumn2.Caption = "Product Name";
//.........这里部分代码省略.........
示例13: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataBillFrm));
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEditEditSanfID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEditEditSalesUnitID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTextEditEditQuantity = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCalcEditEditPrice = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCalcEditEditDiscount = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEditEditSortNo1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridControlEditor = new DevExpress.XtraGrid.GridControl();
this.mastergridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemDateEditEditStoreTrDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEditEditPERSONID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEditEditEMPID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTextEditEditTotalkasm = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTextEditEditExtraFees = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemMemoExEditEditREM = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEditEditStoreID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEditEditBillPayTypeID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEditEditBillDelete = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEditBillEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.xtraTabControlEditor = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPageAdd = new DevExpress.XtraTab.XtraTabPage();
this.BtnPrint = new DevExpress.XtraEditors.SimpleButton();
this.BtnSave = new DevExpress.XtraEditors.SimpleButton();
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.LblTotal = new DevExpress.XtraEditors.LabelControl();
this.GridControlAddDetials = new DevExpress.XtraGrid.GridControl();
this.gridViewAdd = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumnStoreTrID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumnSanfID = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEditSanfID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumnQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTextEditQuantity = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.gridColumnPrice = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCalcEditPrice = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
this.gridColumnDiscount = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCalcEditDiscount = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
this.gridColumnSort = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEditSort = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumnDelete = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEditDelete = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumnTotal = new DevExpress.XtraGrid.Columns.GridColumn();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.TxtREM = new DevExpress.XtraEditors.MemoEdit();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.TxtExtraFees = new DevExpress.XtraEditors.TextEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.TxtTotalkasm = new DevExpress.XtraEditors.TextEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.LUEStoreID = new DevExpress.XtraEditors.LookUpEdit();
this.LUEBillPayType = new DevExpress.XtraEditors.LookUpEdit();
this.LUEEMPID = new DevExpress.XtraEditors.LookUpEdit();
this.LUEPERSONID = new DevExpress.XtraEditors.LookUpEdit();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.DEStoreTrDate = new DevExpress.XtraEditors.DateEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.TxtStoreTrIDDAY = new DevExpress.XtraEditors.TextEdit();
this.TxtStoreTrIDTYPE = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.xtraTabPageEdit = new DevExpress.XtraTab.XtraTabPage();
this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
this.gridControlEditorDetial = new DevExpress.XtraGrid.GridControl();
this.gridViewEditDetial = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumnEditDetialSanfID = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemLookUpEditDetialSanfID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTextEditDetailQuantity = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
//.........这里部分代码省略.........
示例14: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupRegistered));
this.groupControlWarning = new DevExpress.XtraEditors.GroupControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.panelControlSetting = new DevExpress.XtraEditors.PanelControl();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textEditADCSerial5 = new DevExpress.XtraEditors.TextEdit();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.textEditADCSerial4 = new DevExpress.XtraEditors.TextEdit();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.textEditADCSerial3 = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.textEditADCSerial2 = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.textEditADCSerial1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.textEditProductID = new DevExpress.XtraEditors.TextEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.btOK = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.groupControlWarning)).BeginInit();
this.groupControlWarning.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControlSetting)).BeginInit();
this.panelControlSetting.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEditADCSerial5.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditADCSerial4.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditADCSerial3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditADCSerial2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditADCSerial1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEditProductID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
this.SuspendLayout();
//
// groupControlWarning
//
this.groupControlWarning.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
this.groupControlWarning.AppearanceCaption.Options.UseFont = true;
this.groupControlWarning.Controls.Add(this.panelControl1);
this.groupControlWarning.Controls.Add(this.panelControlSetting);
this.groupControlWarning.Controls.Add(this.panelControl2);
this.groupControlWarning.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControlWarning.Location = new System.Drawing.Point(20, 20);
this.groupControlWarning.Name = "groupControlWarning";
this.groupControlWarning.Padding = new System.Windows.Forms.Padding(5);
this.groupControlWarning.Size = new System.Drawing.Size(584, 292);
this.groupControlWarning.TabIndex = 342;
this.groupControlWarning.Text = "Registration";
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.ContentImage = ((System.Drawing.Image)(resources.GetObject("panelControl1.ContentImage")));
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl1.Location = new System.Drawing.Point(7, 27);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Padding = new System.Windows.Forms.Padding(5);
this.panelControl1.Size = new System.Drawing.Size(202, 220);
this.panelControl1.TabIndex = 1;
//
// panelControlSetting
//
this.panelControlSetting.Controls.Add(this.groupBox1);
this.panelControlSetting.Controls.Add(this.textEditProductID);
this.panelControlSetting.Controls.Add(this.labelControl8);
this.panelControlSetting.Controls.Add(this.labelControl1);
this.panelControlSetting.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControlSetting.Location = new System.Drawing.Point(215, 27);
this.panelControlSetting.Name = "panelControlSetting";
this.panelControlSetting.Padding = new System.Windows.Forms.Padding(5);
this.panelControlSetting.Size = new System.Drawing.Size(362, 220);
this.panelControlSetting.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textEditADCSerial5);
this.groupBox1.Controls.Add(this.labelControl6);
this.groupBox1.Controls.Add(this.textEditADCSerial4);
this.groupBox1.Controls.Add(this.labelControl5);
this.groupBox1.Controls.Add(this.textEditADCSerial3);
this.groupBox1.Controls.Add(this.labelControl4);
this.groupBox1.Controls.Add(this.textEditADCSerial2);
this.groupBox1.Controls.Add(this.labelControl3);
this.groupBox1.Controls.Add(this.textEditADCSerial1);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Location = new System.Drawing.Point(11, 54);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(341, 156);
this.groupBox1.TabIndex = 319;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "ADC";
//
//.........这里部分代码省略.........
示例15: InitializeComponent
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.groupControlWarning = new DevExpress.XtraEditors.GroupControl();
this.checkEditAll = new DevExpress.XtraEditors.CheckEdit();
this.panelControlSetting = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.textEdit_database = new DevExpress.XtraEditors.TextEdit();
this.textEdit_vacantroom = new DevExpress.XtraEditors.TextEdit();
this.checkEdit_database = new DevExpress.XtraEditors.CheckEdit();
this.checkEdit_vacantroom = new DevExpress.XtraEditors.CheckEdit();
this.checkEdit_overdue_payment = new DevExpress.XtraEditors.CheckEdit();
this.checkEdit_billingdate = new DevExpress.XtraEditors.CheckEdit();
this.checkEdit_endofbook = new DevExpress.XtraEditors.CheckEdit();
this.checkEdit_overdue_checkout = new DevExpress.XtraEditors.CheckEdit();
this.checkEdit_overdue_checkin = new DevExpress.XtraEditors.CheckEdit();
this.checkEdit_email = new DevExpress.XtraEditors.CheckEdit();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_email = new DevExpress.XtraEditors.TextEdit();
this.labelControlEmail = new DevExpress.XtraEditors.LabelControl();
this.labelControlSampleEmail = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.bttSave = new DevExpress.XtraEditors.SimpleButton();
this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.groupControlWarning)).BeginInit();
this.groupControlWarning.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkEditAll.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControlSetting)).BeginInit();
this.panelControlSetting.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_database.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_vacantroom.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_database.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_vacantroom.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_overdue_payment.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_billingdate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_endofbook.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_overdue_checkout.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_overdue_checkin.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_email.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_email.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.SuspendLayout();
//
// groupControlWarning
//
this.groupControlWarning.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
this.groupControlWarning.AppearanceCaption.Options.UseFont = true;
this.groupControlWarning.Controls.Add(this.checkEditAll);
this.groupControlWarning.Controls.Add(this.panelControlSetting);
this.groupControlWarning.Location = new System.Drawing.Point(13, 13);
this.groupControlWarning.Name = "groupControlWarning";
this.groupControlWarning.Size = new System.Drawing.Size(599, 244);
this.groupControlWarning.TabIndex = 342;
this.groupControlWarning.Text = "รายการแจ้งเตือน";
//
// checkEditAll
//
this.checkEditAll.Location = new System.Drawing.Point(15, 25);
this.checkEditAll.Name = "checkEditAll";
this.checkEditAll.Properties.Caption = "เลือกทั้งหมด";
this.checkEditAll.Size = new System.Drawing.Size(152, 19);
this.checkEditAll.TabIndex = 1;
//
// panelControlSetting
//
this.panelControlSetting.Controls.Add(this.labelControl2);
this.panelControlSetting.Controls.Add(this.labelControl1);
this.panelControlSetting.Controls.Add(this.textEdit_database);
this.panelControlSetting.Controls.Add(this.textEdit_vacantroom);
this.panelControlSetting.Controls.Add(this.checkEdit_database);
this.panelControlSetting.Controls.Add(this.checkEdit_vacantroom);
this.panelControlSetting.Controls.Add(this.checkEdit_overdue_payment);
this.panelControlSetting.Controls.Add(this.checkEdit_billingdate);
this.panelControlSetting.Controls.Add(this.checkEdit_endofbook);
this.panelControlSetting.Controls.Add(this.checkEdit_overdue_checkout);
this.panelControlSetting.Controls.Add(this.checkEdit_overdue_checkin);
this.panelControlSetting.Location = new System.Drawing.Point(17, 50);
this.panelControlSetting.Name = "panelControlSetting";
this.panelControlSetting.Size = new System.Drawing.Size(564, 181);
this.panelControlSetting.TabIndex = 0;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(434, 158);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(13, 13);
this.labelControl2.TabIndex = 3;
this.labelControl2.Text = "GB";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(434, 131);
this.labelControl1.Name = "labelControl1";
//.........这里部分代码省略.........