123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- namespace LYFZ.ManagementService
- {
- partial class frmManageCorporate
- {
- /// <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.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.groupBoxEx7 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.sbtnAddCustomer = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.skinButtomQueryAll = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.skinButtomQuery = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.skinTextBoxQuery = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmsMcMenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
- this.contextMenuStripEx1 = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
- this.pagerEx1 = new LYFZ.ManagementService.Pager.PagerEx();
- this.tlsUpdate = new System.Windows.Forms.ToolStripMenuItem();
- this.tlsdel = new System.Windows.Forms.ToolStripMenuItem();
- this.tlsSelect = new System.Windows.Forms.ToolStripMenuItem();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.groupBoxEx7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
- this.cmsMcMenu.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.pagerEx1);
- this.plExMainContainer.Controls.Add(this.groupBoxEx7);
- //
- // groupBoxEx7
- //
- this.groupBoxEx7.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.groupBoxEx7.Controls.Add(this.sbtnAddCustomer);
- this.groupBoxEx7.Controls.Add(this.dataGridViewEx1);
- this.groupBoxEx7.Controls.Add(this.skinButtomQueryAll);
- this.groupBoxEx7.Controls.Add(this.skinButtomQuery);
- this.groupBoxEx7.Controls.Add(this.skinTextBoxQuery);
- this.groupBoxEx7.Controls.Add(this.labelEx11);
- this.groupBoxEx7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxEx7.Location = new System.Drawing.Point(8, 15);
- this.groupBoxEx7.Name = "groupBoxEx7";
- this.groupBoxEx7.Size = new System.Drawing.Size(693, 395);
- this.groupBoxEx7.TabIndex = 3;
- this.groupBoxEx7.TabStop = false;
- this.groupBoxEx7.Text = "企业(影楼管理)";
- //
- // sbtnAddCustomer
- //
- this.sbtnAddCustomer.BackColor = System.Drawing.Color.Transparent;
- this.sbtnAddCustomer.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnAddCustomer.DownBack = null;
- this.sbtnAddCustomer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sbtnAddCustomer.Location = new System.Drawing.Point(507, 18);
- this.sbtnAddCustomer.MouseBack = null;
- this.sbtnAddCustomer.Name = "sbtnAddCustomer";
- this.sbtnAddCustomer.NormlBack = null;
- this.sbtnAddCustomer.Size = new System.Drawing.Size(75, 28);
- this.sbtnAddCustomer.TabIndex = 3;
- this.sbtnAddCustomer.Text = "添加企业";
- this.sbtnAddCustomer.UseVisualStyleBackColor = false;
- this.sbtnAddCustomer.Click += new System.EventHandler(this.sbtnAddCustomer_Click);
- //
- // dataGridViewEx1
- //
- this.dataGridViewEx1.AllowUserToAddRows = false;
- this.dataGridViewEx1.AllowUserToDeleteRows = false;
- this.dataGridViewEx1.AllowUserToOrderColumns = true;
- this.dataGridViewEx1.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridViewEx1.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.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
- this.dataGridViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewEx1.ContextMenuStrip = this.cmsMcMenu;
- this.dataGridViewEx1.EnableHeadersVisualStyles = false;
- this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dataGridViewEx1.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_" +
- "dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1";
- this.dataGridViewEx1.IsCompleteBonding = false;
- this.dataGridViewEx1.Location = new System.Drawing.Point(4, 53);
- this.dataGridViewEx1.Name = "dataGridViewEx1";
- this.dataGridViewEx1.RowHeadersVisible = false;
- this.dataGridViewEx1.RowTemplate.Height = 23;
- this.dataGridViewEx1.RowTemplate.ReadOnly = true;
- this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewEx1.Size = new System.Drawing.Size(683, 336);
- this.dataGridViewEx1.TabIndex = 2;
- //
- // skinButtomQueryAll
- //
- this.skinButtomQueryAll.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomQueryAll.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomQueryAll.DownBack = null;
- this.skinButtomQueryAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButtomQueryAll.Location = new System.Drawing.Point(417, 18);
- this.skinButtomQueryAll.MouseBack = null;
- this.skinButtomQueryAll.Name = "skinButtomQueryAll";
- this.skinButtomQueryAll.NormlBack = null;
- this.skinButtomQueryAll.Size = new System.Drawing.Size(75, 28);
- this.skinButtomQueryAll.TabIndex = 0;
- this.skinButtomQueryAll.Text = "查询全部";
- this.skinButtomQueryAll.UseVisualStyleBackColor = false;
- this.skinButtomQueryAll.Click += new System.EventHandler(this.skinButtomQueryAll_Click);
- //
- // skinButtomQuery
- //
- this.skinButtomQuery.BackColor = System.Drawing.Color.Transparent;
- this.skinButtomQuery.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.skinButtomQuery.DownBack = null;
- this.skinButtomQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinButtomQuery.Location = new System.Drawing.Point(336, 18);
- this.skinButtomQuery.MouseBack = null;
- this.skinButtomQuery.Name = "skinButtomQuery";
- this.skinButtomQuery.NormlBack = null;
- this.skinButtomQuery.Size = new System.Drawing.Size(75, 28);
- this.skinButtomQuery.TabIndex = 0;
- this.skinButtomQuery.Text = "查 询";
- this.skinButtomQuery.UseVisualStyleBackColor = false;
- this.skinButtomQuery.Click += new System.EventHandler(this.skinButtomQuery_Click);
- //
- // skinTextBoxQuery
- //
- this.skinTextBoxQuery.BackColor = System.Drawing.Color.Transparent;
- this.skinTextBoxQuery.Icon = null;
- this.skinTextBoxQuery.IconIsButton = false;
- this.skinTextBoxQuery.IsPasswordChat = '\0';
- this.skinTextBoxQuery.IsSystemPasswordChar = false;
- this.skinTextBoxQuery.Lines = new string[0];
- this.skinTextBoxQuery.Location = new System.Drawing.Point(64, 19);
- this.skinTextBoxQuery.Margin = new System.Windows.Forms.Padding(0);
- this.skinTextBoxQuery.MaxLength = 32767;
- this.skinTextBoxQuery.MinimumSize = new System.Drawing.Size(0, 28);
- this.skinTextBoxQuery.MouseBack = null;
- this.skinTextBoxQuery.Multiline = false;
- this.skinTextBoxQuery.Name = "skinTextBoxQuery";
- this.skinTextBoxQuery.NormlBack = null;
- this.skinTextBoxQuery.Padding = new System.Windows.Forms.Padding(5);
- this.skinTextBoxQuery.ReadOnly = false;
- this.skinTextBoxQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.skinTextBoxQuery.Size = new System.Drawing.Size(266, 28);
- this.skinTextBoxQuery.TabIndex = 1;
- this.skinTextBoxQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.skinTextBoxQuery.WaterColor = System.Drawing.Color.DarkGray;
- this.skinTextBoxQuery.WaterText = "请输入查询关键字";
- this.skinTextBoxQuery.WordWrap = true;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.Location = new System.Drawing.Point(6, 24);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(56, 17);
- this.labelEx11.TabIndex = 0;
- this.labelEx11.Text = "关键字:";
- //
- // cmsMcMenu
- //
- this.cmsMcMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tlsUpdate,
- this.tlsdel,
- this.tlsSelect});
- this.cmsMcMenu.Name = "cmsMcMenu";
- this.cmsMcMenu.Size = new System.Drawing.Size(217, 70);
- //
- // contextMenuStripEx1
- //
- this.contextMenuStripEx1.Name = "contextMenuStripEx1";
- this.contextMenuStripEx1.Size = new System.Drawing.Size(61, 4);
- //
- // pagerEx1
- //
- this.pagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pagerEx1.Location = new System.Drawing.Point(0, 415);
- this.pagerEx1.Name = "pagerEx1";
- this.pagerEx1.NMax = 0;
- this.pagerEx1.PageCount = 0;
- this.pagerEx1.PageCurrent = 0;
- this.pagerEx1.PageSize = 20;
- this.pagerEx1.Size = new System.Drawing.Size(710, 30);
- this.pagerEx1.TabIndex = 4;
- //
- // tlsUpdate
- //
- this.tlsUpdate.Name = "tlsUpdate";
- this.tlsUpdate.Size = new System.Drawing.Size(216, 22);
- this.tlsUpdate.Text = "修改";
- this.tlsUpdate.Click += new System.EventHandler(this.tlsUpdate_Click);
- //
- // tlsdel
- //
- this.tlsdel.Name = "tlsdel";
- this.tlsdel.Size = new System.Drawing.Size(216, 22);
- this.tlsdel.Text = "删除";
- this.tlsdel.Click += new System.EventHandler(this.tlsdel_Click);
- //
- // tlsSelect
- //
- this.tlsSelect.Name = "tlsSelect";
- this.tlsSelect.Size = new System.Drawing.Size(216, 22);
- this.tlsSelect.Text = "以选择企业(影楼)添加客户";
- this.tlsSelect.Click += new System.EventHandler(this.tlsSelect_Click);
- //
- // frmManageCorporate
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(710, 510);
- this.Name = "frmManageCorporate";
- this.Text = "企业(影楼)管理";
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.groupBoxEx7.ResumeLayout(false);
- this.groupBoxEx7.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
- this.cmsMcMenu.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.GroupBoxEx groupBoxEx7;
- private ComponentLibrary.DataGridViewEx dataGridViewEx1;
- private OtherExpansion.SkinControl.SkinButtom skinButtomQueryAll;
- private OtherExpansion.SkinControl.SkinButtom skinButtomQuery;
- private OtherExpansion.SkinControl.SkinTextBox skinTextBoxQuery;
- private ComponentLibrary.LabelEx labelEx11;
- private OtherExpansion.SkinControl.SkinButtom sbtnAddCustomer;
- private Pager.PagerEx pagerEx1;
- private ComponentLibrary.ContextMenuStripEx cmsMcMenu;
- private ComponentLibrary.ContextMenuStripEx contextMenuStripEx1;
- private System.Windows.Forms.ToolStripMenuItem tlsUpdate;
- private System.Windows.Forms.ToolStripMenuItem tlsdel;
- private System.Windows.Forms.ToolStripMenuItem tlsSelect;
- }
- }
|