| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660 |
- namespace CoreDemo
- {
- partial class FrmStyleSample
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CONTROLNAME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STYLE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FONT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BACKCOLOR");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SIZE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
- Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.label1 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
- this.dst_Style = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.label4 = new System.Windows.Forms.Label();
- this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.label5 = new System.Windows.Forms.Label();
- this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label6 = new System.Windows.Forms.Label();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.textBox8 = new System.Windows.Forms.TextBox();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.label13 = new System.Windows.Forms.Label();
- this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dst_Style)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox1
- //
- appearance13.BackColor = System.Drawing.Color.Gainsboro;
- this.ultraGroupBox1.Appearance = appearance13;
- this.ultraGroupBox1.Controls.Add(this.ultraTextEditor1);
- this.ultraGroupBox1.Controls.Add(this.label13);
- this.ultraGroupBox1.Controls.Add(this.checkBox2);
- this.ultraGroupBox1.Controls.Add(this.checkBox1);
- this.ultraGroupBox1.Controls.Add(this.ultraCombo1);
- this.ultraGroupBox1.Controls.Add(this.label5);
- this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor2);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor1);
- this.ultraGroupBox1.Controls.Add(this.maskedTextBox1);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.textBox1);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1012, 60);
- this.ultraGroupBox1.TabIndex = 0;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.dst_Style;
- this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7});
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance34.BackColor = System.Drawing.Color.GhostWhite;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance34;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
- this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
- appearance31.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance31;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- appearance33.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance33;
- appearance32.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance32;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid1.Location = new System.Drawing.Point(0, 60);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1012, 662);
- this.ultraGrid1.TabIndex = 1;
- //
- // ultraExpandableGroupBox1
- //
- appearance37.BackColor = System.Drawing.Color.Gainsboro;
- this.ultraExpandableGroupBox1.ContentAreaAppearance = appearance37;
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1012, 137);
- this.ultraExpandableGroupBox1.HeaderClickAction = Infragistics.Win.Misc.GroupBoxHeaderClickAction.ToggleExpansion;
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 585);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1012, 137);
- this.ultraExpandableGroupBox1.TabIndex = 2;
- this.ultraExpandableGroupBox1.Text = "编辑区域";
- this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel1);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1008, 115);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.LightBlue;
- this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label1.Location = new System.Drawing.Point(12, 6);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(70, 21);
- this.label1.TabIndex = 0;
- this.label1.Text = "查询时间";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox1
- //
- this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox1.Location = new System.Drawing.Point(83, 33);
- this.textBox1.MaxLength = 4;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(110, 21);
- this.textBox1.TabIndex = 1;
- this.textBox1.Text = "文本内容";
- //
- // label2
- //
- this.label2.BackColor = System.Drawing.Color.LightBlue;
- this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label2.Location = new System.Drawing.Point(12, 33);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(70, 21);
- this.label2.TabIndex = 2;
- this.label2.Text = "查询文本";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label3
- //
- this.label3.BackColor = System.Drawing.Color.LightBlue;
- this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label3.Location = new System.Drawing.Point(205, 33);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(70, 21);
- this.label3.TabIndex = 3;
- this.label3.Text = "查询数字";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // maskedTextBox1
- //
- this.maskedTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.maskedTextBox1.Location = new System.Drawing.Point(276, 33);
- this.maskedTextBox1.Mask = "nnn.nnn";
- this.maskedTextBox1.Name = "maskedTextBox1";
- this.maskedTextBox1.Size = new System.Drawing.Size(67, 21);
- this.maskedTextBox1.TabIndex = 4;
- this.maskedTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // dst_Style
- //
- this.dst_Style.DataSetName = "NewDataSet";
- this.dst_Style.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.ColumnName = "CONTROLNAME";
- //
- // dataColumn2
- //
- this.dataColumn2.ColumnName = "STYLE";
- //
- // dataColumn3
- //
- this.dataColumn3.ColumnName = "FONT";
- //
- // dataColumn4
- //
- this.dataColumn4.ColumnName = "BACKCOLOR";
- //
- // dataColumn5
- //
- this.dataColumn5.ColumnName = "SIZE";
- //
- // dataColumn6
- //
- this.dataColumn6.ColumnName = "LOCATION";
- //
- // dataColumn7
- //
- this.dataColumn7.ColumnName = "REMARK";
- //
- // ultraDateTimeEditor1
- //
- appearance17.BorderColor = System.Drawing.Color.Black;
- this.ultraDateTimeEditor1.Appearance = appearance17;
- this.ultraDateTimeEditor1.DateTime = new System.DateTime(2010, 9, 6, 0, 0, 0, 0);
- this.ultraDateTimeEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraDateTimeEditor1.FormatString = "";
- this.ultraDateTimeEditor1.Location = new System.Drawing.Point(83, 6);
- this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
- this.ultraDateTimeEditor1.Size = new System.Drawing.Size(110, 21);
- this.ultraDateTimeEditor1.TabIndex = 5;
- this.ultraDateTimeEditor1.Value = new System.DateTime(2010, 9, 6, 0, 0, 0, 0);
- //
- // label4
- //
- this.label4.BackColor = System.Drawing.Color.LightBlue;
- this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label4.Location = new System.Drawing.Point(194, 6);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(21, 21);
- this.label4.TabIndex = 6;
- this.label4.Text = "-";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraDateTimeEditor2
- //
- appearance16.BorderColor = System.Drawing.Color.Black;
- this.ultraDateTimeEditor2.Appearance = appearance16;
- this.ultraDateTimeEditor2.DateTime = new System.DateTime(2010, 9, 6, 0, 0, 0, 0);
- this.ultraDateTimeEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraDateTimeEditor2.FormatString = "";
- this.ultraDateTimeEditor2.Location = new System.Drawing.Point(216, 6);
- this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
- this.ultraDateTimeEditor2.Size = new System.Drawing.Size(127, 21);
- this.ultraDateTimeEditor2.TabIndex = 7;
- this.ultraDateTimeEditor2.Value = new System.DateTime(2010, 9, 6, 0, 0, 0, 0);
- //
- // label5
- //
- this.label5.BackColor = System.Drawing.Color.LightBlue;
- this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label5.Location = new System.Drawing.Point(355, 6);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(70, 21);
- this.label5.TabIndex = 8;
- this.label5.Text = "查询下拉";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraCombo1
- //
- appearance30.BorderColor = System.Drawing.Color.Black;
- this.ultraCombo1.Appearance = appearance30;
- this.ultraCombo1.CheckedListSettings.CheckStateMember = "";
- this.ultraCombo1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraCombo1.DisplayLayout.MaxRowScrollRegions = 1;
- this.ultraCombo1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraCombo1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraCombo1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraCombo1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraCombo1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraCombo1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraCombo1.Location = new System.Drawing.Point(426, 6);
- this.ultraCombo1.Name = "ultraCombo1";
- this.ultraCombo1.Size = new System.Drawing.Size(110, 22);
- this.ultraCombo1.TabIndex = 9;
- //
- // checkBox1
- //
- this.checkBox1.BackColor = System.Drawing.Color.LightBlue;
- this.checkBox1.Checked = true;
- this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox1.Location = new System.Drawing.Point(548, 6);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(48, 21);
- this.checkBox1.TabIndex = 10;
- this.checkBox1.Text = "分组";
- this.checkBox1.UseVisualStyleBackColor = false;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.textBox8);
- this.panel1.Controls.Add(this.label12);
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.textBox5);
- this.panel1.Controls.Add(this.label10);
- this.panel1.Controls.Add(this.textBox6);
- this.panel1.Controls.Add(this.label11);
- this.panel1.Controls.Add(this.textBox7);
- this.panel1.Controls.Add(this.label8);
- this.panel1.Controls.Add(this.textBox4);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.textBox3);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Controls.Add(this.textBox2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1008, 115);
- this.panel1.TabIndex = 0;
- //
- // label6
- //
- this.label6.BackColor = System.Drawing.Color.LightBlue;
- this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label6.Location = new System.Drawing.Point(28, 20);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(70, 21);
- this.label6.TabIndex = 4;
- this.label6.Text = "控件名称";
- this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox2
- //
- this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox2.Location = new System.Drawing.Point(99, 20);
- this.textBox2.MaxLength = 4;
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(110, 21);
- this.textBox2.TabIndex = 3;
- this.textBox2.Text = "文本内容";
- //
- // label7
- //
- this.label7.BackColor = System.Drawing.Color.LightBlue;
- this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label7.Location = new System.Drawing.Point(221, 20);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(70, 21);
- this.label7.TabIndex = 6;
- this.label7.Text = "控件式样";
- this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox3
- //
- this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox3.Location = new System.Drawing.Point(292, 20);
- this.textBox3.MaxLength = 4;
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(110, 21);
- this.textBox3.TabIndex = 5;
- this.textBox3.Text = "文本内容";
- //
- // label8
- //
- this.label8.BackColor = System.Drawing.Color.LightBlue;
- this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label8.Location = new System.Drawing.Point(414, 20);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(70, 21);
- this.label8.TabIndex = 8;
- this.label8.Text = "控件字体";
- this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox4
- //
- this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox4.Location = new System.Drawing.Point(485, 20);
- this.textBox4.MaxLength = 4;
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(110, 21);
- this.textBox4.TabIndex = 7;
- this.textBox4.Text = "文本内容";
- //
- // label9
- //
- this.label9.BackColor = System.Drawing.Color.LightBlue;
- this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label9.Location = new System.Drawing.Point(414, 46);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(70, 21);
- this.label9.TabIndex = 14;
- this.label9.Text = "控件大小";
- this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox5
- //
- this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox5.Location = new System.Drawing.Point(485, 46);
- this.textBox5.MaxLength = 4;
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(110, 21);
- this.textBox5.TabIndex = 13;
- this.textBox5.Text = "文本内容";
- //
- // label10
- //
- this.label10.BackColor = System.Drawing.Color.LightBlue;
- this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label10.Location = new System.Drawing.Point(221, 46);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(70, 21);
- this.label10.TabIndex = 12;
- this.label10.Text = "控件位置";
- this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox6
- //
- this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox6.Location = new System.Drawing.Point(292, 46);
- this.textBox6.MaxLength = 4;
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(110, 21);
- this.textBox6.TabIndex = 11;
- this.textBox6.Text = "文本内容";
- //
- // label11
- //
- this.label11.BackColor = System.Drawing.Color.LightBlue;
- this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label11.Location = new System.Drawing.Point(28, 46);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(70, 21);
- this.label11.TabIndex = 10;
- this.label11.Text = "控件颜色";
- this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox7
- //
- this.textBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox7.Location = new System.Drawing.Point(99, 46);
- this.textBox7.MaxLength = 4;
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(110, 21);
- this.textBox7.TabIndex = 9;
- this.textBox7.Text = "文本内容";
- //
- // label12
- //
- this.label12.BackColor = System.Drawing.Color.LightBlue;
- this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label12.Location = new System.Drawing.Point(28, 72);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(70, 21);
- this.label12.TabIndex = 15;
- this.label12.Text = "备注说明";
- this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // textBox8
- //
- this.textBox8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox8.Location = new System.Drawing.Point(99, 72);
- this.textBox8.MaxLength = 4;
- this.textBox8.Name = "textBox8";
- this.textBox8.Size = new System.Drawing.Size(496, 21);
- this.textBox8.TabIndex = 16;
- this.textBox8.Text = "文本内容";
- //
- // checkBox2
- //
- this.checkBox2.BackColor = System.Drawing.Color.LightBlue;
- this.checkBox2.Checked = true;
- this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox2.Location = new System.Drawing.Point(548, 33);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(48, 21);
- this.checkBox2.TabIndex = 11;
- this.checkBox2.Text = "过滤";
- this.checkBox2.UseVisualStyleBackColor = false;
- //
- // label13
- //
- this.label13.BackColor = System.Drawing.Color.LightBlue;
- this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label13.Location = new System.Drawing.Point(355, 33);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(70, 21);
- this.label13.TabIndex = 12;
- this.label13.Text = "查询弹出";
- this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraTextEditor1
- //
- appearance18.BorderColor = System.Drawing.Color.Black;
- this.ultraTextEditor1.Appearance = appearance18;
- editorButton1.Text = "…";
- editorButton1.Width = 20;
- this.ultraTextEditor1.ButtonsRight.Add(editorButton1);
- this.ultraTextEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
- this.ultraTextEditor1.Location = new System.Drawing.Point(426, 33);
- this.ultraTextEditor1.Name = "ultraTextEditor1";
- this.ultraTextEditor1.Size = new System.Drawing.Size(110, 21);
- this.ultraTextEditor1.TabIndex = 13;
- //
- // FrmStyleSample
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1012, 722);
- this.Controls.Add(this.ultraExpandableGroupBox1);
- this.Controls.Add(this.ultraGrid1);
- this.Controls.Add(this.ultraGroupBox1);
- this.Name = "FrmStyleSample";
- this.Text = "界面样式样例";
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dst_Style)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.MaskedTextBox maskedTextBox1;
- private System.Windows.Forms.Label label3;
- private System.Data.DataSet dst_Style;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
- private System.Data.DataColumn dataColumn7;
- private System.Windows.Forms.Label label4;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
- private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.TextBox textBox8;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox textBox6;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox textBox7;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.CheckBox checkBox2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
- }
- }
|