123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768 |
- namespace LYFZ.Software.UI.SMSManagement.ShortSmsMessage
- {
- partial class FrmHigehrSelect
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmHigehrSelect));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbCus_Region = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.rdoAll = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoHunsa = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoErtong = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoXiezheng = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoqita = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.grpNianLing = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.rdoantian = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoanshui = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.numTianZ = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.numTianA = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.numShuiZ = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.numShuiA = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.grpJilianri = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.cmbAnhungqi = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.cmbAnshenri = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.rdoanhungqi = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoanshenri = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.txtyuyueshijianZ = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.numTaoxijiageZ = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.numTaoxijiageA = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtyuyueshijianA = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.cmbtreevOrdeClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cmbtreevCustomerSource = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.CtvPak_PackagesClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnOk = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.grpNianLing.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numTianZ)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numTianA)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numShuiZ)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numShuiA)).BeginInit();
- this.grpJilianri.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numTaoxijiageZ)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numTaoxijiageA)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(480, 355);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(480, 355);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(448, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.cmbCus_Region);
- this.panelEx1.Controls.Add(this.flowLayoutPanel1);
- this.panelEx1.Controls.Add(this.grpNianLing);
- this.panelEx1.Controls.Add(this.grpJilianri);
- this.panelEx1.Controls.Add(this.txtyuyueshijianZ);
- this.panelEx1.Controls.Add(this.numTaoxijiageZ);
- this.panelEx1.Controls.Add(this.numTaoxijiageA);
- this.panelEx1.Controls.Add(this.labelEx6);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.labelEx5);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Controls.Add(this.txtyuyueshijianA);
- this.panelEx1.Controls.Add(this.cmbtreevOrdeClass);
- this.panelEx1.Controls.Add(this.cmbtreevCustomerSource);
- this.panelEx1.Controls.Add(this.CtvPak_PackagesClass);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.labelEx15);
- this.panelEx1.Controls.Add(this.labelEx7);
- this.panelEx1.Controls.Add(this.labelEx10);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.btnCanle);
- this.panelEx1.Controls.Add(this.btnOk);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 5);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(470, 345);
- this.panelEx1.TabIndex = 2;
- //
- // cmbCus_Region
- //
- this.cmbCus_Region.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbCus_Region.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbCus_Region.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbCus_Region.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbCus_Region.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.cmbCus_Region.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbCus_Region.FormattingEnabled = true;
- this.cmbCus_Region.IsCustomColor = false;
- this.cmbCus_Region.Location = new System.Drawing.Point(104, 154);
- this.cmbCus_Region.Name = "cmbCus_Region";
- this.cmbCus_Region.ReadOnly = false;
- this.cmbCus_Region.Size = new System.Drawing.Size(139, 25);
- this.cmbCus_Region.TabIndex = 209;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel1.Controls.Add(this.rdoAll);
- this.flowLayoutPanel1.Controls.Add(this.rdoHunsa);
- this.flowLayoutPanel1.Controls.Add(this.rdoErtong);
- this.flowLayoutPanel1.Controls.Add(this.rdoXiezheng);
- this.flowLayoutPanel1.Controls.Add(this.rdoqita);
- this.flowLayoutPanel1.Location = new System.Drawing.Point(104, 12);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(355, 32);
- this.flowLayoutPanel1.TabIndex = 208;
- //
- // rdoAll
- //
- this.rdoAll.AutoSize = true;
- this.rdoAll.BackColor = System.Drawing.Color.Transparent;
- this.rdoAll.Checked = true;
- this.rdoAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoAll.Location = new System.Drawing.Point(3, 3);
- this.rdoAll.Name = "rdoAll";
- this.rdoAll.Size = new System.Drawing.Size(50, 21);
- this.rdoAll.TabIndex = 14;
- this.rdoAll.TabStop = true;
- this.rdoAll.Tag = "-1";
- this.rdoAll.Text = "全部";
- this.rdoAll.UseVisualStyleBackColor = false;
- //
- // rdoHunsa
- //
- this.rdoHunsa.AutoSize = true;
- this.rdoHunsa.BackColor = System.Drawing.Color.Transparent;
- this.rdoHunsa.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoHunsa.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoHunsa.Location = new System.Drawing.Point(59, 3);
- this.rdoHunsa.Name = "rdoHunsa";
- this.rdoHunsa.Size = new System.Drawing.Size(50, 21);
- this.rdoHunsa.TabIndex = 14;
- this.rdoHunsa.Tag = "0";
- this.rdoHunsa.Text = "婚纱";
- this.rdoHunsa.UseVisualStyleBackColor = false;
- //
- // rdoErtong
- //
- this.rdoErtong.AutoSize = true;
- this.rdoErtong.BackColor = System.Drawing.Color.Transparent;
- this.rdoErtong.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoErtong.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoErtong.Location = new System.Drawing.Point(115, 3);
- this.rdoErtong.Name = "rdoErtong";
- this.rdoErtong.Size = new System.Drawing.Size(50, 21);
- this.rdoErtong.TabIndex = 14;
- this.rdoErtong.Tag = "1";
- this.rdoErtong.Text = "儿童";
- this.rdoErtong.UseVisualStyleBackColor = false;
- //
- // rdoXiezheng
- //
- this.rdoXiezheng.AutoSize = true;
- this.rdoXiezheng.BackColor = System.Drawing.Color.Transparent;
- this.rdoXiezheng.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoXiezheng.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoXiezheng.Location = new System.Drawing.Point(171, 3);
- this.rdoXiezheng.Name = "rdoXiezheng";
- this.rdoXiezheng.Size = new System.Drawing.Size(50, 21);
- this.rdoXiezheng.TabIndex = 14;
- this.rdoXiezheng.Tag = "2";
- this.rdoXiezheng.Text = "写真";
- this.rdoXiezheng.UseVisualStyleBackColor = false;
- //
- // rdoqita
- //
- this.rdoqita.AutoSize = true;
- this.rdoqita.BackColor = System.Drawing.Color.Transparent;
- this.rdoqita.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoqita.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoqita.Location = new System.Drawing.Point(227, 3);
- this.rdoqita.Name = "rdoqita";
- this.rdoqita.Size = new System.Drawing.Size(50, 21);
- this.rdoqita.TabIndex = 14;
- this.rdoqita.Tag = "3";
- this.rdoqita.Text = "其它";
- this.rdoqita.UseVisualStyleBackColor = false;
- //
- // grpNianLing
- //
- this.grpNianLing.Controls.Add(this.rdoantian);
- this.grpNianLing.Controls.Add(this.rdoanshui);
- this.grpNianLing.Controls.Add(this.numTianZ);
- this.grpNianLing.Controls.Add(this.numTianA);
- this.grpNianLing.Controls.Add(this.numShuiZ);
- this.grpNianLing.Controls.Add(this.numShuiA);
- this.grpNianLing.Controls.Add(this.labelEx13);
- this.grpNianLing.Controls.Add(this.labelEx12);
- this.grpNianLing.ForeColor = System.Drawing.Color.Gray;
- this.grpNianLing.Location = new System.Drawing.Point(8, 244);
- this.grpNianLing.Name = "grpNianLing";
- this.grpNianLing.Size = new System.Drawing.Size(459, 53);
- this.grpNianLing.TabIndex = 207;
- this.grpNianLing.TabStop = false;
- this.grpNianLing.Text = "按年龄筛选";
- //
- // rdoantian
- //
- this.rdoantian.AutoSize = true;
- this.rdoantian.BackColor = System.Drawing.Color.Transparent;
- this.rdoantian.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoantian.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoantian.Location = new System.Drawing.Point(246, 20);
- this.rdoantian.Name = "rdoantian";
- this.rdoantian.Size = new System.Drawing.Size(50, 21);
- this.rdoantian.TabIndex = 14;
- this.rdoantian.Text = "按天";
- this.rdoantian.UseVisualStyleBackColor = false;
- //
- // rdoanshui
- //
- this.rdoanshui.AutoSize = true;
- this.rdoanshui.BackColor = System.Drawing.Color.Transparent;
- this.rdoanshui.Checked = true;
- this.rdoanshui.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoanshui.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoanshui.Location = new System.Drawing.Point(32, 20);
- this.rdoanshui.Name = "rdoanshui";
- this.rdoanshui.Size = new System.Drawing.Size(50, 21);
- this.rdoanshui.TabIndex = 14;
- this.rdoanshui.TabStop = true;
- this.rdoanshui.Text = "按岁";
- this.rdoanshui.UseVisualStyleBackColor = false;
- //
- // numTianZ
- //
- this.numTianZ.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numTianZ.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numTianZ.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numTianZ.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numTianZ.IsCustomColor = false;
- this.numTianZ.Location = new System.Drawing.Point(401, 20);
- this.numTianZ.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.numTianZ.Name = "numTianZ";
- this.numTianZ.Size = new System.Drawing.Size(50, 23);
- this.numTianZ.TabIndex = 204;
- this.numTianZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // numTianA
- //
- this.numTianA.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numTianA.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numTianA.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numTianA.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numTianA.IsCustomColor = false;
- this.numTianA.Location = new System.Drawing.Point(311, 20);
- this.numTianA.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.numTianA.Name = "numTianA";
- this.numTianA.Size = new System.Drawing.Size(50, 23);
- this.numTianA.TabIndex = 204;
- this.numTianA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // numShuiZ
- //
- this.numShuiZ.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numShuiZ.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numShuiZ.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numShuiZ.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numShuiZ.IsCustomColor = false;
- this.numShuiZ.Location = new System.Drawing.Point(173, 20);
- this.numShuiZ.Maximum = new decimal(new int[] {
- 200,
- 0,
- 0,
- 0});
- this.numShuiZ.Name = "numShuiZ";
- this.numShuiZ.Size = new System.Drawing.Size(50, 23);
- this.numShuiZ.TabIndex = 204;
- this.numShuiZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // numShuiA
- //
- this.numShuiA.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numShuiA.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numShuiA.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numShuiA.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numShuiA.IsCustomColor = false;
- this.numShuiA.Location = new System.Drawing.Point(87, 20);
- this.numShuiA.Maximum = new decimal(new int[] {
- 200,
- 0,
- 0,
- 0});
- this.numShuiA.Name = "numShuiA";
- this.numShuiA.Size = new System.Drawing.Size(50, 23);
- this.numShuiA.TabIndex = 204;
- this.numShuiA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // labelEx13
- //
- this.labelEx13.AutoSize = true;
- this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx13.Location = new System.Drawing.Point(374, 22);
- this.labelEx13.Name = "labelEx13";
- this.labelEx13.Size = new System.Drawing.Size(20, 17);
- this.labelEx13.TabIndex = 204;
- this.labelEx13.Text = "至";
- //
- // labelEx12
- //
- this.labelEx12.AutoSize = true;
- this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx12.Location = new System.Drawing.Point(145, 22);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(20, 17);
- this.labelEx12.TabIndex = 204;
- this.labelEx12.Text = "至";
- //
- // grpJilianri
- //
- this.grpJilianri.Controls.Add(this.cmbAnhungqi);
- this.grpJilianri.Controls.Add(this.cmbAnshenri);
- this.grpJilianri.Controls.Add(this.rdoanhungqi);
- this.grpJilianri.Controls.Add(this.rdoanshenri);
- this.grpJilianri.ForeColor = System.Drawing.Color.Gray;
- this.grpJilianri.Location = new System.Drawing.Point(8, 185);
- this.grpJilianri.Name = "grpJilianri";
- this.grpJilianri.Size = new System.Drawing.Size(459, 53);
- this.grpJilianri.TabIndex = 207;
- this.grpJilianri.TabStop = false;
- this.grpJilianri.Text = "按纪念日筛选";
- //
- // cmbAnhungqi
- //
- this.cmbAnhungqi.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbAnhungqi.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbAnhungqi.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbAnhungqi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbAnhungqi.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.cmbAnhungqi.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbAnhungqi.FormattingEnabled = true;
- this.cmbAnhungqi.IsCustomColor = false;
- this.cmbAnhungqi.Location = new System.Drawing.Point(311, 19);
- this.cmbAnhungqi.Name = "cmbAnhungqi";
- this.cmbAnhungqi.ReadOnly = false;
- this.cmbAnhungqi.Size = new System.Drawing.Size(139, 25);
- this.cmbAnhungqi.TabIndex = 209;
- //
- // cmbAnshenri
- //
- this.cmbAnshenri.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbAnshenri.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbAnshenri.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbAnshenri.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbAnshenri.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.cmbAnshenri.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbAnshenri.FormattingEnabled = true;
- this.cmbAnshenri.IsCustomColor = false;
- this.cmbAnshenri.Location = new System.Drawing.Point(96, 19);
- this.cmbAnshenri.Name = "cmbAnshenri";
- this.cmbAnshenri.ReadOnly = false;
- this.cmbAnshenri.Size = new System.Drawing.Size(139, 25);
- this.cmbAnshenri.TabIndex = 209;
- //
- // rdoanhungqi
- //
- this.rdoanhungqi.AutoSize = true;
- this.rdoanhungqi.BackColor = System.Drawing.Color.Transparent;
- this.rdoanhungqi.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoanhungqi.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoanhungqi.Location = new System.Drawing.Point(245, 21);
- this.rdoanhungqi.Name = "rdoanhungqi";
- this.rdoanhungqi.Size = new System.Drawing.Size(62, 21);
- this.rdoanhungqi.TabIndex = 204;
- this.rdoanhungqi.Text = "按婚期";
- this.rdoanhungqi.UseVisualStyleBackColor = false;
- //
- // rdoanshenri
- //
- this.rdoanshenri.AutoSize = true;
- this.rdoanshenri.BackColor = System.Drawing.Color.Transparent;
- this.rdoanshenri.Checked = true;
- this.rdoanshenri.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoanshenri.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoanshenri.Location = new System.Drawing.Point(30, 21);
- this.rdoanshenri.Name = "rdoanshenri";
- this.rdoanshenri.Size = new System.Drawing.Size(62, 21);
- this.rdoanshenri.TabIndex = 204;
- this.rdoanshenri.TabStop = true;
- this.rdoanshenri.Text = "按生日";
- this.rdoanshenri.UseVisualStyleBackColor = false;
- //
- // txtyuyueshijianZ
- //
- this.txtyuyueshijianZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtyuyueshijianZ.EmptyTextTip = null;
- this.txtyuyueshijianZ.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtyuyueshijianZ.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtyuyueshijianZ.Location = new System.Drawing.Point(319, 121);
- this.txtyuyueshijianZ.Name = "txtyuyueshijianZ";
- this.txtyuyueshijianZ.Size = new System.Drawing.Size(140, 23);
- this.txtyuyueshijianZ.TabIndex = 206;
- //
- // numTaoxijiageZ
- //
- this.numTaoxijiageZ.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numTaoxijiageZ.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numTaoxijiageZ.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numTaoxijiageZ.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numTaoxijiageZ.IsCustomColor = false;
- this.numTaoxijiageZ.Location = new System.Drawing.Point(319, 88);
- this.numTaoxijiageZ.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.numTaoxijiageZ.Name = "numTaoxijiageZ";
- this.numTaoxijiageZ.Size = new System.Drawing.Size(140, 23);
- this.numTaoxijiageZ.TabIndex = 204;
- this.numTaoxijiageZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // numTaoxijiageA
- //
- this.numTaoxijiageA.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.numTaoxijiageA.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.numTaoxijiageA.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.numTaoxijiageA.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numTaoxijiageA.IsCustomColor = false;
- this.numTaoxijiageA.Location = new System.Drawing.Point(104, 88);
- this.numTaoxijiageA.Maximum = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.numTaoxijiageA.Name = "numTaoxijiageA";
- this.numTaoxijiageA.Size = new System.Drawing.Size(140, 23);
- this.numTaoxijiageA.TabIndex = 204;
- this.numTaoxijiageA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(270, 124);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(20, 17);
- this.labelEx6.TabIndex = 204;
- this.labelEx6.Text = "至";
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(270, 90);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(20, 17);
- this.labelEx3.TabIndex = 204;
- this.labelEx3.Text = "至";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(34, 124);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(68, 17);
- this.labelEx5.TabIndex = 203;
- this.labelEx5.Text = "预约时间:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(34, 91);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 203;
- this.labelEx1.Text = "消费总额:";
- //
- // txtyuyueshijianA
- //
- this.txtyuyueshijianA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtyuyueshijianA.EmptyTextTip = null;
- this.txtyuyueshijianA.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtyuyueshijianA.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtyuyueshijianA.Location = new System.Drawing.Point(104, 121);
- this.txtyuyueshijianA.Name = "txtyuyueshijianA";
- this.txtyuyueshijianA.Size = new System.Drawing.Size(140, 23);
- this.txtyuyueshijianA.TabIndex = 202;
- //
- // cmbtreevOrdeClass
- //
- this.cmbtreevOrdeClass.AfterSelectLevelFirstNode = true;
- this.cmbtreevOrdeClass.DropDownHeight = 220;
- this.cmbtreevOrdeClass.DropDownShow = false;
- this.cmbtreevOrdeClass.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbtreevOrdeClass.FormattingEnabled = true;
- this.cmbtreevOrdeClass.IntegralHeight = false;
- this.cmbtreevOrdeClass.IsNodeMouseClick = true;
- this.cmbtreevOrdeClass.IsSelectParentNode = false;
- this.cmbtreevOrdeClass.Location = new System.Drawing.Point(319, 54);
- this.cmbtreevOrdeClass.Name = "cmbtreevOrdeClass";
- this.cmbtreevOrdeClass.ReadOnly = true;
- this.cmbtreevOrdeClass.Size = new System.Drawing.Size(140, 25);
- this.cmbtreevOrdeClass.StrKey = null;
- this.cmbtreevOrdeClass.TabIndex = 201;
- //
- // cmbtreevCustomerSource
- //
- this.cmbtreevCustomerSource.AfterSelectLevelFirstNode = true;
- this.cmbtreevCustomerSource.DropDownHeight = 220;
- this.cmbtreevCustomerSource.DropDownShow = false;
- this.cmbtreevCustomerSource.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbtreevCustomerSource.FormattingEnabled = true;
- this.cmbtreevCustomerSource.IntegralHeight = false;
- this.cmbtreevCustomerSource.IsNodeMouseClick = true;
- this.cmbtreevCustomerSource.IsSelectParentNode = false;
- this.cmbtreevCustomerSource.Location = new System.Drawing.Point(319, 156);
- this.cmbtreevCustomerSource.Name = "cmbtreevCustomerSource";
- this.cmbtreevCustomerSource.ReadOnly = true;
- this.cmbtreevCustomerSource.Size = new System.Drawing.Size(140, 25);
- this.cmbtreevCustomerSource.StrKey = null;
- this.cmbtreevCustomerSource.TabIndex = 201;
- //
- // CtvPak_PackagesClass
- //
- this.CtvPak_PackagesClass.AfterSelectLevelFirstNode = true;
- this.CtvPak_PackagesClass.DropDownHeight = 220;
- this.CtvPak_PackagesClass.DropDownShow = false;
- this.CtvPak_PackagesClass.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CtvPak_PackagesClass.FormattingEnabled = true;
- this.CtvPak_PackagesClass.IntegralHeight = false;
- this.CtvPak_PackagesClass.IsNodeMouseClick = true;
- this.CtvPak_PackagesClass.IsSelectParentNode = false;
- this.CtvPak_PackagesClass.Location = new System.Drawing.Point(104, 55);
- this.CtvPak_PackagesClass.Name = "CtvPak_PackagesClass";
- this.CtvPak_PackagesClass.ReadOnly = true;
- this.CtvPak_PackagesClass.Size = new System.Drawing.Size(140, 25);
- this.CtvPak_PackagesClass.StrKey = null;
- this.CtvPak_PackagesClass.TabIndex = 201;
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(246, 55);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 200;
- this.labelEx4.Text = "订单类别:";
- //
- // labelEx15
- //
- this.labelEx15.AutoSize = true;
- this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx15.Location = new System.Drawing.Point(249, 158);
- this.labelEx15.Name = "labelEx15";
- this.labelEx15.Size = new System.Drawing.Size(68, 17);
- this.labelEx15.TabIndex = 200;
- this.labelEx15.Text = "客户来源:";
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(34, 158);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(68, 17);
- this.labelEx7.TabIndex = 200;
- this.labelEx7.Text = "客户地区:";
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx10.Location = new System.Drawing.Point(30, 18);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(68, 17);
- this.labelEx10.TabIndex = 200;
- this.labelEx10.Text = "客户类型:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(5, 57);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(97, 17);
- this.labelEx2.TabIndex = 200;
- this.labelEx2.Text = "套系类别/名称:";
- //
- // btnCanle
- //
- this.btnCanle.BackColor = System.Drawing.Color.Transparent;
- this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg")));
- this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCanle.ForeColor = System.Drawing.Color.White;
- this.btnCanle.IsCustomBackImg = false;
- this.btnCanle.IsShowText = true;
- this.btnCanle.Location = new System.Drawing.Point(254, 307);
- this.btnCanle.Name = "btnCanle";
- this.btnCanle.Size = new System.Drawing.Size(87, 26);
- this.btnCanle.TabIndex = 199;
- this.btnCanle.Text = "取消";
- this.btnCanle.UseVisualStyleBackColor = false;
- //
- // btnOk
- //
- this.btnOk.BackColor = System.Drawing.Color.Transparent;
- this.btnOk.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOk.BackImg")));
- this.btnOk.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOk.ForeColor = System.Drawing.Color.White;
- this.btnOk.IsCustomBackImg = false;
- this.btnOk.IsShowText = true;
- this.btnOk.Location = new System.Drawing.Point(154, 307);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(87, 26);
- this.btnOk.TabIndex = 198;
- this.btnOk.Text = "确定";
- this.btnOk.UseVisualStyleBackColor = false;
- //
- // FrmHigehrSelect
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(480, 420);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MinimizeBox = false;
- this.Name = "FrmHigehrSelect";
- this.Text = "高级查询";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.flowLayoutPanel1.PerformLayout();
- this.grpNianLing.ResumeLayout(false);
- this.grpNianLing.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numTianZ)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numTianA)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numShuiZ)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numShuiA)).EndInit();
- this.grpJilianri.ResumeLayout(false);
- this.grpJilianri.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numTaoxijiageZ)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numTaoxijiageA)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.ButtonEx btnCanle;
- protected ComponentLibrary.ButtonEx btnOk;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx13;
- private ComponentLibrary.LabelEx labelEx12;
- private ComponentLibrary.LabelEx labelEx6;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx7;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private ComponentLibrary.LabelEx labelEx15;
- private ComponentLibrary.LabelEx labelEx10;
- protected internal ComponentLibrary.GroupBoxEx grpJilianri;
- protected internal ComponentLibrary.RadioButtonEx rdoAll;
- protected internal ComponentLibrary.RadioButtonEx rdoHunsa;
- protected internal ComponentLibrary.RadioButtonEx rdoErtong;
- protected internal ComponentLibrary.RadioButtonEx rdoXiezheng;
- protected internal ComponentLibrary.GroupBoxEx grpNianLing;
- protected internal ComponentLibrary.RadioButtonEx rdoqita;
- public ComponentLibrary.ComboBoxTreeViewEx CtvPak_PackagesClass;
- public ComponentLibrary.TextBoxBasicEx txtyuyueshijianA;
- public ComponentLibrary.TextBoxBasicEx txtyuyueshijianZ;
- public ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrdeClass;
- public ComponentLibrary.ComboBoxTreeViewEx cmbtreevCustomerSource;
- public ComponentLibrary.NumericUpDownEx numTaoxijiageZ;
- public ComponentLibrary.NumericUpDownEx numTaoxijiageA;
- public ComponentLibrary.NumericUpDownEx numTianZ;
- public ComponentLibrary.NumericUpDownEx numTianA;
- public ComponentLibrary.NumericUpDownEx numShuiZ;
- public ComponentLibrary.NumericUpDownEx numShuiA;
- public ComponentLibrary.ComboBoxEx cmbCus_Region;
- public ComponentLibrary.ComboBoxEx cmbAnhungqi;
- public ComponentLibrary.ComboBoxEx cmbAnshenri;
- public ComponentLibrary.RadioButtonEx rdoanhungqi;
- public ComponentLibrary.RadioButtonEx rdoanshenri;
- public ComponentLibrary.RadioButtonEx rdoantian;
- public ComponentLibrary.RadioButtonEx rdoanshui;
- }
- }
|