123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529 |
- namespace NXWMS.Forms.Report
- {
- partial class frmFrequencyStatisticsReport
- {
- /// <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.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.cmbSearchTime = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.cmbSearchSchedule = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.dtpSearchDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
- this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
- this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
- this.kryptonGroupBox2.Panel.SuspendLayout();
- this.kryptonGroupBox2.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchSchedule)).BeginInit();
- this.tableLayoutPanel3.SuspendLayout();
- this.SuspendLayout();
- //
- // dataGridView
- //
- this.dataGridView.AllowUserToAddRows = false;
- this.dataGridView.AllowUserToDeleteRows = false;
- this.dataGridView.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.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column15,
- this.Column16,
- this.Column17,
- this.Column18,
- this.Column19,
- this.Column20,
- this.Column21,
- this.Column22,
- this.Column23,
- this.Column24,
- this.Column27,
- this.Column25,
- this.Column26});
- this.dataGridView.Location = new System.Drawing.Point(2, 110);
- this.dataGridView.Name = "dataGridView";
- this.dataGridView.ReadOnly = true;
- this.dataGridView.RowTemplate.Height = 23;
- this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView.Size = new System.Drawing.Size(1142, 614);
- this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
- this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
- this.dataGridView.TabIndex = 84;
- //
- // Column15
- //
- this.Column15.HeaderText = "用户编码";
- this.Column15.Name = "Column15";
- this.Column15.ReadOnly = true;
- //
- // Column16
- //
- this.Column16.HeaderText = "用户名称";
- this.Column16.Name = "Column16";
- this.Column16.ReadOnly = true;
- //
- // Column17
- //
- this.Column17.HeaderText = "用户昵称";
- this.Column17.Name = "Column17";
- this.Column17.ReadOnly = true;
- //
- // Column18
- //
- this.Column18.HeaderText = "职位名称";
- this.Column18.Name = "Column18";
- this.Column18.ReadOnly = true;
- //
- // Column19
- //
- this.Column19.HeaderText = "性别";
- this.Column19.Name = "Column19";
- this.Column19.ReadOnly = true;
- //
- // Column20
- //
- this.Column20.HeaderText = "所属角色";
- this.Column20.Name = "Column20";
- this.Column20.ReadOnly = true;
- //
- // Column21
- //
- this.Column21.HeaderText = "手机号码";
- this.Column21.Name = "Column21";
- this.Column21.ReadOnly = true;
- //
- // Column22
- //
- this.Column22.HeaderText = "邮箱";
- this.Column22.Name = "Column22";
- this.Column22.ReadOnly = true;
- //
- // Column23
- //
- this.Column23.HeaderText = "地址";
- this.Column23.Name = "Column23";
- this.Column23.ReadOnly = true;
- //
- // Column24
- //
- this.Column24.HeaderText = "是否启用";
- this.Column24.Name = "Column24";
- this.Column24.ReadOnly = true;
- //
- // Column27
- //
- this.Column27.HeaderText = "创建人";
- this.Column27.Name = "Column27";
- this.Column27.ReadOnly = true;
- //
- // Column25
- //
- this.Column25.HeaderText = "创建时间";
- this.Column25.Name = "Column25";
- this.Column25.ReadOnly = true;
- //
- // Column26
- //
- this.Column26.HeaderText = "更新人";
- this.Column26.Name = "Column26";
- this.Column26.ReadOnly = true;
- //
- // kryptonGroupBox2
- //
- this.kryptonGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.kryptonGroupBox2.CaptionOverlap = 0D;
- this.kryptonGroupBox2.Location = new System.Drawing.Point(2, 3);
- this.kryptonGroupBox2.Name = "kryptonGroupBox2";
- //
- // kryptonGroupBox2.Panel
- //
- this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel2);
- this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel3);
- this.kryptonGroupBox2.Size = new System.Drawing.Size(1142, 106);
- this.kryptonGroupBox2.TabIndex = 83;
- this.kryptonGroupBox2.Values.Heading = "查询";
- this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel2.ColumnCount = 6;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 4, 0);
- this.tableLayoutPanel2.Controls.Add(this.cmbSearchTime, 5, 0);
- this.tableLayoutPanel2.Controls.Add(this.cmbSearchSchedule, 3, 0);
- this.tableLayoutPanel2.Controls.Add(this.dtpSearchDate, 1, 0);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 1;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(1138, 30);
- this.tableLayoutPanel2.TabIndex = 2;
- //
- // kryptonLabel9
- //
- this.kryptonLabel9.AutoSize = false;
- this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel9.Location = new System.Drawing.Point(382, 3);
- this.kryptonLabel9.Name = "kryptonLabel9";
- this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel9.Size = new System.Drawing.Size(114, 24);
- this.kryptonLabel9.TabIndex = 2;
- this.kryptonLabel9.Values.Text = "排班";
- //
- // kryptonLabel10
- //
- this.kryptonLabel10.AutoSize = false;
- this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
- this.kryptonLabel10.Name = "kryptonLabel10";
- this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel10.Size = new System.Drawing.Size(114, 24);
- this.kryptonLabel10.TabIndex = 0;
- this.kryptonLabel10.Values.Text = "日期";
- //
- // kryptonLabel4
- //
- this.kryptonLabel4.AutoSize = false;
- this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonLabel4.Location = new System.Drawing.Point(761, 3);
- this.kryptonLabel4.Name = "kryptonLabel4";
- this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel4.Size = new System.Drawing.Size(114, 24);
- this.kryptonLabel4.TabIndex = 13;
- this.kryptonLabel4.Values.Text = "时间段";
- //
- // cmbSearchTime
- //
- this.cmbSearchTime.Dock = System.Windows.Forms.DockStyle.Fill;
- this.cmbSearchTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbSearchTime.DropDownWidth = 180;
- this.cmbSearchTime.Location = new System.Drawing.Point(881, 3);
- this.cmbSearchTime.Name = "cmbSearchTime";
- this.cmbSearchTime.Size = new System.Drawing.Size(254, 21);
- this.cmbSearchTime.TabIndex = 111;
- //
- // cmbSearchSchedule
- //
- this.cmbSearchSchedule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbSearchSchedule.DropDownWidth = 180;
- this.cmbSearchSchedule.Location = new System.Drawing.Point(502, 3);
- this.cmbSearchSchedule.Name = "cmbSearchSchedule";
- this.cmbSearchSchedule.Size = new System.Drawing.Size(253, 21);
- this.cmbSearchSchedule.TabIndex = 112;
- //
- // dtpSearchDate
- //
- this.dtpSearchDate.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dtpSearchDate.Location = new System.Drawing.Point(123, 3);
- this.dtpSearchDate.Name = "dtpSearchDate";
- this.dtpSearchDate.Size = new System.Drawing.Size(253, 24);
- this.dtpSearchDate.TabIndex = 113;
- //
- // tableLayoutPanel3
- //
- this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel3.ColumnCount = 3;
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
- this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
- this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
- this.tableLayoutPanel3.Location = new System.Drawing.Point(863, 43);
- this.tableLayoutPanel3.Name = "tableLayoutPanel3";
- this.tableLayoutPanel3.RowCount = 1;
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
- this.tableLayoutPanel3.TabIndex = 1;
- //
- // btnSearch
- //
- this.btnSearch.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.btnSearch.Location = new System.Drawing.Point(3, 3);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(84, 31);
- this.btnSearch.TabIndex = 3;
- this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
- this.btnSearch.Values.Text = "查询";
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // btnSearchImport
- //
- this.btnSearchImport.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.btnSearchImport.Location = new System.Drawing.Point(183, 3);
- this.btnSearchImport.Name = "btnSearchImport";
- this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
- this.btnSearchImport.TabIndex = 2;
- this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
- this.btnSearchImport.Values.Text = "导入";
- //
- // btnSearchExport
- //
- this.btnSearchExport.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.btnSearchExport.Location = new System.Drawing.Point(93, 3);
- this.btnSearchExport.Name = "btnSearchExport";
- this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
- this.btnSearchExport.TabIndex = 1;
- this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
- this.btnSearchExport.Values.Text = "导出";
- this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Width = 85;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 84;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 85;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 85;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.HeaderText = "性别";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 84;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- this.dataGridViewTextBoxColumn6.Width = 85;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- this.dataGridViewTextBoxColumn7.Width = 85;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- this.dataGridViewTextBoxColumn8.Width = 85;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.HeaderText = "地址";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- this.dataGridViewTextBoxColumn9.Width = 84;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- this.dataGridViewTextBoxColumn10.Width = 85;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- this.dataGridViewTextBoxColumn11.Width = 85;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.ReadOnly = true;
- this.dataGridViewTextBoxColumn12.Width = 84;
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- this.dataGridViewTextBoxColumn13.ReadOnly = true;
- this.dataGridViewTextBoxColumn13.Width = 85;
- //
- // pageTool
- //
-
-
-
- this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
-
- this.pageTool.LoadMessage = null;
- this.pageTool.Location = new System.Drawing.Point(4, 729);
- this.pageTool.Name = "pageTool";
- this.pageTool.PageDefault = "{0}/{1}";
-
- this.pageTool.PageIndexSelectDefault = 1;
- this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
- this.pageTool.PageSize = 30;
-
-
- this.pageTool.Size = new System.Drawing.Size(1137, 27);
- this.pageTool.TabIndex = 85;
- this.pageTool.DataCount = 0;
- //
- // frmFrequencyStatisticsReport
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1146, 759);
- this.Controls.Add(this.pageTool);
- this.Controls.Add(this.dataGridView);
- this.Controls.Add(this.kryptonGroupBox2);
- this.Name = "frmFrequencyStatisticsReport";
- this.Text = "班次作业情况统计";
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
- this.kryptonGroupBox2.Panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
- this.kryptonGroupBox2.ResumeLayout(false);
- this.tableLayoutPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchSchedule)).EndInit();
- this.tableLayoutPanel3.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Client.FrmCustom.PageToolbar pageTool;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchTime;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchSchedule;
- private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- }
- }
|