/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm)); this.label1 = new System.Windows.Forms.Label(); this.listBox1 = new System.Windows.Forms.ListBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(64, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(248, 32); this.label1.TabIndex = 1; this.label1.Text = "HyperLoad 2.0"; // // listBox1 // this.listBox1.Items.AddRange(new object[] { "This program is completely free to use!", "", "Hyperload is an open-source program that can be used to", "program *.HEX files to your microcontroller.", "", "The Hyperload Protocol & related information can be found at:", "www.sociaLLedge.com/sjsu"}); this.listBox1.Location = new System.Drawing.Point(14, 84); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(304, 108); this.listBox1.TabIndex = 5; // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.listBox1); this.groupBox1.Location = new System.Drawing.Point(8, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(320, 210); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; // // AboutForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(338, 225); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AboutForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "About"; this.Deactivate += new System.EventHandler(this.AboutForm_Deactivate); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
public static void AddDeleteAction(Shape shape, ref ListBox listBoxShapes, ref GroupBox groupBoxShape) { if (IsActionTrackingDisabled) return; UpdateUndoRedoValues(); actions.Add(new UndoRedo.WorkingActionDelete(shape, Editor.Shapes, ref listBoxShapes, ref groupBoxShape)); }
public void Preview() { FlowLayoutPanel mainPanel = new FlowLayoutPanel() { Dock = DockStyle.Fill, FlowDirection = FlowDirection.LeftToRight }; mainPanel.AutoScroll = true; mainPanel.DoubleClick += mainPanel_DoubleClick; mainPanel.Click += mainPanel_Click; int i = 0; foreach (string group in Table.GetUIGroups()) { GroupBox gb = new GroupBox() { Text = group, AutoSize = true}; mainPanel.Controls.Add(gb); FlowLayoutPanel groupPanel = new FlowLayoutPanel() { AutoSize = true, FlowDirection = FlowDirection.TopDown, Left = 16, Top = 22}; gb.Controls.Add(groupPanel); foreach (string column in Table.GetUIGroupColumns(group)) { Table.Columns[column].GenerateUIMetadata().DisplayOrder = i++; var c = getControl(Table.Columns[column]); if (c != null) groupPanel.Controls.Add(c); } } this.Controls.Clear(); this.Controls.Add(mainPanel); }
public osd_screen (int num, OSD aosd) { number=num; osd=aosd; num+=1; this.tabPage = new System.Windows.Forms.TabPage(); this.panelItems=new Panel[64]; this.panelItems_default = new Panel[64]; this.LIST_items=new System.Windows.Forms.TreeView(); this.rbtSortCategory = new System.Windows.Forms.RadioButton(); this.rbtSortAlphabetic = new System.Windows.Forms.RadioButton(); this.groupBox = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.NUM_Y = new System.Windows.Forms.NumericUpDown(); this.NUM_X = new System.Windows.Forms.NumericUpDown(); this.pictureBox = new System.Windows.Forms.PictureBox(); this.chkSign = new System.Windows.Forms.CheckBox(); this.tabPage.SuspendLayout(); this.groupBox.SuspendLayout(); this.pictureBox.SuspendLayout(); }
private void AddPageLayout () { groupPageLayout = new GroupBox(); groupPageLayout.Location = new Point (16,110); groupPageLayout.Size = new System.Drawing.Size(360, 48); groupPageLayout.Text = "Page Layout"; radioStandardLayout = new RadioButton(); radioStandardLayout.Text = "Standard"; radioStandardLayout.Location = new Point(24,15); radioStandardLayout.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; radioStandardLayout.CheckedChanged += SetSuccessor; groupPageLayout.Controls.Add(radioStandardLayout); radioLandscape = new RadioButton(); radioLandscape.Text = "Landscape"; radioLandscape.Location = new Point (150,15); radioLandscape.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; radioLandscape.CheckedChanged += SetSuccessor; groupPageLayout.Controls.Add(radioLandscape); this.groupBox1.Controls.Add(groupPageLayout); }
public Controller(GroupBox b, Label date) { if (!Directory.Exists(filePath)) { Directory.CreateDirectory("C:\\Users\\" + Environment.UserName + "\\Documents\\Data\\Homework\\"); for (int i = 0; i < 10; i++) { StreamWriter sw = new StreamWriter(filePath + i + ".txt"); sw.Close(); } //Writing for last friday: DateTime start = DateTime.Now; while (!start.DayOfWeek.ToString().Equals("Monday")) start = start.AddDays(-1); start = start.AddDays(-3); StreamWriter sw2 = new StreamWriter(filePath + "10.txt"); sw2.WriteLine(start.ToShortDateString()); sw2.Close(); } this.date = date; parent = b; days = new List<AssignmentDay>(); repeatingDays = new List<AssignmentDay>(); go(); }
public void InitView(GroupBox gBox) { Location = new System.Drawing.Point(6, 18); Size = new System.Drawing.Size(296, 156); TabIndex = 0; gBox.Controls.Add(this); }
public AssignmentDay(GroupBox par, int num, int x) { gbX = x; myNumber = num; parent = par; labels = new List<Label>(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Labelled)); this.groupBox1 = new GroupBox(); this.textBox1 = new TextBox(); this.groupBox1.SuspendLayout(); base.SuspendLayout(); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Location = new Point(13, 10); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new Size(0x128, 0x189); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "标签说明:"; this.textBox1.Location = new Point(7, 0x15); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new Size(0x11b, 0x162); this.textBox1.TabIndex = 0; this.textBox1.Text = resources.GetString("textBox1.Text"); base.AutoScaleDimensions = new SizeF(6f, 12f); base.AutoScaleMode = AutoScaleMode.Font; base.ClientSize = new Size(0x141, 0x199); base.Controls.Add(this.groupBox1); base.FormBorderStyle = FormBorderStyle.FixedDialog; base.MaximizeBox = false; base.MinimizeBox = false; base.Name = "Labelled"; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Labelled"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); base.ResumeLayout(false); }
public void AutoSize () { if (TestHelper.RunningOnUnix) Assert.Ignore ("Dependent on font height and theme, values are for windows."); Form f = new Form (); f.ShowInTaskbar = false; GroupBox p = new GroupBox (); p.AutoSize = true; f.Controls.Add (p); Button b = new Button (); b.Size = new Size (200, 200); b.Location = new Point (200, 200); p.Controls.Add (b); f.Show (); Assert.AreEqual (new Size (406, 419), p.ClientSize, "A1"); p.Controls.Remove (b); Assert.AreEqual (new Size (200, 100), p.ClientSize, "A2"); p.AutoSizeMode = AutoSizeMode.GrowAndShrink; Assert.AreEqual (new Size (6, 19), p.ClientSize, "A3"); f.Dispose (); }
private static void DropHook(GroupBox sender) { sender.AllowDrop=true; sender.DragDrop+=new DragEventHandler(Drag_Drop); sender.DragEnter+=new DragEventHandler(Drag_Enter); }
// Radiobuttons public void InitializeRadioButtons() { this.groupBox11 = new System.Windows.Forms.GroupBox(); this.radioButton21 = new System.Windows.Forms.RadioButton(); this.radioButton11 = new System.Windows.Forms.RadioButton(); // adding members into the groupbox this.groupBox11.Controls.Add(this.radioButton11); this.groupBox11.Controls.Add(this.radioButton21); this.groupBox11.Location = new System.Drawing.Point(1000, 200); this.groupBox11.Size = new System.Drawing.Size(200, 100); this.groupBox11.Text = "Radio Buttons"; this.radioButton21.Location = new System.Drawing.Point(1000, 250); this.radioButton21.Size = new System.Drawing.Size(67, 17); this.radioButton21.Text = "Choice 2"; this.radioButton11.Location = new System.Drawing.Point(1000, 350); this.radioButton11.Name = "radioButton1"; this.radioButton11.Size = new System.Drawing.Size(67, 17); this.radioButton11.Text = "Choice 1"; this.ClientSize = new System.Drawing.Size(1000, 266); this.Controls.Add(this.groupBox11); }
private void InitializeComponent() { this.groupBox1 = new GroupBox(); this.propertyGrid = new PropertyGrid(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); this.groupBox1.Controls.Add((Control) this.propertyGrid); this.groupBox1.Location = new Point(16, 16); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new Size(368, 328); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Settings"; this.propertyGrid.Dock = DockStyle.Fill; this.propertyGrid.HelpVisible = false; this.propertyGrid.Location = new Point(3, 16); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new Size(362, 309); this.propertyGrid.TabIndex = 0; this.propertyGrid.ToolbarVisible = false; this.propertyGrid.PropertyValueChanged += new PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged); this.AutoScaleDimensions = new SizeF(6f, 13f); this.Controls.Add((Control) this.groupBox1); this.Name = "EditorOptionsPanel"; this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
public void Incijaliziraj_Company(String text1, String text2, String text3,String text4) { gb = new GroupBox(); gb.Size = new Size(500, 40); this.Controls.Add(gb); gb.Location = new Point(0, 0); text1Lbl = new Label(); gb.Controls.Add(text1Lbl); text1Lbl.Text = text1; text1Lbl.Font = new Font("Verdana", 10, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); text1Lbl.Size = new Size(150, 20); text1Lbl.Location = new Point(5, 15); text2Lbl = new Label(); gb.Controls.Add(text2Lbl); text2Lbl.Text = text2; text2Lbl.Size = new Size(100, 15); text2Lbl.Location = new Point(this.text1Lbl.Location.X + 150,15); text3Lbl = new Label(); gb.Controls.Add(text3Lbl); text3Lbl.Text = text3; text3Lbl.Size = new Size(100, 15); text3Lbl.Location = new Point(this.text1Lbl.Location.X + 250, 15); text4Lbl = new Label(); gb.Controls.Add(text4Lbl); text4Lbl.Text = text4; text4Lbl.Size = new Size(50, 15); text4Lbl.Location = new Point(this.text1Lbl.Location.X + 440, 15); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InformacjaOProdukcie)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.label1); resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; this.label1.Click += new System.EventHandler(this.label1_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.label2); resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // button1 // resources.ApplyResources(this.button1, "button1"); this.button1.Name = "button1"; this.button1.Click += new System.EventHandler(this.button1_Click); // // InformacjaOProdukcie // resources.ApplyResources(this, "$this"); this.Controls.Add(this.button1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "InformacjaOProdukcie"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Load += new System.EventHandler(this.InformacjaOProdukcie_Load); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); }
private void AssignCheckedStateChanged(GroupBox groupBox) { foreach (CheckBox cb in groupBox.Controls.OfType<CheckBox>()) cb.CheckStateChanged += CheckStateChanged; foreach (TextBox cb in groupBox.Controls.OfType<TextBox>()) cb.TextChanged += TextSettingChanged; }
private void SetGroupBoxProperties(GroupBox gb) { gb.Left = groupBoxPropertiesRoot.Left; gb.Top = groupBoxPropertiesRoot.Top; gb.Size = groupBoxPropertiesRoot.Size; gb.Anchor = groupBoxPropertiesRoot.Anchor; }
/***************************Successor*********************************** * Successor(char RegNumber, ref Load obj, ref GroupBox gb) Function is * * used to increase the current value in Register by 1 * *- RegNumber: Represent the Index of Register place in memory * ************************************************************************/ private void Successor(char RegNumber, ref Load obj, ref GroupBox gb) { int index = int.Parse(RegNumber.ToString()); int Regvalue = obj.Get_RegArray(index); Regvalue++; obj.Set_RegArray(index, Regvalue.ToString()); }
//Función que obtiene los controles tipo textbox y los deja vacios protected void Limpiar(GroupBox gb) { foreach(Control control in gb.Controls) { if(control.GetType() == typeof(TextBox)) control.Text = string.Empty; } }
internal static void limpiarTodosLosControles(GroupBox control) { foreach (System.Windows.Forms.Control c in control.Controls) { if (c.GetType() == typeof(ListBox)) { ((ListBox)c).Items.Clear(); } if (c.GetType() == typeof(TextBox)) { ((TextBox)c).ResetText(); } if (c.GetType() == typeof(ComboBox)) { ((ComboBox)c).SelectedIndex=-1; } } }
public bool GetTime(ComboBox cmb_Hour, ComboBox cmb_Minute,CheckBox chb,GroupBox gbx) { using (ds=new DataSet()) { ds = tpdal.GetTime(); if (ds != null && ds.Tables.Count > 0) { if (ds.Tables.Count > 0) { string str = ds.Tables[0].Rows[0][0].ToString(); if (str.Equals("0")) { chb.Checked = false; gbx.Enabled = false; cmb_Hour.Text = "00"; cmb_Minute.Text = "00"; } else { chb.Checked = true; gbx.Enabled = true; cmb_Hour.Text = str.Substring(0, 2); cmb_Minute.Text = str.Substring(3, 2); } return true; } } } return false; }
public Configuration(Map map, GroupBox fieldGroupbox, CheckBox checkAllFields, int featureLayer = 0, int polygonLayer = 0, List<string> ignoreList = null, bool selectMutipleFied = true) { this._map = map; this._fieldsGroupbox = fieldGroupbox; this._checkAllFields = checkAllFields; this._featureLayerIndex = featureLayer; this._polygonLayerIndex = 0; this._selectMutipleFied = selectMutipleFied; if (ignoreList != null) this.reserveFields = ignoreList; else this.reserveFields = new List<string>(); SetLayers(); this._checkAllFields.Visible = selectMutipleFied; this._checkAllFields.CheckStateChanged += CheckAllFields_CheckStateChanged; loadCheckListboxCollection(); if (!this._selectMutipleFied) { bindCheckedEvent(); } }
protected override void AbstractCreate(object value, ref int tabIndex) { int left = Margin; int top = Margin; // ボーダライン(groupPanel)の生成 _border = (GroupBox) Create(Panel, new GroupBox(), left, top, -1); //border.setBorder(BorderFactory.createTitledBorder(getHelp())); _border.Text = Help; _border.AutoSize = false; //グループに含まれるコントロールを描画する var x = left + 8; var y = top + 12; ListVal.CreateCtrl(_border, x, y, ref tabIndex); var dimension = ListVal.Size; // borderのサイズ指定 _border.Size = new Size(OptionDlg.Width() - 15, dimension.Height +18); // 横はダイアログ幅、縦は、含まれるコントロールで決まる // オフセット移動 left += _border.Width; top += _border.Height; //値の設定 AbstractWrite(value); // パネルのサイズ設定 //Panel.setSize(left + width +Margin, top + height +Margin * 2); Panel.Size = new Size(left + Margin, top + Margin); }
private void InitializeComponent() { this.grpLocalizacao = new System.Windows.Forms.GroupBox(); this.trVwLocalizacao = new System.Windows.Forms.TreeView(); this.grpLocalizacao.SuspendLayout(); this.SuspendLayout(); // // grpLocalizacao // this.grpLocalizacao.Controls.Add(this.trVwLocalizacao); this.grpLocalizacao.Dock = System.Windows.Forms.DockStyle.Fill; this.grpLocalizacao.Location = new System.Drawing.Point(0, 0); this.grpLocalizacao.Name = "grpLocalizacao"; this.grpLocalizacao.Size = new System.Drawing.Size(448, 224); this.grpLocalizacao.TabIndex = 0; this.grpLocalizacao.TabStop = false; // // trVwLocalizacao // this.trVwLocalizacao.Dock = System.Windows.Forms.DockStyle.Fill; this.trVwLocalizacao.HideSelection = false; this.trVwLocalizacao.Location = new System.Drawing.Point(3, 16); this.trVwLocalizacao.Name = "trVwLocalizacao"; this.trVwLocalizacao.Size = new System.Drawing.Size(442, 205); this.trVwLocalizacao.TabIndex = 0; // // ControloLocalizacao // this.Controls.Add(this.grpLocalizacao); this.Name = "ControloLocalizacao"; this.Size = new System.Drawing.Size(448, 224); this.grpLocalizacao.ResumeLayout(false); this.ResumeLayout(false); }
private GroupBox createCustomGB(String name) { GroupBox gb = new GroupBox(); gb.AutoSize = true; gb.AutoSizeMode = AutoSizeMode.GrowAndShrink; gb.Anchor = AnchorStyles.Left | AnchorStyles.Right; FlowLayoutPanel p = new FlowLayoutPanel(); p.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; p.AutoSize = true; p.AutoSizeMode = AutoSizeMode.GrowAndShrink; p.WrapContents = true; p.Location = new System.Drawing.Point(6, 19); gb.Controls.Add(p); gb.Text = String.Format("Group {0}", name); for (int i = 0; i < 4; i++) { Button b = new Button(); b.Text = String.Format("Button {0}", i); p.Controls.Add(b); } gb.MinimumSize = new Size( flowLayoutPanel1.Size.Width - flowLayoutPanel1.Margin.Right - 10, 0 ); return gb; }
/******************************************************************************/ public FuzzyMemFunc(Control parent, string caption, int index, int top, int left, MemFuncEventHandler handler) { _container = (GroupBox)parent; _index = index; _handler = handler; _text_box_list = new List<TextBox>(); Font f_reg = new Font("Microsoft Sans Serif", 7); Label lbl = new Label(); lbl.Font = f_reg; lbl.Location = new Point(LABEL_LEFT, top + (TB_HEIGHT * index) + 2); lbl.AutoSize = false; lbl.RightToLeft = RightToLeft.Yes; lbl.Size = new Size(LABEL_WIDTH, LABEL_HEIGHT); lbl.Text = caption; parent.Controls.Add(lbl); // Build 4 textboxes to hold trapezoidal func elements for(int i = 0; i < 4; i++) { TextBox tb = new TextBox(); tb.Font = f_reg; tb.Size = new Size(TB_WIDTH, TB_HEIGHT); tb.Location = new Point(left + (TB_WIDTH * i), top + (TB_HEIGHT * index)); tb.Text = string.Empty; parent.Controls.Add(tb); _text_box_list.Add(tb); } }
private void InitializeComponent() { this.grbMain = new GroupBox(); this.btnBack = new Button(); this.grbMain.SuspendLayout(); base.SuspendLayout(); this.grbMain.Controls.Add(this.btnBack); this.grbMain.Location = new Point(0, 0); this.grbMain.Name = "grbMain"; this.grbMain.Size = new Size(470, 0x29); this.grbMain.TabIndex = 0x80; this.grbMain.TabStop = false; this.grbMain.Text = "Go back to the Configuration section"; this.btnBack.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.btnBack.Location = new Point(0x175, 15); this.btnBack.Name = "btnBack"; this.btnBack.Size = new Size(0x5b, 20); this.btnBack.TabIndex = 0x7b; this.btnBack.Text = "Back"; this.btnBack.UseVisualStyleBackColor = true; this.btnBack.Click += new EventHandler(this.btnBack_Click); base.AutoScaleDimensions = new SizeF(6f, 13f); base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; base.Controls.Add(this.grbMain); base.Name = "BackButton"; base.Size = new Size(470, 0x29); base.Tag = ""; this.grbMain.ResumeLayout(false); base.ResumeLayout(false); }
protected override void AbstractDelete() { ListVal.DeleteCtrl(); //これが無いと、グループの中のコントロールが2回目以降表示されなくなる Remove(Panel, _border); _border = null; }
public void GetTextures() { if (avatar.Textures == null) return; lblName.Text = this.avatar.Name; for (int j = 0; j < avatar.Textures.FaceTextures.Length; j++) { Primitive.TextureEntryFace face = avatar.Textures.FaceTextures[j]; if (face != null) { if (face.TextureID != AppearanceManager.DEFAULT_AVATAR_TEXTURE) { SLImageHandler img = new SLImageHandler(instance, face.TextureID, ((AvatarTextureIndex)j).ToString()); GroupBox gbx = new GroupBox(); gbx.Dock = DockStyle.Top; gbx.Text = img.Text; gbx.Height = 550; img.Dock = DockStyle.Fill; gbx.Controls.Add(img); pnlImages.Controls.Add(gbx); } } } }
// Groupbox private void InitializeMyGroupBox() { // Create and initialize a GroupBox and a Button control. GroupBox groupBox11 = new GroupBox(); Button button11 = new Button(); button11.Location = new Point(1000, 420); // Set the FlatStyle of the GroupBox. groupBox11.FlatStyle = FlatStyle.Flat; // Add the Button to the GroupBox. groupBox11.Controls.Add(button11); // Add the GroupBox to the Form. Controls.Add(groupBox11); // Create and initialize a GroupBox and a Button control. GroupBox groupBox21 = new GroupBox(); Button button21 = new Button(); button21.Location = new Point(1000, 320); groupBox21.Location = new Point(1000, 320); // Set the FlatStyle of the GroupBox. groupBox21.FlatStyle = FlatStyle.Standard; // Add the Button to the GroupBox. groupBox21.Controls.Add(button21); // Add the GroupBox to the Form. Controls.Add(groupBox21); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.bGradient = new System.Windows.Forms.Button(); this.bExprBackColor = new System.Windows.Forms.Button(); this.bExprEndColor = new System.Windows.Forms.Button(); this.bEndColor = new System.Windows.Forms.Button(); this.cbBackColor = new System.Windows.Forms.ComboBox(); this.cbEndColor = new System.Windows.Forms.ComboBox(); this.label15 = new System.Windows.Forms.Label(); this.cbGradient = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.bBackColor = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.bRepeatExpr = new System.Windows.Forms.Button(); this.rbNone = new System.Windows.Forms.RadioButton(); this.cbRepeat = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.bExternalExpr = new System.Windows.Forms.Button(); this.bEmbeddedExpr = new System.Windows.Forms.Button(); this.bMimeExpr = new System.Windows.Forms.Button(); this.bDatabaseExpr = new System.Windows.Forms.Button(); this.bEmbedded = new System.Windows.Forms.Button(); this.bExternal = new System.Windows.Forms.Button(); this.tbValueExternal = new System.Windows.Forms.TextBox(); this.cbValueDatabase = new System.Windows.Forms.ComboBox(); this.cbMIMEType = new System.Windows.Forms.ComboBox(); this.cbValueEmbedded = new System.Windows.Forms.ComboBox(); this.rbDatabase = new System.Windows.Forms.RadioButton(); this.rbEmbedded = new System.Windows.Forms.RadioButton(); this.rbExternal = new System.Windows.Forms.RadioButton(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.bGradient); this.groupBox1.Controls.Add(this.bExprBackColor); this.groupBox1.Controls.Add(this.bExprEndColor); this.groupBox1.Controls.Add(this.bEndColor); this.groupBox1.Controls.Add(this.cbBackColor); this.groupBox1.Controls.Add(this.cbEndColor); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.cbGradient); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.bBackColor); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(16, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(442, 80); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "±³¾°"; // // bGradient // this.bGradient.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bGradient.Location = new System.Drawing.Point(249, 40); this.bGradient.Name = "bGradient"; this.bGradient.Size = new System.Drawing.Size(24, 21); this.bGradient.TabIndex = 4; this.bGradient.Tag = "bgradient"; this.bGradient.Text = "fx"; this.bGradient.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bGradient.Click += new System.EventHandler(this.bExpr_Click); // // bExprBackColor // this.bExprBackColor.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bExprBackColor.Location = new System.Drawing.Point(97, 40); this.bExprBackColor.Name = "bExprBackColor"; this.bExprBackColor.Size = new System.Drawing.Size(24, 21); this.bExprBackColor.TabIndex = 1; this.bExprBackColor.Tag = "bcolor"; this.bExprBackColor.Text = "fx"; this.bExprBackColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bExprBackColor.Click += new System.EventHandler(this.bExpr_Click); // // bExprEndColor // this.bExprEndColor.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bExprEndColor.Location = new System.Drawing.Point(377, 40); this.bExprEndColor.Name = "bExprEndColor"; this.bExprEndColor.Size = new System.Drawing.Size(24, 21); this.bExprEndColor.TabIndex = 6; this.bExprEndColor.Tag = "bendcolor"; this.bExprEndColor.Text = "fx"; this.bExprEndColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bExprEndColor.Click += new System.EventHandler(this.bExpr_Click); // // bEndColor // this.bEndColor.Location = new System.Drawing.Point(404, 40); this.bEndColor.Name = "bEndColor"; this.bEndColor.Size = new System.Drawing.Size(32, 21); this.bEndColor.TabIndex = 7; this.bEndColor.Text = "..."; this.bEndColor.Click += new System.EventHandler(this.bColor_Click); // // cbBackColor // this.cbBackColor.Location = new System.Drawing.Point(8, 40); this.cbBackColor.Name = "cbBackColor"; this.cbBackColor.Size = new System.Drawing.Size(85, 20); this.cbBackColor.TabIndex = 0; this.cbBackColor.SelectedIndexChanged += new System.EventHandler(this.cbBackColor_SelectedIndexChanged); this.cbBackColor.TextChanged += new System.EventHandler(this.cbBackColor_SelectedIndexChanged); // // cbEndColor // this.cbEndColor.Location = new System.Drawing.Point(289, 40); this.cbEndColor.Name = "cbEndColor"; this.cbEndColor.Size = new System.Drawing.Size(85, 20); this.cbEndColor.TabIndex = 5; this.cbEndColor.SelectedIndexChanged += new System.EventHandler(this.cbEndColor_SelectedIndexChanged); this.cbEndColor.TextChanged += new System.EventHandler(this.cbEndColor_SelectedIndexChanged); // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(289, 24); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(53, 12); this.label15.TabIndex = 5; this.label15.Text = "½áÊøÑÕÉ«"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cbGradient // this.cbGradient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbGradient.Location = new System.Drawing.Point(161, 40); this.cbGradient.Name = "cbGradient"; this.cbGradient.Size = new System.Drawing.Size(85, 20); this.cbGradient.TabIndex = 3; this.cbGradient.SelectedIndexChanged += new System.EventHandler(this.cbGradient_SelectedIndexChanged); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(161, 24); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(29, 12); this.label10.TabIndex = 3; this.label10.Text = "½¥±ä"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // bBackColor // this.bBackColor.Location = new System.Drawing.Point(121, 40); this.bBackColor.Name = "bBackColor"; this.bBackColor.Size = new System.Drawing.Size(32, 21); this.bBackColor.TabIndex = 2; this.bBackColor.Text = "..."; this.bBackColor.Click += new System.EventHandler(this.bColor_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(8, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 0; this.label3.Text = "ÑÕÉ«"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupBox2 // this.groupBox2.Controls.Add(this.bRepeatExpr); this.groupBox2.Controls.Add(this.rbNone); this.groupBox2.Controls.Add(this.cbRepeat); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.bExternalExpr); this.groupBox2.Controls.Add(this.bEmbeddedExpr); this.groupBox2.Controls.Add(this.bMimeExpr); this.groupBox2.Controls.Add(this.bDatabaseExpr); this.groupBox2.Controls.Add(this.bEmbedded); this.groupBox2.Controls.Add(this.bExternal); this.groupBox2.Controls.Add(this.tbValueExternal); this.groupBox2.Controls.Add(this.cbValueDatabase); this.groupBox2.Controls.Add(this.cbMIMEType); this.groupBox2.Controls.Add(this.cbValueEmbedded); this.groupBox2.Controls.Add(this.rbDatabase); this.groupBox2.Controls.Add(this.rbEmbedded); this.groupBox2.Controls.Add(this.rbExternal); this.groupBox2.Location = new System.Drawing.Point(16, 109); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(442, 219); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "±³¾°Í¼Ïñ"; // // bRepeatExpr // this.bRepeatExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bRepeatExpr.Location = new System.Drawing.Point(213, 184); this.bRepeatExpr.Name = "bRepeatExpr"; this.bRepeatExpr.Size = new System.Drawing.Size(24, 21); this.bRepeatExpr.TabIndex = 16; this.bRepeatExpr.Tag = "repeat"; this.bRepeatExpr.Text = "fx"; this.bRepeatExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // rbNone // this.rbNone.Location = new System.Drawing.Point(6, 25); this.rbNone.Name = "rbNone"; this.rbNone.Size = new System.Drawing.Size(80, 24); this.rbNone.TabIndex = 15; this.rbNone.Text = "ÎÞ"; this.rbNone.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged); // // cbRepeat // this.cbRepeat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbRepeat.Items.AddRange(new object[] { "Repeat", "NoRepeat", "RepeatX", "RepeatY" }); this.cbRepeat.Location = new System.Drawing.Point(87, 184); this.cbRepeat.Name = "cbRepeat"; this.cbRepeat.Size = new System.Drawing.Size(120, 20); this.cbRepeat.TabIndex = 14; this.cbRepeat.SelectedIndexChanged += new System.EventHandler(this.BackImage_Changed); this.cbRepeat.TextChanged += new System.EventHandler(this.BackImage_Changed); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 188); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 13; this.label1.Text = "Öظ´Í¼Ïñ£º"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // bExternalExpr // this.bExternalExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bExternalExpr.Location = new System.Drawing.Point(376, 57); this.bExternalExpr.Name = "bExternalExpr"; this.bExternalExpr.Size = new System.Drawing.Size(24, 21); this.bExternalExpr.TabIndex = 12; this.bExternalExpr.Tag = "external"; this.bExternalExpr.Text = "fx"; this.bExternalExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bExternalExpr.Click += new System.EventHandler(this.bExpr_Click); // // bEmbeddedExpr // this.bEmbeddedExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bEmbeddedExpr.Location = new System.Drawing.Point(376, 89); this.bEmbeddedExpr.Name = "bEmbeddedExpr"; this.bEmbeddedExpr.Size = new System.Drawing.Size(24, 21); this.bEmbeddedExpr.TabIndex = 11; this.bEmbeddedExpr.Tag = "embedded"; this.bEmbeddedExpr.Text = "fx"; this.bEmbeddedExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bEmbeddedExpr.Click += new System.EventHandler(this.bExpr_Click); // // bMimeExpr // this.bMimeExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bMimeExpr.Location = new System.Drawing.Point(182, 121); this.bMimeExpr.Name = "bMimeExpr"; this.bMimeExpr.Size = new System.Drawing.Size(24, 21); this.bMimeExpr.TabIndex = 10; this.bMimeExpr.Tag = "mime"; this.bMimeExpr.Text = "fx"; this.bMimeExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bMimeExpr.Click += new System.EventHandler(this.bExpr_Click); // // bDatabaseExpr // this.bDatabaseExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bDatabaseExpr.Location = new System.Drawing.Point(376, 152); this.bDatabaseExpr.Name = "bDatabaseExpr"; this.bDatabaseExpr.Size = new System.Drawing.Size(24, 21); this.bDatabaseExpr.TabIndex = 9; this.bDatabaseExpr.Tag = "database"; this.bDatabaseExpr.Text = "fx"; this.bDatabaseExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bDatabaseExpr.Click += new System.EventHandler(this.bExpr_Click); // // bEmbedded // this.bEmbedded.Location = new System.Drawing.Point(402, 89); this.bEmbedded.Name = "bEmbedded"; this.bEmbedded.Size = new System.Drawing.Size(32, 21); this.bEmbedded.TabIndex = 8; this.bEmbedded.Text = "..."; this.bEmbedded.Click += new System.EventHandler(this.bEmbedded_Click); // // bExternal // this.bExternal.Location = new System.Drawing.Point(402, 57); this.bExternal.Name = "bExternal"; this.bExternal.Size = new System.Drawing.Size(32, 21); this.bExternal.TabIndex = 7; this.bExternal.Text = "..."; this.bExternal.Click += new System.EventHandler(this.bExternal_Click); // // tbValueExternal // this.tbValueExternal.Location = new System.Drawing.Point(86, 57); this.tbValueExternal.Name = "tbValueExternal"; this.tbValueExternal.Size = new System.Drawing.Size(284, 21); this.tbValueExternal.TabIndex = 6; this.tbValueExternal.TextChanged += new System.EventHandler(this.BackImage_Changed); // // cbValueDatabase // this.cbValueDatabase.Location = new System.Drawing.Point(86, 151); this.cbValueDatabase.Name = "cbValueDatabase"; this.cbValueDatabase.Size = new System.Drawing.Size(284, 20); this.cbValueDatabase.TabIndex = 5; this.cbValueDatabase.SelectedIndexChanged += new System.EventHandler(this.BackImage_Changed); this.cbValueDatabase.TextChanged += new System.EventHandler(this.BackImage_Changed); // // cbMIMEType // this.cbMIMEType.Items.AddRange(new object[] { "image/bmp", "image/jpeg", "image/gif", "image/png", "image/x-png" }); this.cbMIMEType.Location = new System.Drawing.Point(86, 121); this.cbMIMEType.Name = "cbMIMEType"; this.cbMIMEType.Size = new System.Drawing.Size(88, 20); this.cbMIMEType.TabIndex = 4; this.cbMIMEType.Text = "image/jpeg"; this.cbMIMEType.SelectedIndexChanged += new System.EventHandler(this.BackImage_Changed); this.cbMIMEType.TextChanged += new System.EventHandler(this.BackImage_Changed); // // cbValueEmbedded // this.cbValueEmbedded.Location = new System.Drawing.Point(86, 89); this.cbValueEmbedded.Name = "cbValueEmbedded"; this.cbValueEmbedded.Size = new System.Drawing.Size(284, 20); this.cbValueEmbedded.TabIndex = 3; this.cbValueEmbedded.SelectedIndexChanged += new System.EventHandler(this.BackImage_Changed); this.cbValueEmbedded.TextChanged += new System.EventHandler(this.BackImage_Changed); // // rbDatabase // this.rbDatabase.Location = new System.Drawing.Point(6, 119); this.rbDatabase.Name = "rbDatabase"; this.rbDatabase.Size = new System.Drawing.Size(87, 24); this.rbDatabase.TabIndex = 2; this.rbDatabase.Text = "Êý¾ÝͼÏñ£º"; this.rbDatabase.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged); // // rbEmbedded // this.rbEmbedded.Location = new System.Drawing.Point(6, 87); this.rbEmbedded.Name = "rbEmbedded"; this.rbEmbedded.Size = new System.Drawing.Size(87, 24); this.rbEmbedded.TabIndex = 1; this.rbEmbedded.Text = "ǶÈëͼÏñ£º"; this.rbEmbedded.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged); // // rbExternal // this.rbExternal.Location = new System.Drawing.Point(6, 55); this.rbExternal.Name = "rbExternal"; this.rbExternal.Size = new System.Drawing.Size(87, 24); this.rbExternal.TabIndex = 0; this.rbExternal.Text = "ÍⲿͼÏñ£º"; this.rbExternal.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged); // // BackgroundCtl // this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "BackgroundCtl"; this.Size = new System.Drawing.Size(472, 351); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBoxDryingMedium = new System.Windows.Forms.GroupBox(); this.textBoxGasOutName = new ProsimoUI.SolvableNameTextBox(); this.textBoxGasInName = new ProsimoUI.SolvableNameTextBox(); this.groupBoxMaterial = new System.Windows.Forms.GroupBox(); this.textBoxMaterialOutName = new ProsimoUI.SolvableNameTextBox(); this.textBoxMaterialInName = new ProsimoUI.SolvableNameTextBox(); this.groupBoxDryingMedium.SuspendLayout(); this.groupBoxMaterial.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).BeginInit(); this.panel.SuspendLayout(); this.SuspendLayout(); // // groupBoxDryingMedium // this.groupBoxDryingMedium.Controls.Add(this.textBoxGasOutName); this.groupBoxDryingMedium.Controls.Add(this.textBoxGasInName); this.groupBoxDryingMedium.Location = new System.Drawing.Point(364, 24); this.groupBoxDryingMedium.Name = "groupBoxDryingMedium"; this.groupBoxDryingMedium.Size = new System.Drawing.Size(360, 280); this.groupBoxDryingMedium.TabIndex = 118; this.groupBoxDryingMedium.TabStop = false; this.groupBoxDryingMedium.Text = "Gas Inlet/Outlet"; // // textBoxGasOutName // this.textBoxGasOutName.Location = new System.Drawing.Point(276, 12); this.textBoxGasOutName.Name = "textBoxGasOutName"; this.textBoxGasOutName.Size = new System.Drawing.Size(80, 20); this.textBoxGasOutName.TabIndex = 13; this.textBoxGasOutName.Text = ""; // // textBoxGasInName // this.textBoxGasInName.Location = new System.Drawing.Point(196, 12); this.textBoxGasInName.Name = "textBoxGasInName"; this.textBoxGasInName.Size = new System.Drawing.Size(80, 20); this.textBoxGasInName.TabIndex = 12; this.textBoxGasInName.Text = ""; // // groupBoxMaterial // this.groupBoxMaterial.Controls.Add(this.textBoxMaterialOutName); this.groupBoxMaterial.Controls.Add(this.textBoxMaterialInName); this.groupBoxMaterial.Location = new System.Drawing.Point(4, 24); this.groupBoxMaterial.Name = "groupBoxMaterial"; this.groupBoxMaterial.Size = new System.Drawing.Size(360, 300); this.groupBoxMaterial.TabIndex = 119; this.groupBoxMaterial.TabStop = false; this.groupBoxMaterial.Text = "Material Inlet/Outlet"; // // textBoxMaterialOutName // this.textBoxMaterialOutName.Location = new System.Drawing.Point(276, 12); this.textBoxMaterialOutName.Name = "textBoxMaterialOutName"; this.textBoxMaterialOutName.Size = new System.Drawing.Size(80, 20); this.textBoxMaterialOutName.TabIndex = 11; this.textBoxMaterialOutName.Text = ""; // // textBoxMaterialInName // this.textBoxMaterialInName.Location = new System.Drawing.Point(196, 12); this.textBoxMaterialInName.Name = "textBoxMaterialInName"; this.textBoxMaterialInName.Size = new System.Drawing.Size(80, 20); this.textBoxMaterialInName.TabIndex = 10; this.textBoxMaterialInName.Text = ""; // // panel // this.panel.Controls.Add(this.groupBoxMaterial); this.panel.Controls.Add(this.groupBoxDryingMedium); this.panel.Size = new System.Drawing.Size(1010, 329); // // DryerEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(5F, 13F); this.ClientSize = new System.Drawing.Size(1010, 351); this.Name = "DryerEditor"; this.Text = "Dryer"; this.groupBoxDryingMedium.ResumeLayout(false); this.groupBoxMaterial.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).EndInit(); this.panel.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dataList = new System.Windows.Forms.ListView(); this.yColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.estimatedYColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.loadDataButton = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.chart = new AForge.Controls.Chart(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.stopButton = new System.Windows.Forms.Button(); this.startButton = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.currentPredictionErrorBox = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.currentLearningErrorBox = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.currentIterationBox = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.windowSizeBox = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.predictionSizeBox = new System.Windows.Forms.TextBox(); this.iterationsBox = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.learningRateBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.alphaBox = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.dataList); this.groupBox1.Controls.Add(this.loadDataButton); this.groupBox1.Location = new System.Drawing.Point(10, 10); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(180, 380); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Data"; // // dataList // this.dataList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.yColumnHeader, this.estimatedYColumnHeader }); this.dataList.FullRowSelect = true; this.dataList.GridLines = true; this.dataList.Location = new System.Drawing.Point(10, 20); this.dataList.Name = "dataList"; this.dataList.Size = new System.Drawing.Size(160, 315); this.dataList.TabIndex = 3; this.dataList.UseCompatibleStateImageBehavior = false; this.dataList.View = System.Windows.Forms.View.Details; // // yColumnHeader // this.yColumnHeader.Text = "Y:Real"; this.yColumnHeader.Width = 70; // // estimatedYColumnHeader // this.estimatedYColumnHeader.Text = "Y:Estimated"; this.estimatedYColumnHeader.Width = 70; // // loadDataButton // this.loadDataButton.Location = new System.Drawing.Point(10, 345); this.loadDataButton.Name = "loadDataButton"; this.loadDataButton.Size = new System.Drawing.Size(75, 23); this.loadDataButton.TabIndex = 2; this.loadDataButton.Text = "&Load"; this.loadDataButton.Click += new System.EventHandler(this.loadDataButton_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.chart); this.groupBox2.Location = new System.Drawing.Point(200, 10); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(300, 380); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Function"; // // chart // this.chart.Location = new System.Drawing.Point(10, 20); this.chart.Name = "chart"; this.chart.Size = new System.Drawing.Size(280, 350); this.chart.TabIndex = 0; // // openFileDialog // this.openFileDialog.Filter = "CSV (Comma delimited) (*.csv)|*.csv"; this.openFileDialog.Title = "Select data file"; // // stopButton // this.stopButton.Enabled = false; this.stopButton.Location = new System.Drawing.Point(630, 360); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(75, 23); this.stopButton.TabIndex = 6; this.stopButton.Text = "S&top"; this.stopButton.Click += new System.EventHandler(this.stopButton_Click); // // startButton // this.startButton.Enabled = false; this.startButton.Location = new System.Drawing.Point(540, 360); this.startButton.Name = "startButton"; this.startButton.Size = new System.Drawing.Size(75, 23); this.startButton.TabIndex = 5; this.startButton.Text = "&Start"; this.startButton.Click += new System.EventHandler(this.startButton_Click); // // groupBox4 // this.groupBox4.Controls.Add(this.currentPredictionErrorBox); this.groupBox4.Controls.Add(this.label13); this.groupBox4.Controls.Add(this.currentLearningErrorBox); this.groupBox4.Controls.Add(this.label12); this.groupBox4.Controls.Add(this.currentIterationBox); this.groupBox4.Controls.Add(this.label11); this.groupBox4.Location = new System.Drawing.Point(510, 225); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(195, 100); this.groupBox4.TabIndex = 7; this.groupBox4.TabStop = false; this.groupBox4.Text = "Current iteration:"; // // currentPredictionErrorBox // this.currentPredictionErrorBox.Location = new System.Drawing.Point(125, 70); this.currentPredictionErrorBox.Name = "currentPredictionErrorBox"; this.currentPredictionErrorBox.ReadOnly = true; this.currentPredictionErrorBox.Size = new System.Drawing.Size(60, 20); this.currentPredictionErrorBox.TabIndex = 5; // // label13 // this.label13.Location = new System.Drawing.Point(10, 72); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(100, 16); this.label13.TabIndex = 4; this.label13.Text = "Prediction error:"; // // currentLearningErrorBox // this.currentLearningErrorBox.Location = new System.Drawing.Point(125, 45); this.currentLearningErrorBox.Name = "currentLearningErrorBox"; this.currentLearningErrorBox.ReadOnly = true; this.currentLearningErrorBox.Size = new System.Drawing.Size(60, 20); this.currentLearningErrorBox.TabIndex = 3; // // label12 // this.label12.Location = new System.Drawing.Point(10, 47); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(80, 16); this.label12.TabIndex = 2; this.label12.Text = "Learning error:"; // // currentIterationBox // this.currentIterationBox.Location = new System.Drawing.Point(125, 20); this.currentIterationBox.Name = "currentIterationBox"; this.currentIterationBox.ReadOnly = true; this.currentIterationBox.Size = new System.Drawing.Size(60, 20); this.currentIterationBox.TabIndex = 1; // // label11 // this.label11.Location = new System.Drawing.Point(10, 22); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(70, 16); this.label11.TabIndex = 0; this.label11.Text = "Iteration:"; // // label5 // this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label5.Location = new System.Drawing.Point(11, 104); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(175, 2); this.label5.TabIndex = 17; // // label9 // this.label9.Location = new System.Drawing.Point(11, 174); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(70, 16); this.label9.TabIndex = 23; this.label9.Text = "Iterations:"; // // label10 // this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.Location = new System.Drawing.Point(127, 192); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(58, 14); this.label10.TabIndex = 25; this.label10.Text = "( 0 - inifinity )"; // // label3 // this.label3.Location = new System.Drawing.Point(11, 114); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 16); this.label3.TabIndex = 18; this.label3.Text = "Window size:"; // // windowSizeBox // this.windowSizeBox.Location = new System.Drawing.Point(126, 112); this.windowSizeBox.Name = "windowSizeBox"; this.windowSizeBox.Size = new System.Drawing.Size(60, 20); this.windowSizeBox.TabIndex = 19; this.windowSizeBox.TextChanged += new System.EventHandler(this.windowSizeBox_TextChanged); // // label7 // this.label7.Location = new System.Drawing.Point(11, 139); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(90, 16); this.label7.TabIndex = 20; this.label7.Text = "Prediction size:"; // // predictionSizeBox // this.predictionSizeBox.Location = new System.Drawing.Point(126, 137); this.predictionSizeBox.Name = "predictionSizeBox"; this.predictionSizeBox.Size = new System.Drawing.Size(60, 20); this.predictionSizeBox.TabIndex = 21; this.predictionSizeBox.TextChanged += new System.EventHandler(this.predictionSizeBox_TextChanged); // // iterationsBox // this.iterationsBox.Location = new System.Drawing.Point(126, 172); this.iterationsBox.Name = "iterationsBox"; this.iterationsBox.Size = new System.Drawing.Size(60, 20); this.iterationsBox.TabIndex = 24; // // label8 // this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label8.Location = new System.Drawing.Point(11, 164); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(175, 2); this.label8.TabIndex = 22; // // label1 // this.label1.Location = new System.Drawing.Point(10, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 14); this.label1.TabIndex = 6; this.label1.Text = "Learning rate:"; // // learningRateBox // this.learningRateBox.Location = new System.Drawing.Point(125, 20); this.learningRateBox.Name = "learningRateBox"; this.learningRateBox.Size = new System.Drawing.Size(60, 20); this.learningRateBox.TabIndex = 7; // // label2 // this.label2.Location = new System.Drawing.Point(10, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(120, 15); this.label2.TabIndex = 10; this.label2.Text = "Sigmoid\'s alpha value:"; // // alphaBox // this.alphaBox.Location = new System.Drawing.Point(125, 46); this.alphaBox.Name = "alphaBox"; this.alphaBox.Size = new System.Drawing.Size(60, 20); this.alphaBox.TabIndex = 11; // // groupBox3 // this.groupBox3.Controls.Add(this.alphaBox); this.groupBox3.Controls.Add(this.label2); this.groupBox3.Controls.Add(this.learningRateBox); this.groupBox3.Controls.Add(this.label1); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Controls.Add(this.iterationsBox); this.groupBox3.Controls.Add(this.predictionSizeBox); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.windowSizeBox); this.groupBox3.Controls.Add(this.label3); this.groupBox3.Controls.Add(this.label10); this.groupBox3.Controls.Add(this.label9); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Location = new System.Drawing.Point(510, 10); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(195, 209); this.groupBox3.TabIndex = 3; this.groupBox3.TabStop = false; this.groupBox3.Text = "Settings"; // // MainForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(715, 398); this.Controls.Add(this.groupBox4); this.Controls.Add(this.stopButton); this.Controls.Add(this.startButton); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "MainForm"; this.Text = "Time Series Prediction using Multi-Layer Neural Network (Resilient Backpropagatio" + "n)"; this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent() { this.grpRelacao = new System.Windows.Forms.GroupBox(); this.lblTipoNivel = new System.Windows.Forms.Label(); this.cbTipoNivel = new GISA.Controls.PxComboBox(); this.dtRelacaoFim = new GISA.Controls.PxDateBox(); this.lblDataFim = new System.Windows.Forms.Label(); this.dtRelacaoInicio = new GISA.Controls.PxDateBox(); this.lblTipocontroloAutRel = new System.Windows.Forms.Label(); this.txtDescricao = new System.Windows.Forms.TextBox(); this.cbTipoControloAutRel = new System.Windows.Forms.ComboBox(); this.lblDataInicio = new System.Windows.Forms.Label(); this.lblDescricao = new System.Windows.Forms.Label(); this.grpRelacao.SuspendLayout(); this.SuspendLayout(); // //grpRelacao // this.grpRelacao.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.grpRelacao.Controls.Add(this.lblTipoNivel); this.grpRelacao.Controls.Add(this.cbTipoNivel); this.grpRelacao.Controls.Add(this.dtRelacaoFim); this.grpRelacao.Controls.Add(this.lblDataFim); this.grpRelacao.Controls.Add(this.dtRelacaoInicio); this.grpRelacao.Controls.Add(this.lblTipocontroloAutRel); this.grpRelacao.Controls.Add(this.txtDescricao); this.grpRelacao.Controls.Add(this.cbTipoControloAutRel); this.grpRelacao.Controls.Add(this.lblDataInicio); this.grpRelacao.Controls.Add(this.lblDescricao); this.grpRelacao.Location = new System.Drawing.Point(2, 2); this.grpRelacao.Name = "grpRelacao"; this.grpRelacao.Size = new System.Drawing.Size(616, 156); this.grpRelacao.TabIndex = 12; this.grpRelacao.TabStop = false; this.grpRelacao.Text = "Caracterização da relação"; // //lblTipoNivel // this.lblTipoNivel.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)); this.lblTipoNivel.Location = new System.Drawing.Point(190, 17); this.lblTipoNivel.Name = "lblTipoNivel"; this.lblTipoNivel.Size = new System.Drawing.Size(234, 16); this.lblTipoNivel.TabIndex = 21; this.lblTipoNivel.Text = "Tipo do nível subordinado"; // //cbTipoNivel // this.cbTipoNivel.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)); this.cbTipoNivel.BackColor = System.Drawing.SystemColors.Window; this.cbTipoNivel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cbTipoNivel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbTipoNivel.Location = new System.Drawing.Point(190, 33); this.cbTipoNivel.Name = "cbTipoNivel"; this.cbTipoNivel.Size = new System.Drawing.Size(234, 21); this.cbTipoNivel.TabIndex = 2; // //dtRelacaoFim // this.dtRelacaoFim.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)); this.dtRelacaoFim.Location = new System.Drawing.Point(523, 33); this.dtRelacaoFim.Name = "dtRelacaoFim"; this.dtRelacaoFim.Size = new System.Drawing.Size(82, 22); this.dtRelacaoFim.TabIndex = 4; this.dtRelacaoFim.ValueDay = ""; this.dtRelacaoFim.ValueMonth = ""; this.dtRelacaoFim.ValueYear = ""; // //lblDataFim // this.lblDataFim.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)); this.lblDataFim.Location = new System.Drawing.Point(523, 17); this.lblDataFim.Name = "lblDataFim"; this.lblDataFim.Size = new System.Drawing.Size(80, 16); this.lblDataFim.TabIndex = 18; this.lblDataFim.Text = "Data de fim"; // //dtRelacaoInicio // this.dtRelacaoInicio.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)); this.dtRelacaoInicio.Location = new System.Drawing.Point(432, 33); this.dtRelacaoInicio.Name = "dtRelacaoInicio"; this.dtRelacaoInicio.Size = new System.Drawing.Size(82, 22); this.dtRelacaoInicio.TabIndex = 3; this.dtRelacaoInicio.ValueDay = ""; this.dtRelacaoInicio.ValueMonth = ""; this.dtRelacaoInicio.ValueYear = ""; // //lblTipocontroloAutRel // this.lblTipocontroloAutRel.Location = new System.Drawing.Point(10, 17); this.lblTipocontroloAutRel.Name = "lblTipocontroloAutRel"; this.lblTipocontroloAutRel.Size = new System.Drawing.Size(165, 16); this.lblTipocontroloAutRel.TabIndex = 16; this.lblTipocontroloAutRel.Text = "Categoria"; // //txtDescricao // this.txtDescricao.AcceptsReturn = true; this.txtDescricao.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.txtDescricao.Location = new System.Drawing.Point(10, 78); this.txtDescricao.MaxLength = 4000; this.txtDescricao.Multiline = true; this.txtDescricao.Name = "txtDescricao"; this.txtDescricao.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtDescricao.Size = new System.Drawing.Size(595, 70); this.txtDescricao.TabIndex = 5; this.txtDescricao.Text = ""; // //cbTipoControloAutRel // this.cbTipoControloAutRel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbTipoControloAutRel.Location = new System.Drawing.Point(10, 33); this.cbTipoControloAutRel.Name = "cbTipoControloAutRel"; this.cbTipoControloAutRel.Size = new System.Drawing.Size(172, 21); this.cbTipoControloAutRel.TabIndex = 1; // //lblDataInicio // this.lblDataInicio.Anchor = (System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)); this.lblDataInicio.Location = new System.Drawing.Point(432, 17); this.lblDataInicio.Name = "lblDataInicio"; this.lblDataInicio.Size = new System.Drawing.Size(88, 16); this.lblDataInicio.TabIndex = 12; this.lblDataInicio.Text = "Data de início"; // //lblDescricao // this.lblDescricao.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)); this.lblDescricao.Location = new System.Drawing.Point(8, 62); this.lblDescricao.Name = "lblDescricao"; this.lblDescricao.Size = new System.Drawing.Size(598, 16); this.lblDescricao.TabIndex = 11; this.lblDescricao.Text = "Descrição"; // //Relacao // this.Controls.Add(this.grpRelacao); this.Name = "Relacao"; this.Size = new System.Drawing.Size(620, 160); this.grpRelacao.ResumeLayout(false); this.ResumeLayout(false); //INSTANT C# NOTE: Converted event handlers: }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.Kun_b_www = new System.Windows.Forms.Button(); this.Kun_b_email = new System.Windows.Forms.Button(); this.Kun_e_sta = new System.Windows.Forms.ComboBox(); this.Kun_l_sta = new System.Windows.Forms.Label(); this.Kun_e_kunt = new System.Windows.Forms.ComboBox(); this.Kun_l_kunt = new System.Windows.Forms.Label(); this.Kun_e_attr2 = new System.Windows.Forms.TextBox(); this.Kun_e_attr1 = new System.Windows.Forms.TextBox(); this.Kun_l_attr2 = new System.Windows.Forms.Label(); this.Kun_l_attr1 = new System.Windows.Forms.Label(); this.Kun_e_leiter = new System.Windows.Forms.TextBox(); this.Kun_e_konto = new System.Windows.Forms.TextBox(); this.Kun_e_www = new System.Windows.Forms.TextBox(); this.Kun_e_email = new System.Windows.Forms.TextBox(); this.Kun_e_tlx = new System.Windows.Forms.TextBox(); this.Kun_e_fax = new System.Windows.Forms.TextBox(); this.Kun_e_handy = new System.Windows.Forms.TextBox(); this.Kun_e_tel = new System.Windows.Forms.TextBox(); this.Kun_l_leiter = new System.Windows.Forms.Label(); this.Kun_l_konto = new System.Windows.Forms.Label(); this.Kun_l_web = new System.Windows.Forms.Label(); this.Kun_l_email = new System.Windows.Forms.Label(); this.Kun_l_tlx = new System.Windows.Forms.Label(); this.Kun_l_fax = new System.Windows.Forms.Label(); this.Kun_l_handy = new System.Windows.Forms.Label(); this.Kun_l_tel = new System.Windows.Forms.Label(); this.Kun_e_vor = new System.Windows.Forms.TextBox(); this.Kun_l_vor = new System.Windows.Forms.Label(); this.tdb_e_id = new System.Windows.Forms.Label(); this.Kun_e_name = new System.Windows.Forms.TextBox(); this.tdb_e_text = new System.Windows.Forms.TextBox(); this.tdb_l_text = new System.Windows.Forms.Label(); this.Kun_l_name = new System.Windows.Forms.Label(); this.tdb_l_id = new System.Windows.Forms.Label(); this.Kun_l_lang = new System.Windows.Forms.Label(); this.Kun_e_lang = new System.Windows.Forms.ComboBox(); this.Kun_e_cur = new System.Windows.Forms.ComboBox(); this.Kun_l_cur = new System.Windows.Forms.Label(); this.TDB_abgrp = new System.Windows.Forms.GroupBox(); this.TDB_ab_clr = new System.Windows.Forms.Button(); this.TDB_ab_sel = new System.Windows.Forms.Button(); this.TDB_ab_exit = new System.Windows.Forms.Button(); this.TDB_ab_del = new System.Windows.Forms.Button(); this.TDB_ab_upd = new System.Windows.Forms.Button(); this.TDB_ab_ins = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.Kun_e_adr = new System.Windows.Forms.DataGrid(); this.personAdrDS = new tdb.DS.PersonAdrDS(); this.groupBox1.SuspendLayout(); this.TDB_abgrp.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Kun_e_adr)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.personAdrDS)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.Kun_b_www); this.groupBox1.Controls.Add(this.Kun_b_email); this.groupBox1.Controls.Add(this.Kun_e_sta); this.groupBox1.Controls.Add(this.Kun_l_sta); this.groupBox1.Controls.Add(this.Kun_e_kunt); this.groupBox1.Controls.Add(this.Kun_l_kunt); this.groupBox1.Controls.Add(this.Kun_e_attr2); this.groupBox1.Controls.Add(this.Kun_e_attr1); this.groupBox1.Controls.Add(this.Kun_l_attr2); this.groupBox1.Controls.Add(this.Kun_l_attr1); this.groupBox1.Controls.Add(this.Kun_e_leiter); this.groupBox1.Controls.Add(this.Kun_e_konto); this.groupBox1.Controls.Add(this.Kun_e_www); this.groupBox1.Controls.Add(this.Kun_e_email); this.groupBox1.Controls.Add(this.Kun_e_tlx); this.groupBox1.Controls.Add(this.Kun_e_fax); this.groupBox1.Controls.Add(this.Kun_e_handy); this.groupBox1.Controls.Add(this.Kun_e_tel); this.groupBox1.Controls.Add(this.Kun_l_leiter); this.groupBox1.Controls.Add(this.Kun_l_konto); this.groupBox1.Controls.Add(this.Kun_l_web); this.groupBox1.Controls.Add(this.Kun_l_email); this.groupBox1.Controls.Add(this.Kun_l_tlx); this.groupBox1.Controls.Add(this.Kun_l_fax); this.groupBox1.Controls.Add(this.Kun_l_handy); this.groupBox1.Controls.Add(this.Kun_l_tel); this.groupBox1.Controls.Add(this.Kun_e_vor); this.groupBox1.Controls.Add(this.Kun_l_vor); this.groupBox1.Controls.Add(this.tdb_e_id); this.groupBox1.Controls.Add(this.Kun_e_name); this.groupBox1.Controls.Add(this.tdb_e_text); this.groupBox1.Controls.Add(this.tdb_l_text); this.groupBox1.Controls.Add(this.Kun_l_name); this.groupBox1.Controls.Add(this.tdb_l_id); this.groupBox1.Controls.Add(this.Kun_l_lang); this.groupBox1.Controls.Add(this.Kun_e_lang); this.groupBox1.Controls.Add(this.Kun_e_cur); this.groupBox1.Controls.Add(this.Kun_l_cur); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(728, 328); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = "Description"; // // Kun_b_www // this.Kun_b_www.Location = new System.Drawing.Point(696, 136); this.Kun_b_www.Name = "Kun_b_www"; this.Kun_b_www.Size = new System.Drawing.Size(24, 23); this.Kun_b_www.TabIndex = 37; this.Kun_b_www.Text = "W"; this.Kun_b_www.Click += new System.EventHandler(this.Kun_b_www_Click); // // Kun_b_email // this.Kun_b_email.Location = new System.Drawing.Point(696, 112); this.Kun_b_email.Name = "Kun_b_email"; this.Kun_b_email.Size = new System.Drawing.Size(24, 23); this.Kun_b_email.TabIndex = 36; this.Kun_b_email.Text = "M"; this.Kun_b_email.Click += new System.EventHandler(this.Kun_b_email_Click); // // Kun_e_sta // this.Kun_e_sta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Kun_e_sta.Location = new System.Drawing.Point(448, 240); this.Kun_e_sta.Name = "Kun_e_sta"; this.Kun_e_sta.Size = new System.Drawing.Size(240, 21); this.Kun_e_sta.TabIndex = 34; // // Kun_l_sta // this.Kun_l_sta.Location = new System.Drawing.Point(360, 240); this.Kun_l_sta.Name = "Kun_l_sta"; this.Kun_l_sta.Size = new System.Drawing.Size(64, 16); this.Kun_l_sta.TabIndex = 35; this.Kun_l_sta.Text = "Status"; // // Kun_e_kunt // this.Kun_e_kunt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Kun_e_kunt.Location = new System.Drawing.Point(448, 72); this.Kun_e_kunt.Name = "Kun_e_kunt"; this.Kun_e_kunt.Size = new System.Drawing.Size(240, 21); this.Kun_e_kunt.TabIndex = 32; // // Kun_l_kunt // this.Kun_l_kunt.Location = new System.Drawing.Point(360, 72); this.Kun_l_kunt.Name = "Kun_l_kunt"; this.Kun_l_kunt.Size = new System.Drawing.Size(72, 16); this.Kun_l_kunt.TabIndex = 33; this.Kun_l_kunt.Text = "Type"; // // Kun_e_attr2 // this.Kun_e_attr2.Location = new System.Drawing.Point(448, 208); this.Kun_e_attr2.Name = "Kun_e_attr2"; this.Kun_e_attr2.Size = new System.Drawing.Size(240, 20); this.Kun_e_attr2.TabIndex = 31; this.Kun_e_attr2.Text = ""; // // Kun_e_attr1 // this.Kun_e_attr1.Location = new System.Drawing.Point(96, 208); this.Kun_e_attr1.Name = "Kun_e_attr1"; this.Kun_e_attr1.Size = new System.Drawing.Size(240, 20); this.Kun_e_attr1.TabIndex = 30; this.Kun_e_attr1.Text = ""; // // Kun_l_attr2 // this.Kun_l_attr2.Location = new System.Drawing.Point(360, 208); this.Kun_l_attr2.Name = "Kun_l_attr2"; this.Kun_l_attr2.Size = new System.Drawing.Size(88, 23); this.Kun_l_attr2.TabIndex = 29; this.Kun_l_attr2.Text = "Free field 2"; // // Kun_l_attr1 // this.Kun_l_attr1.Location = new System.Drawing.Point(8, 208); this.Kun_l_attr1.Name = "Kun_l_attr1"; this.Kun_l_attr1.Size = new System.Drawing.Size(72, 23); this.Kun_l_attr1.TabIndex = 28; this.Kun_l_attr1.Text = "Free field 1"; // // Kun_e_leiter // this.Kun_e_leiter.Location = new System.Drawing.Point(448, 184); this.Kun_e_leiter.Name = "Kun_e_leiter"; this.Kun_e_leiter.Size = new System.Drawing.Size(24, 20); this.Kun_e_leiter.TabIndex = 27; this.Kun_e_leiter.Text = ""; // // Kun_e_konto // this.Kun_e_konto.Location = new System.Drawing.Point(448, 160); this.Kun_e_konto.Name = "Kun_e_konto"; this.Kun_e_konto.Size = new System.Drawing.Size(240, 20); this.Kun_e_konto.TabIndex = 26; this.Kun_e_konto.Text = ""; // // Kun_e_www // this.Kun_e_www.Location = new System.Drawing.Point(448, 136); this.Kun_e_www.Name = "Kun_e_www"; this.Kun_e_www.Size = new System.Drawing.Size(240, 20); this.Kun_e_www.TabIndex = 25; this.Kun_e_www.Text = ""; // // Kun_e_email // this.Kun_e_email.Location = new System.Drawing.Point(448, 112); this.Kun_e_email.Name = "Kun_e_email"; this.Kun_e_email.Size = new System.Drawing.Size(240, 20); this.Kun_e_email.TabIndex = 24; this.Kun_e_email.Text = ""; // // Kun_e_tlx // this.Kun_e_tlx.Location = new System.Drawing.Point(96, 184); this.Kun_e_tlx.Name = "Kun_e_tlx"; this.Kun_e_tlx.Size = new System.Drawing.Size(240, 20); this.Kun_e_tlx.TabIndex = 23; this.Kun_e_tlx.Text = ""; // // Kun_e_fax // this.Kun_e_fax.Location = new System.Drawing.Point(96, 160); this.Kun_e_fax.Name = "Kun_e_fax"; this.Kun_e_fax.Size = new System.Drawing.Size(240, 20); this.Kun_e_fax.TabIndex = 22; this.Kun_e_fax.Text = ""; // // Kun_e_handy // this.Kun_e_handy.Location = new System.Drawing.Point(96, 136); this.Kun_e_handy.Name = "Kun_e_handy"; this.Kun_e_handy.Size = new System.Drawing.Size(240, 20); this.Kun_e_handy.TabIndex = 21; this.Kun_e_handy.Text = ""; // // Kun_e_tel // this.Kun_e_tel.Location = new System.Drawing.Point(96, 112); this.Kun_e_tel.Name = "Kun_e_tel"; this.Kun_e_tel.Size = new System.Drawing.Size(240, 20); this.Kun_e_tel.TabIndex = 20; this.Kun_e_tel.Text = ""; // // Kun_l_leiter // this.Kun_l_leiter.Location = new System.Drawing.Point(360, 184); this.Kun_l_leiter.Name = "Kun_l_leiter"; this.Kun_l_leiter.Size = new System.Drawing.Size(88, 23); this.Kun_l_leiter.TabIndex = 19; this.Kun_l_leiter.Text = "Manager"; // // Kun_l_konto // this.Kun_l_konto.Location = new System.Drawing.Point(360, 160); this.Kun_l_konto.Name = "Kun_l_konto"; this.Kun_l_konto.Size = new System.Drawing.Size(88, 23); this.Kun_l_konto.TabIndex = 18; this.Kun_l_konto.Text = "Account No"; // // Kun_l_web // this.Kun_l_web.Location = new System.Drawing.Point(360, 136); this.Kun_l_web.Name = "Kun_l_web"; this.Kun_l_web.Size = new System.Drawing.Size(88, 23); this.Kun_l_web.TabIndex = 17; this.Kun_l_web.Text = "WWW Address"; // // Kun_l_email // this.Kun_l_email.Location = new System.Drawing.Point(360, 112); this.Kun_l_email.Name = "Kun_l_email"; this.Kun_l_email.Size = new System.Drawing.Size(88, 23); this.Kun_l_email.TabIndex = 16; this.Kun_l_email.Text = "E-Mail"; // // Kun_l_tlx // this.Kun_l_tlx.Location = new System.Drawing.Point(8, 184); this.Kun_l_tlx.Name = "Kun_l_tlx"; this.Kun_l_tlx.Size = new System.Drawing.Size(56, 23); this.Kun_l_tlx.TabIndex = 15; this.Kun_l_tlx.Text = "Telex"; // // Kun_l_fax // this.Kun_l_fax.Location = new System.Drawing.Point(8, 160); this.Kun_l_fax.Name = "Kun_l_fax"; this.Kun_l_fax.Size = new System.Drawing.Size(64, 23); this.Kun_l_fax.TabIndex = 14; this.Kun_l_fax.Text = "Fax"; // // Kun_l_handy // this.Kun_l_handy.Location = new System.Drawing.Point(8, 136); this.Kun_l_handy.Name = "Kun_l_handy"; this.Kun_l_handy.Size = new System.Drawing.Size(64, 23); this.Kun_l_handy.TabIndex = 13; this.Kun_l_handy.Text = "Handy"; // // Kun_l_tel // this.Kun_l_tel.Location = new System.Drawing.Point(8, 112); this.Kun_l_tel.Name = "Kun_l_tel"; this.Kun_l_tel.Size = new System.Drawing.Size(64, 23); this.Kun_l_tel.TabIndex = 12; this.Kun_l_tel.Text = "Phone"; // // Kun_e_vor // this.Kun_e_vor.Location = new System.Drawing.Point(448, 40); this.Kun_e_vor.Name = "Kun_e_vor"; this.Kun_e_vor.Size = new System.Drawing.Size(240, 20); this.Kun_e_vor.TabIndex = 11; this.Kun_e_vor.Text = ""; // // Kun_l_vor // this.Kun_l_vor.Location = new System.Drawing.Point(360, 40); this.Kun_l_vor.Name = "Kun_l_vor"; this.Kun_l_vor.Size = new System.Drawing.Size(72, 23); this.Kun_l_vor.TabIndex = 10; this.Kun_l_vor.Text = "First Name"; // // tdb_e_id // this.tdb_e_id.Location = new System.Drawing.Point(96, 24); this.tdb_e_id.Name = "tdb_e_id"; this.tdb_e_id.Size = new System.Drawing.Size(64, 16); this.tdb_e_id.TabIndex = 9; // // Kun_e_name // this.Kun_e_name.Location = new System.Drawing.Point(96, 40); this.Kun_e_name.Name = "Kun_e_name"; this.Kun_e_name.Size = new System.Drawing.Size(240, 20); this.Kun_e_name.TabIndex = 0; this.Kun_e_name.Text = ""; // // tdb_e_text // this.tdb_e_text.Location = new System.Drawing.Point(96, 272); this.tdb_e_text.Multiline = true; this.tdb_e_text.Name = "tdb_e_text"; this.tdb_e_text.Size = new System.Drawing.Size(592, 48); this.tdb_e_text.TabIndex = 2; this.tdb_e_text.Text = ""; // // tdb_l_text // this.tdb_l_text.Location = new System.Drawing.Point(8, 280); this.tdb_l_text.Name = "tdb_l_text"; this.tdb_l_text.RightToLeft = System.Windows.Forms.RightToLeft.No; this.tdb_l_text.Size = new System.Drawing.Size(64, 23); this.tdb_l_text.TabIndex = 4; this.tdb_l_text.Text = "Description"; // // Kun_l_name // this.Kun_l_name.Location = new System.Drawing.Point(8, 39); this.Kun_l_name.Name = "Kun_l_name"; this.Kun_l_name.Size = new System.Drawing.Size(72, 23); this.Kun_l_name.TabIndex = 2; this.Kun_l_name.Text = "Last Name"; // // tdb_l_id // this.tdb_l_id.Location = new System.Drawing.Point(8, 21); this.tdb_l_id.Name = "tdb_l_id"; this.tdb_l_id.Size = new System.Drawing.Size(64, 23); this.tdb_l_id.TabIndex = 1; this.tdb_l_id.Text = "ID"; // // Kun_l_lang // this.Kun_l_lang.Location = new System.Drawing.Point(8, 72); this.Kun_l_lang.Name = "Kun_l_lang"; this.Kun_l_lang.Size = new System.Drawing.Size(72, 16); this.Kun_l_lang.TabIndex = 9; this.Kun_l_lang.Text = "Language"; // // Kun_e_lang // this.Kun_e_lang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Kun_e_lang.Location = new System.Drawing.Point(96, 72); this.Kun_e_lang.Name = "Kun_e_lang"; this.Kun_e_lang.Size = new System.Drawing.Size(240, 21); this.Kun_e_lang.TabIndex = 4; // // Kun_e_cur // this.Kun_e_cur.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Kun_e_cur.Location = new System.Drawing.Point(96, 240); this.Kun_e_cur.Name = "Kun_e_cur"; this.Kun_e_cur.Size = new System.Drawing.Size(240, 21); this.Kun_e_cur.TabIndex = 5; // // Kun_l_cur // this.Kun_l_cur.Location = new System.Drawing.Point(8, 240); this.Kun_l_cur.Name = "Kun_l_cur"; this.Kun_l_cur.Size = new System.Drawing.Size(80, 16); this.Kun_l_cur.TabIndex = 8; this.Kun_l_cur.Text = "Currency"; // // TDB_abgrp // this.TDB_abgrp.Controls.Add(this.TDB_ab_clr); this.TDB_abgrp.Controls.Add(this.TDB_ab_sel); this.TDB_abgrp.Controls.Add(this.TDB_ab_exit); this.TDB_abgrp.Controls.Add(this.TDB_ab_del); this.TDB_abgrp.Controls.Add(this.TDB_ab_upd); this.TDB_abgrp.Controls.Add(this.TDB_ab_ins); this.TDB_abgrp.Dock = System.Windows.Forms.DockStyle.Bottom; this.TDB_abgrp.Location = new System.Drawing.Point(0, 472); this.TDB_abgrp.Name = "TDB_abgrp"; this.TDB_abgrp.Size = new System.Drawing.Size(728, 53); this.TDB_abgrp.TabIndex = 15; this.TDB_abgrp.TabStop = false; this.TDB_abgrp.Text = "Actions"; // // TDB_ab_clr // this.TDB_ab_clr.Dock = System.Windows.Forms.DockStyle.Right; this.TDB_ab_clr.Location = new System.Drawing.Point(575, 16); this.TDB_ab_clr.Name = "TDB_ab_clr"; this.TDB_ab_clr.Size = new System.Drawing.Size(75, 34); this.TDB_ab_clr.TabIndex = 10; this.TDB_ab_clr.Text = "Clear"; this.TDB_ab_clr.Click += new System.EventHandler(this.TDB_ab_clr_Click); // // TDB_ab_sel // this.TDB_ab_sel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255))); this.TDB_ab_sel.Dock = System.Windows.Forms.DockStyle.Left; this.TDB_ab_sel.Location = new System.Drawing.Point(228, 16); this.TDB_ab_sel.Name = "TDB_ab_sel"; this.TDB_ab_sel.Size = new System.Drawing.Size(80, 34); this.TDB_ab_sel.TabIndex = 8; this.TDB_ab_sel.Text = "Select"; this.TDB_ab_sel.Click += new System.EventHandler(this.TDB_ab_sel_Click); // // TDB_ab_exit // this.TDB_ab_exit.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(192)), ((System.Byte)(192))); this.TDB_ab_exit.Dock = System.Windows.Forms.DockStyle.Right; this.TDB_ab_exit.Location = new System.Drawing.Point(650, 16); this.TDB_ab_exit.Name = "TDB_ab_exit"; this.TDB_ab_exit.Size = new System.Drawing.Size(75, 34); this.TDB_ab_exit.TabIndex = 9; this.TDB_ab_exit.Text = "Exit"; this.TDB_ab_exit.Click += new System.EventHandler(this.TDB_ab_exit_Click); // // TDB_ab_del // this.TDB_ab_del.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192))); this.TDB_ab_del.Dock = System.Windows.Forms.DockStyle.Left; this.TDB_ab_del.Location = new System.Drawing.Point(153, 16); this.TDB_ab_del.Name = "TDB_ab_del"; this.TDB_ab_del.Size = new System.Drawing.Size(75, 34); this.TDB_ab_del.TabIndex = 7; this.TDB_ab_del.Text = "Delete"; this.TDB_ab_del.Click += new System.EventHandler(this.TDB_ab_del_Click); // // TDB_ab_upd // this.TDB_ab_upd.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192))); this.TDB_ab_upd.Dock = System.Windows.Forms.DockStyle.Left; this.TDB_ab_upd.Location = new System.Drawing.Point(78, 16); this.TDB_ab_upd.Name = "TDB_ab_upd"; this.TDB_ab_upd.Size = new System.Drawing.Size(75, 34); this.TDB_ab_upd.TabIndex = 6; this.TDB_ab_upd.Text = "Update"; this.TDB_ab_upd.Click += new System.EventHandler(this.TDB_ab_upd_Click); // // TDB_ab_ins // this.TDB_ab_ins.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(192))); this.TDB_ab_ins.Dock = System.Windows.Forms.DockStyle.Left; this.TDB_ab_ins.Location = new System.Drawing.Point(3, 16); this.TDB_ab_ins.Name = "TDB_ab_ins"; this.TDB_ab_ins.Size = new System.Drawing.Size(75, 34); this.TDB_ab_ins.TabIndex = 5; this.TDB_ab_ins.Text = "Insert"; this.TDB_ab_ins.Click += new System.EventHandler(this.TDB_ab_ins_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.Kun_e_adr); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 328); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(728, 144); this.groupBox2.TabIndex = 16; this.groupBox2.TabStop = false; this.groupBox2.Text = "Addresses"; // // Kun_e_adr // this.Kun_e_adr.DataMember = ""; this.Kun_e_adr.DataSource = this.personAdrDS.persadr; this.Kun_e_adr.Dock = System.Windows.Forms.DockStyle.Fill; this.Kun_e_adr.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.Kun_e_adr.Location = new System.Drawing.Point(3, 16); this.Kun_e_adr.Name = "Kun_e_adr"; this.Kun_e_adr.Size = new System.Drawing.Size(722, 125); this.Kun_e_adr.TabIndex = 0; // // personAdrDS // this.personAdrDS.DataSetName = "PersonAdrDS"; this.personAdrDS.Locale = new System.Globalization.CultureInfo("en-US"); // // FTraveler // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(728, 525); this.Controls.Add(this.groupBox2); this.Controls.Add(this.TDB_abgrp); this.Controls.Add(this.groupBox1); this.Name = "FTraveler"; this.Text = "Traveler"; this.Load += new System.EventHandler(this.FCustomer_Load); this.groupBox1.ResumeLayout(false); this.TDB_abgrp.ResumeLayout(false); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Kun_e_adr)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.personAdrDS)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.FileNameEdit = new System.Windows.Forms.TextBox(); this.BrowseBtn = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.ObjectDataEdit = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.ObjectNameCmb = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.PrintLabelBtn = new System.Windows.Forms.Button(); this.TrayCmb = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.LabelWriterCmb = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.CloseBtn = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(16, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(316, 16); this.label1.TabIndex = 0; this.label1.Text = "Select a label file here: (click Browse... to browse to the file)"; // // FileNameEdit // this.FileNameEdit.Location = new System.Drawing.Point(16, 32); this.FileNameEdit.Name = "FileNameEdit"; this.FileNameEdit.ReadOnly = true; this.FileNameEdit.Size = new System.Drawing.Size(424, 20); this.FileNameEdit.TabIndex = 1; this.FileNameEdit.Text = ""; // // BrowseBtn // this.BrowseBtn.Location = new System.Drawing.Point(448, 32); this.BrowseBtn.Name = "BrowseBtn"; this.BrowseBtn.TabIndex = 2; this.BrowseBtn.Text = "Browse..."; this.BrowseBtn.Click += new System.EventHandler(this.Browse_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.ObjectDataEdit); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.ObjectNameCmb); this.groupBox1.Location = new System.Drawing.Point(20, 68); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(508, 148); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Label Object"; // // ObjectDataEdit // this.ObjectDataEdit.Location = new System.Drawing.Point(204, 48); this.ObjectDataEdit.Multiline = true; this.ObjectDataEdit.Name = "ObjectDataEdit"; this.ObjectDataEdit.Size = new System.Drawing.Size(284, 84); this.ObjectDataEdit.TabIndex = 3; this.ObjectDataEdit.Text = ""; this.ObjectDataEdit.Leave += new System.EventHandler(this.ObjectDataEdit_Leave); // // label3 // this.label3.Location = new System.Drawing.Point(208, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(188, 16); this.label3.TabIndex = 2; this.label3.Text = "Set label object data here:"; // // label2 // this.label2.Location = new System.Drawing.Point(16, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(172, 16); this.label2.TabIndex = 1; this.label2.Text = "Select a label object here:"; // // ObjectNameCmb // this.ObjectNameCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ObjectNameCmb.Location = new System.Drawing.Point(16, 48); this.ObjectNameCmb.Name = "ObjectNameCmb"; this.ObjectNameCmb.Size = new System.Drawing.Size(172, 21); this.ObjectNameCmb.TabIndex = 0; // // groupBox2 // this.groupBox2.Controls.Add(this.PrintLabelBtn); this.groupBox2.Controls.Add(this.TrayCmb); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.LabelWriterCmb); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Location = new System.Drawing.Point(20, 232); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(508, 132); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "LabelWriter Selection"; // // PrintLabelBtn // this.PrintLabelBtn.Location = new System.Drawing.Point(8, 96); this.PrintLabelBtn.Name = "PrintLabelBtn"; this.PrintLabelBtn.Size = new System.Drawing.Size(84, 23); this.PrintLabelBtn.TabIndex = 4; this.PrintLabelBtn.Text = "Print Label"; this.PrintLabelBtn.Click += new System.EventHandler(this.PrintLabelBtn_Click); // // TrayCmb // this.TrayCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.TrayCmb.Items.AddRange(new object[] { "Left Tray", "Right Tray", "Auto Switch" }); this.TrayCmb.Location = new System.Drawing.Point(312, 64); this.TrayCmb.Name = "TrayCmb"; this.TrayCmb.Size = new System.Drawing.Size(128, 21); this.TrayCmb.TabIndex = 3; // // label6 // this.label6.Location = new System.Drawing.Point(308, 24); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(188, 32); this.label6.TabIndex = 2; this.label6.Text = "Set tray selection (available only with LabelWriter TWIN TURBO)"; // // LabelWriterCmb // this.LabelWriterCmb.Location = new System.Drawing.Point(8, 64); this.LabelWriterCmb.Name = "LabelWriterCmb"; this.LabelWriterCmb.Size = new System.Drawing.Size(280, 21); this.LabelWriterCmb.TabIndex = 1; this.LabelWriterCmb.SelectedIndexChanged += new System.EventHandler(this.LabelWriterCmb_SelectedIndexChanged); // // label5 // this.label5.Location = new System.Drawing.Point(16, 40); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(156, 16); this.label5.TabIndex = 0; this.label5.Text = "Select a LabelWriter here:"; // // CloseBtn // this.CloseBtn.Location = new System.Drawing.Point(452, 372); this.CloseBtn.Name = "CloseBtn"; this.CloseBtn.TabIndex = 5; this.CloseBtn.Text = "Close"; this.CloseBtn.Click += new System.EventHandler(this.CloseBtn_Click); // // openFileDialog1 // this.openFileDialog1.DefaultExt = "label"; this.openFileDialog1.Filter = "DYMO Label File (*.label)|*.label"; this.openFileDialog1.Title = "Open DYMO Label File"; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(540, 402); this.Controls.Add(this.CloseBtn); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.BrowseBtn); this.Controls.Add(this.FileNameEdit); this.Controls.Add(this.label1); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "DYMO SDK C# Sample"; this.Load += new System.EventHandler(this.Form1_Load); this.Closed += new System.EventHandler(this.Form1_Closed); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmSerialNumber)); this.components = new System.ComponentModel.Container(); this.ToolTip1 = new System.Windows.Forms.ToolTip(components); this.ShapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer(); this.Frame1 = new System.Windows.Forms.GroupBox(); this.txtRtd = new System.Windows.Forms.TextBox(); this.txtItem = new System.Windows.Forms.TextBox(); this.txtCode = new System.Windows.Forms.TextBox(); this.txtQty = new System.Windows.Forms.TextBox(); this.cmdUpdate = new System.Windows.Forms.Button(); this.cmdRemove = new System.Windows.Forms.Button(); this.lstSerial = new System.Windows.Forms.CheckedListBox(); this.cmdAdd = new System.Windows.Forms.Button(); this.txtSerialNbr = new System.Windows.Forms.TextBox(); this.Label8 = new System.Windows.Forms.Label(); this.Label7 = new System.Windows.Forms.Label(); this.Label6 = new System.Windows.Forms.Label(); this.Label5 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.Line1 = new Microsoft.VisualBasic.PowerPacks.LineShape(); this.Label2 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.picButtons = new System.Windows.Forms.Panel(); this.Command1 = new System.Windows.Forms.Button(); this.cmdBack = new System.Windows.Forms.Button(); this.cmdClose = new System.Windows.Forms.Button(); this.Frame1.SuspendLayout(); this.picButtons.SuspendLayout(); this.SuspendLayout(); this.ToolTip1.Active = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Text = "Serial Number Entry"; this.ClientSize = new System.Drawing.Size(322, 457); this.Location = new System.Drawing.Point(3, 22); this.ControlBox = false; this.MaximizeBox = false; this.MinimizeBox = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.Enabled = true; this.KeyPreview = false; this.Cursor = System.Windows.Forms.Cursors.Default; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.ShowInTaskbar = true; this.HelpButton = false; this.WindowState = System.Windows.Forms.FormWindowState.Normal; this.Name = "frmSerialNumber"; this.Frame1.Size = new System.Drawing.Size(313, 415); this.Frame1.Location = new System.Drawing.Point(4, 40); this.Frame1.TabIndex = 2; this.Frame1.BackColor = System.Drawing.SystemColors.Control; this.Frame1.Enabled = true; this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText; this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Frame1.Visible = true; this.Frame1.Padding = new System.Windows.Forms.Padding(0); this.Frame1.Name = "Frame1"; this.txtRtd.AutoSize = false; this.txtRtd.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtRtd.Enabled = false; this.txtRtd.Size = new System.Drawing.Size(39, 19); this.txtRtd.Location = new System.Drawing.Point(262, 76); this.txtRtd.TabIndex = 17; this.txtRtd.AcceptsReturn = true; this.txtRtd.BackColor = System.Drawing.SystemColors.Window; this.txtRtd.CausesValidation = true; this.txtRtd.ForeColor = System.Drawing.SystemColors.WindowText; this.txtRtd.HideSelection = true; this.txtRtd.ReadOnly = false; this.txtRtd.MaxLength = 0; this.txtRtd.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtRtd.Multiline = false; this.txtRtd.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtRtd.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtRtd.TabStop = true; this.txtRtd.Visible = true; this.txtRtd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtRtd.Name = "txtRtd"; this.txtItem.AutoSize = false; this.txtItem.Size = new System.Drawing.Size(195, 19); this.txtItem.Location = new System.Drawing.Point(106, 16); this.txtItem.TabIndex = 15; this.txtItem.AcceptsReturn = true; this.txtItem.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtItem.BackColor = System.Drawing.SystemColors.Window; this.txtItem.CausesValidation = true; this.txtItem.Enabled = true; this.txtItem.ForeColor = System.Drawing.SystemColors.WindowText; this.txtItem.HideSelection = true; this.txtItem.ReadOnly = false; this.txtItem.MaxLength = 0; this.txtItem.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtItem.Multiline = false; this.txtItem.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtItem.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtItem.TabStop = true; this.txtItem.Visible = true; this.txtItem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtItem.Name = "txtItem"; this.txtCode.AutoSize = false; this.txtCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtCode.Enabled = false; this.txtCode.Size = new System.Drawing.Size(39, 19); this.txtCode.Location = new System.Drawing.Point(106, 36); this.txtCode.TabIndex = 13; this.txtCode.AcceptsReturn = true; this.txtCode.BackColor = System.Drawing.SystemColors.Window; this.txtCode.CausesValidation = true; this.txtCode.ForeColor = System.Drawing.SystemColors.WindowText; this.txtCode.HideSelection = true; this.txtCode.ReadOnly = false; this.txtCode.MaxLength = 0; this.txtCode.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtCode.Multiline = false; this.txtCode.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtCode.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtCode.TabStop = true; this.txtCode.Visible = true; this.txtCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtCode.Name = "txtCode"; this.txtQty.AutoSize = false; this.txtQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtQty.Enabled = false; this.txtQty.Size = new System.Drawing.Size(39, 19); this.txtQty.Location = new System.Drawing.Point(106, 76); this.txtQty.TabIndex = 10; this.txtQty.AcceptsReturn = true; this.txtQty.BackColor = System.Drawing.SystemColors.Window; this.txtQty.CausesValidation = true; this.txtQty.ForeColor = System.Drawing.SystemColors.WindowText; this.txtQty.HideSelection = true; this.txtQty.ReadOnly = false; this.txtQty.MaxLength = 0; this.txtQty.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtQty.Multiline = false; this.txtQty.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtQty.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtQty.TabStop = true; this.txtQty.Visible = true; this.txtQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtQty.Name = "txtQty"; this.cmdUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.cmdUpdate.Text = "Update"; this.cmdUpdate.Size = new System.Drawing.Size(83, 21); this.cmdUpdate.Location = new System.Drawing.Point(226, 388); this.cmdUpdate.TabIndex = 9; this.cmdUpdate.BackColor = System.Drawing.SystemColors.Control; this.cmdUpdate.CausesValidation = true; this.cmdUpdate.Enabled = true; this.cmdUpdate.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdUpdate.Cursor = System.Windows.Forms.Cursors.Default; this.cmdUpdate.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdUpdate.TabStop = true; this.cmdUpdate.Name = "cmdUpdate"; this.cmdRemove.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.cmdRemove.Text = "Remove"; this.cmdRemove.Size = new System.Drawing.Size(83, 25); this.cmdRemove.Location = new System.Drawing.Point(226, 360); this.cmdRemove.TabIndex = 8; this.cmdRemove.BackColor = System.Drawing.SystemColors.Control; this.cmdRemove.CausesValidation = true; this.cmdRemove.Enabled = true; this.cmdRemove.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdRemove.Cursor = System.Windows.Forms.Cursors.Default; this.cmdRemove.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdRemove.TabStop = true; this.cmdRemove.Name = "cmdRemove"; this.lstSerial.Size = new System.Drawing.Size(159, 238); this.lstSerial.Location = new System.Drawing.Point(4, 170); this.lstSerial.TabIndex = 6; this.lstSerial.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lstSerial.BackColor = System.Drawing.SystemColors.Window; this.lstSerial.CausesValidation = true; this.lstSerial.Enabled = true; this.lstSerial.ForeColor = System.Drawing.SystemColors.WindowText; this.lstSerial.IntegralHeight = true; this.lstSerial.Cursor = System.Windows.Forms.Cursors.Default; this.lstSerial.SelectionMode = System.Windows.Forms.SelectionMode.One; this.lstSerial.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lstSerial.Sorted = false; this.lstSerial.TabStop = true; this.lstSerial.Visible = true; this.lstSerial.MultiColumn = false; this.lstSerial.Name = "lstSerial"; this.cmdAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.cmdAdd.Text = "Add"; this.cmdAdd.Size = new System.Drawing.Size(83, 23); this.cmdAdd.Location = new System.Drawing.Point(220, 122); this.cmdAdd.TabIndex = 5; this.cmdAdd.BackColor = System.Drawing.SystemColors.Control; this.cmdAdd.CausesValidation = true; this.cmdAdd.Enabled = true; this.cmdAdd.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdAdd.Cursor = System.Windows.Forms.Cursors.Default; this.cmdAdd.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdAdd.TabStop = true; this.cmdAdd.Name = "cmdAdd"; this.txtSerialNbr.AutoSize = false; this.txtSerialNbr.Size = new System.Drawing.Size(195, 19); this.txtSerialNbr.Location = new System.Drawing.Point(106, 98); this.txtSerialNbr.TabIndex = 4; this.txtSerialNbr.AcceptsReturn = true; this.txtSerialNbr.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtSerialNbr.BackColor = System.Drawing.SystemColors.Window; this.txtSerialNbr.CausesValidation = true; this.txtSerialNbr.Enabled = true; this.txtSerialNbr.ForeColor = System.Drawing.SystemColors.WindowText; this.txtSerialNbr.HideSelection = true; this.txtSerialNbr.ReadOnly = false; this.txtSerialNbr.MaxLength = 0; this.txtSerialNbr.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtSerialNbr.Multiline = false; this.txtSerialNbr.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtSerialNbr.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtSerialNbr.TabStop = true; this.txtSerialNbr.Visible = true; this.txtSerialNbr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtSerialNbr.Name = "txtSerialNbr"; this.Label8.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.Label8.Text = "All Items that are being returned should be checked"; this.Label8.Size = new System.Drawing.Size(141, 31); this.Label8.Location = new System.Drawing.Point(168, 170); this.Label8.TabIndex = 20; this.Label8.BackColor = System.Drawing.SystemColors.Control; this.Label8.Enabled = true; this.Label8.ForeColor = System.Drawing.SystemColors.ControlText; this.Label8.Cursor = System.Windows.Forms.Cursors.Default; this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label8.UseMnemonic = true; this.Label8.Visible = true; this.Label8.AutoSize = false; this.Label8.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label8.Name = "Label8"; this.Label7.Text = "Returned"; this.Label7.Size = new System.Drawing.Size(59, 17); this.Label7.Location = new System.Drawing.Point(202, 78); this.Label7.TabIndex = 19; this.Label7.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.Label7.BackColor = System.Drawing.SystemColors.Control; this.Label7.Enabled = true; this.Label7.ForeColor = System.Drawing.SystemColors.ControlText; this.Label7.Cursor = System.Windows.Forms.Cursors.Default; this.Label7.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label7.UseMnemonic = true; this.Label7.Visible = true; this.Label7.AutoSize = false; this.Label7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label7.Name = "Label7"; this.Label6.Text = "Recieved"; this.Label6.Size = new System.Drawing.Size(59, 17); this.Label6.Location = new System.Drawing.Point(44, 78); this.Label6.TabIndex = 18; this.Label6.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.Label6.BackColor = System.Drawing.SystemColors.Control; this.Label6.Enabled = true; this.Label6.ForeColor = System.Drawing.SystemColors.ControlText; this.Label6.Cursor = System.Windows.Forms.Cursors.Default; this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label6.UseMnemonic = true; this.Label6.Visible = true; this.Label6.AutoSize = false; this.Label6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label6.Name = "Label6"; this.Label5.Text = "Item Name"; this.Label5.Size = new System.Drawing.Size(83, 17); this.Label5.Location = new System.Drawing.Point(4, 18); this.Label5.TabIndex = 14; this.Label5.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.Label5.BackColor = System.Drawing.SystemColors.Control; this.Label5.Enabled = true; this.Label5.ForeColor = System.Drawing.SystemColors.ControlText; this.Label5.Cursor = System.Windows.Forms.Cursors.Default; this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label5.UseMnemonic = true; this.Label5.Visible = true; this.Label5.AutoSize = false; this.Label5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label5.Name = "Label5"; this.Label4.Text = "Item Code"; this.Label4.Size = new System.Drawing.Size(93, 17); this.Label4.Location = new System.Drawing.Point(4, 38); this.Label4.TabIndex = 12; this.Label4.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.Label4.BackColor = System.Drawing.SystemColors.Control; this.Label4.Enabled = true; this.Label4.ForeColor = System.Drawing.SystemColors.ControlText; this.Label4.Cursor = System.Windows.Forms.Cursors.Default; this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label4.UseMnemonic = true; this.Label4.Visible = true; this.Label4.AutoSize = false; this.Label4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label4.Name = "Label4"; this.Label3.Text = "Quantity"; this.Label3.Size = new System.Drawing.Size(71, 17); this.Label3.Location = new System.Drawing.Point(4, 58); this.Label3.TabIndex = 11; this.Label3.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.Label3.BackColor = System.Drawing.SystemColors.Control; this.Label3.Enabled = true; this.Label3.ForeColor = System.Drawing.SystemColors.ControlText; this.Label3.Cursor = System.Windows.Forms.Cursors.Default; this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label3.UseMnemonic = true; this.Label3.Visible = true; this.Label3.AutoSize = false; this.Label3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label3.Name = "Label3"; this.Line1.BorderWidth = 2; this.Line1.X1 = 4; this.Line1.X2 = 306; this.Line1.Y1 = 137; this.Line1.Y2 = 137; this.Line1.BorderColor = System.Drawing.SystemColors.WindowText; this.Line1.BorderStyle = System.Drawing.Drawing2D.DashStyle.Solid; this.Line1.Visible = true; this.Line1.Name = "Line1"; this.Label2.Text = "List Of Serial Number"; this.Label2.Size = new System.Drawing.Size(159, 17); this.Label2.Location = new System.Drawing.Point(4, 154); this.Label2.TabIndex = 7; this.Label2.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.Label2.BackColor = System.Drawing.SystemColors.Control; this.Label2.Enabled = true; this.Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.Label2.Cursor = System.Windows.Forms.Cursors.Default; this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label2.UseMnemonic = true; this.Label2.Visible = true; this.Label2.AutoSize = false; this.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label2.Name = "Label2"; this.Label1.Text = "Serial Number"; this.Label1.Size = new System.Drawing.Size(91, 17); this.Label1.Location = new System.Drawing.Point(4, 100); this.Label1.TabIndex = 3; this.Label1.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.Label1.BackColor = System.Drawing.SystemColors.Control; this.Label1.Enabled = true; this.Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.Label1.Cursor = System.Windows.Forms.Cursors.Default; this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label1.UseMnemonic = true; this.Label1.Visible = true; this.Label1.AutoSize = false; this.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.Label1.Name = "Label1"; this.picButtons.Dock = System.Windows.Forms.DockStyle.Top; this.picButtons.BackColor = System.Drawing.Color.Blue; this.picButtons.Size = new System.Drawing.Size(322, 38); this.picButtons.Location = new System.Drawing.Point(0, 0); this.picButtons.TabIndex = 0; this.picButtons.TabStop = false; this.picButtons.CausesValidation = true; this.picButtons.Enabled = true; this.picButtons.ForeColor = System.Drawing.SystemColors.ControlText; this.picButtons.Cursor = System.Windows.Forms.Cursors.Default; this.picButtons.RightToLeft = System.Windows.Forms.RightToLeft.No; this.picButtons.Visible = true; this.picButtons.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picButtons.Name = "picButtons"; this.Command1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.Command1.Text = "IMPORT >> "; this.Command1.Size = new System.Drawing.Size(91, 27); this.Command1.Location = new System.Drawing.Point(8, 4); this.Command1.TabIndex = 21; this.Command1.BackColor = System.Drawing.SystemColors.Control; this.Command1.CausesValidation = true; this.Command1.Enabled = true; this.Command1.ForeColor = System.Drawing.SystemColors.ControlText; this.Command1.Cursor = System.Windows.Forms.Cursors.Default; this.Command1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Command1.TabStop = true; this.Command1.Name = "Command1"; this.cmdBack.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.cmdBack.Text = "<< BACK "; this.cmdBack.Size = new System.Drawing.Size(91, 27); this.cmdBack.Location = new System.Drawing.Point(222, 4); this.cmdBack.TabIndex = 16; this.cmdBack.BackColor = System.Drawing.SystemColors.Control; this.cmdBack.CausesValidation = true; this.cmdBack.Enabled = true; this.cmdBack.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdBack.Cursor = System.Windows.Forms.Cursors.Default; this.cmdBack.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdBack.TabStop = true; this.cmdBack.Name = "cmdBack"; this.cmdClose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.cmdClose.Text = "E&xit"; this.cmdClose.Size = new System.Drawing.Size(73, 29); this.cmdClose.Location = new System.Drawing.Point(576, 3); this.cmdClose.TabIndex = 1; this.cmdClose.TabStop = false; this.cmdClose.BackColor = System.Drawing.SystemColors.Control; this.cmdClose.CausesValidation = true; this.cmdClose.Enabled = true; this.cmdClose.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdClose.Cursor = System.Windows.Forms.Cursors.Default; this.cmdClose.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdClose.Name = "cmdClose"; this.Controls.Add(Frame1); this.Controls.Add(picButtons); this.Frame1.Controls.Add(txtRtd); this.Frame1.Controls.Add(txtItem); this.Frame1.Controls.Add(txtCode); this.Frame1.Controls.Add(txtQty); this.Frame1.Controls.Add(cmdUpdate); this.Frame1.Controls.Add(cmdRemove); this.Frame1.Controls.Add(lstSerial); this.Frame1.Controls.Add(cmdAdd); this.Frame1.Controls.Add(txtSerialNbr); this.Frame1.Controls.Add(Label8); this.Frame1.Controls.Add(Label7); this.Frame1.Controls.Add(Label6); this.Frame1.Controls.Add(Label5); this.Frame1.Controls.Add(Label4); this.Frame1.Controls.Add(Label3); this.ShapeContainer1.Shapes.Add(Line1); this.Frame1.Controls.Add(Label2); this.Frame1.Controls.Add(Label1); this.Frame1.Controls.Add(ShapeContainer1); this.picButtons.Controls.Add(Command1); this.picButtons.Controls.Add(cmdBack); this.picButtons.Controls.Add(cmdClose); this.Frame1.ResumeLayout(false); this.picButtons.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
public DryerEditor(DryerControl dryerCtrl) : base(dryerCtrl) { // // Required for Windows Form Designer support // InitializeComponent(); this.inConstruction = true; Dryer dryer = this.DryerCtrl.Dryer; this.Text = "Dryer: " + dryer.Name; this.UpdateStreamsUI(); this.groupBoxDryer = new System.Windows.Forms.GroupBox(); this.groupBoxDryer.Location = new System.Drawing.Point(724, 24); this.groupBoxDryer.Name = "groupBoxDryer"; this.groupBoxDryer.Text = "Dryer"; this.groupBoxDryer.Size = new System.Drawing.Size(280, 240); this.groupBoxDryer.TabIndex = 128; this.groupBoxDryer.TabStop = false; this.panel.Controls.Add(this.groupBoxDryer); // for the other UOs we do some resizing here! DryerLabelsControl dryerLabelsCtrl = new DryerLabelsControl(this.DryerCtrl.Dryer); this.groupBoxDryer.Controls.Add(dryerLabelsCtrl); dryerLabelsCtrl.Location = new Point(4, 12 + 20 + 2); DryerValuesControl dryerValuesCtrl = new DryerValuesControl(this.DryerCtrl); this.groupBoxDryer.Controls.Add(dryerValuesCtrl); dryerValuesCtrl.Location = new Point(196, 12 + 20 + 2); dryerCtrl.Dryer.StreamAttached += new StreamAttachedEventHandler(Dryer_StreamAttached); dryerCtrl.Dryer.StreamDetached += new StreamDetachedEventHandler(Dryer_StreamDetached); this.menuItemScoping = new MenuItem(); this.menuItemScoping.Index = this.menuItemReport.Index + 1; this.menuItemScoping.Text = "Scoping"; this.menuItemScoping.Click += new EventHandler(menuItemScoping_Click); this.mainMenu.MenuItems.Add(this.menuItemScoping); this.labelCalculationType = new System.Windows.Forms.Label(); this.comboBoxCalculationType = new System.Windows.Forms.ComboBox(); // labelCalculationType this.labelCalculationType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelCalculationType.Location = new System.Drawing.Point(300, 0); this.labelCalculationType.Name = "labelCalculationType"; this.labelCalculationType.BackColor = Color.DarkGray; this.labelCalculationType.Size = new System.Drawing.Size(192, 20); this.labelCalculationType.TabIndex = 5; this.labelCalculationType.Text = "Calculation Type:"; this.labelCalculationType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // comboBoxCalculationType this.comboBoxCalculationType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxCalculationType.Items.AddRange(new object[] { "Balance", "Scoping" }); this.comboBoxCalculationType.Location = new System.Drawing.Point(492, 0); this.comboBoxCalculationType.Name = "comboBoxCalculationType"; this.comboBoxCalculationType.Size = new System.Drawing.Size(80, 21); this.comboBoxCalculationType.TabIndex = 7; this.comboBoxCalculationType.SelectedIndexChanged += new EventHandler(comboBoxCalculationType_SelectedIndexChanged); this.panel.Controls.Add(this.labelCalculationType); this.panel.Controls.Add(this.comboBoxCalculationType); this.comboBoxCalculationType.SelectedIndex = -1; this.inConstruction = false; this.SetCalculationType(this.DryerCtrl.Dryer.DryerCalculationType); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("Ok"); System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("Cancel"); System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("Yes"); System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("No"); System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("Abort"); System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Retry"); System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("Ignore"); this.btnShowCustom = new System.Windows.Forms.Button(); this.grpBoxIcon = new System.Windows.Forms.GroupBox(); this.radioButton5 = new System.Windows.Forms.RadioButton(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.listViewButtons = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.txtMessage = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtCaption = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.chbAllowSaveResponse = new System.Windows.Forms.CheckBox(); this.txtSaveResponse = new System.Windows.Forms.TextBox(); this.txtResult = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.listViewMessageBoxes = new System.Windows.Forms.ListView(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.btnAddMessageBox = new System.Windows.Forms.Button(); this.txtName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtButtonHelp = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.chbIsCancel = new System.Windows.Forms.CheckBox(); this.txtButtonVal = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtButtonText = new System.Windows.Forms.TextBox(); this.ButtonText = new System.Windows.Forms.Label(); this.btnAddButton = new System.Windows.Forms.Button(); this.chbUseSavedResponse = new System.Windows.Forms.CheckBox(); this.chbPlayAlert = new System.Windows.Forms.CheckBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.txtTimeout = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.cmbTimeoutResult = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.grpBoxIcon.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnShowCustom // this.btnShowCustom.Location = new System.Drawing.Point(752, 328); this.btnShowCustom.Name = "btnShowCustom"; this.btnShowCustom.Size = new System.Drawing.Size(160, 23); this.btnShowCustom.TabIndex = 3; this.btnShowCustom.Text = "Show Custom MessageBox"; this.toolTip1.SetToolTip(this.btnShowCustom, "Show the currently selected message box from the list"); this.btnShowCustom.Click += new System.EventHandler(this.btnShowCustom_Click); // // grpBoxIcon // this.grpBoxIcon.Controls.Add(this.radioButton5); this.grpBoxIcon.Controls.Add(this.radioButton4); this.grpBoxIcon.Controls.Add(this.radioButton3); this.grpBoxIcon.Controls.Add(this.radioButton2); this.grpBoxIcon.Controls.Add(this.radioButton1); this.grpBoxIcon.Location = new System.Drawing.Point(448, 216); this.grpBoxIcon.Name = "grpBoxIcon"; this.grpBoxIcon.Size = new System.Drawing.Size(136, 184); this.grpBoxIcon.TabIndex = 15; this.grpBoxIcon.TabStop = false; this.grpBoxIcon.Text = "Icon"; // // radioButton5 // this.radioButton5.Location = new System.Drawing.Point(16, 152); this.radioButton5.Name = "radioButton5"; this.radioButton5.TabIndex = 4; this.radioButton5.Text = "None"; // // radioButton4 // this.radioButton4.Location = new System.Drawing.Point(16, 120); this.radioButton4.Name = "radioButton4"; this.radioButton4.TabIndex = 2; this.radioButton4.Text = "Question"; // // radioButton3 // this.radioButton3.Location = new System.Drawing.Point(16, 56); this.radioButton3.Name = "radioButton3"; this.radioButton3.TabIndex = 1; this.radioButton3.Text = "Exclamation"; // // radioButton2 // this.radioButton2.Location = new System.Drawing.Point(16, 88); this.radioButton2.Name = "radioButton2"; this.radioButton2.TabIndex = 3; this.radioButton2.Text = "Hand"; // // radioButton1 // this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(16, 24); this.radioButton1.Name = "radioButton1"; this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "Asterisk"; // // listViewButtons // this.listViewButtons.CheckBoxes = true; this.listViewButtons.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1 }); listViewItem1.StateImageIndex = 0; listViewItem2.StateImageIndex = 0; listViewItem3.StateImageIndex = 0; listViewItem4.StateImageIndex = 0; listViewItem5.StateImageIndex = 0; listViewItem6.StateImageIndex = 0; listViewItem7.StateImageIndex = 0; this.listViewButtons.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1, listViewItem2, listViewItem3, listViewItem4, listViewItem5, listViewItem6, listViewItem7 }); this.listViewButtons.Location = new System.Drawing.Point(296, 216); this.listViewButtons.Name = "listViewButtons"; this.listViewButtons.Size = new System.Drawing.Size(136, 184); this.listViewButtons.TabIndex = 14; this.listViewButtons.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Buttons"; this.columnHeader1.Width = 130; // // txtMessage // this.txtMessage.Location = new System.Drawing.Point(72, 112); this.txtMessage.Multiline = true; this.txtMessage.Name = "txtMessage"; this.txtMessage.Size = new System.Drawing.Size(280, 80); this.txtMessage.TabIndex = 5; this.txtMessage.Text = "<Message>"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 112); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 17); this.label2.TabIndex = 4; this.label2.Text = "Message"; // // txtCaption // this.txtCaption.Location = new System.Drawing.Point(72, 72); this.txtCaption.Name = "txtCaption"; this.txtCaption.Size = new System.Drawing.Size(280, 21); this.txtCaption.TabIndex = 3; this.txtCaption.Text = "<Caption>"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 72); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 17); this.label1.TabIndex = 2; this.label1.Text = "Caption"; // // chbAllowSaveResponse // this.chbAllowSaveResponse.Location = new System.Drawing.Point(80, 408); this.chbAllowSaveResponse.Name = "chbAllowSaveResponse"; this.chbAllowSaveResponse.Size = new System.Drawing.Size(144, 24); this.chbAllowSaveResponse.TabIndex = 16; this.chbAllowSaveResponse.Text = "Allow Save Response"; // // txtSaveResponse // this.txtSaveResponse.Location = new System.Drawing.Point(82, 432); this.txtSaveResponse.Multiline = true; this.txtSaveResponse.Name = "txtSaveResponse"; this.txtSaveResponse.Size = new System.Drawing.Size(272, 80); this.txtSaveResponse.TabIndex = 17; this.txtSaveResponse.Text = "<Save Response Text>"; // // txtResult // this.txtResult.Location = new System.Drawing.Point(752, 512); this.txtResult.Name = "txtResult"; this.txtResult.Size = new System.Drawing.Size(160, 21); this.txtResult.TabIndex = 7; this.txtResult.Text = "<Result>"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(712, 512); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 17); this.label3.TabIndex = 6; this.label3.Text = "Result"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // listViewMessageBoxes // this.listViewMessageBoxes.Activation = System.Windows.Forms.ItemActivation.TwoClick; this.listViewMessageBoxes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader2 }); this.listViewMessageBoxes.Location = new System.Drawing.Point(752, 96); this.listViewMessageBoxes.MultiSelect = false; this.listViewMessageBoxes.Name = "listViewMessageBoxes"; this.listViewMessageBoxes.Size = new System.Drawing.Size(192, 224); this.listViewMessageBoxes.TabIndex = 2; this.listViewMessageBoxes.View = System.Windows.Forms.View.Details; this.listViewMessageBoxes.ItemActivate += new System.EventHandler(this.listViewMessageBoxes_ItemActivate); // // columnHeader2 // this.columnHeader2.Text = "MessageBoxes"; this.columnHeader2.Width = 183; // // btnAddMessageBox // this.btnAddMessageBox.Location = new System.Drawing.Point(608, 192); this.btnAddMessageBox.Name = "btnAddMessageBox"; this.btnAddMessageBox.Size = new System.Drawing.Size(128, 23); this.btnAddMessageBox.TabIndex = 1; this.btnAddMessageBox.Text = "Add MessageBox >>"; this.toolTip1.SetToolTip(this.btnAddMessageBox, "Create a message box with the specified information and add it to the list"); this.btnAddMessageBox.Click += new System.EventHandler(this.btnAddMessageBox_Click); // // txtName // this.txtName.Location = new System.Drawing.Point(72, 32); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(280, 21); this.txtName.TabIndex = 1; this.txtName.Text = "<Name>"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(24, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(33, 17); this.label4.TabIndex = 0; this.label4.Text = "Name"; // // groupBox1 // this.groupBox1.Controls.Add(this.txtButtonHelp); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.chbIsCancel); this.groupBox1.Controls.Add(this.txtButtonVal); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtButtonText); this.groupBox1.Controls.Add(this.ButtonText); this.groupBox1.Controls.Add(this.grpBoxIcon); this.groupBox1.Controls.Add(this.listViewButtons); this.groupBox1.Controls.Add(this.txtMessage); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtCaption); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.chbAllowSaveResponse); this.groupBox1.Controls.Add(this.txtSaveResponse); this.groupBox1.Controls.Add(this.btnAddButton); this.groupBox1.Controls.Add(this.txtName); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Location = new System.Drawing.Point(8, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(592, 528); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "MessageBox"; // // txtButtonHelp // this.txtButtonHelp.Location = new System.Drawing.Point(88, 280); this.txtButtonHelp.Name = "txtButtonHelp"; this.txtButtonHelp.Size = new System.Drawing.Size(96, 21); this.txtButtonHelp.TabIndex = 11; this.txtButtonHelp.Text = "<Help Text>"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(16, 280); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(52, 17); this.label6.TabIndex = 10; this.label6.Text = "Help Text"; // // chbIsCancel // this.chbIsCancel.Location = new System.Drawing.Point(88, 312); this.chbIsCancel.Name = "chbIsCancel"; this.chbIsCancel.Size = new System.Drawing.Size(72, 24); this.chbIsCancel.TabIndex = 12; this.chbIsCancel.Text = "Is Cancel"; // // txtButtonVal // this.txtButtonVal.Location = new System.Drawing.Point(88, 248); this.txtButtonVal.Name = "txtButtonVal"; this.txtButtonVal.Size = new System.Drawing.Size(96, 21); this.txtButtonVal.TabIndex = 9; this.txtButtonVal.Text = "<Button Value>"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(16, 248); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(68, 17); this.label5.TabIndex = 8; this.label5.Text = "Button Value"; // // txtButtonText // this.txtButtonText.Location = new System.Drawing.Point(88, 216); this.txtButtonText.Name = "txtButtonText"; this.txtButtonText.Size = new System.Drawing.Size(96, 21); this.txtButtonText.TabIndex = 7; this.txtButtonText.Text = "<Button Text>"; // // ButtonText // this.ButtonText.AutoSize = true; this.ButtonText.Location = new System.Drawing.Point(16, 216); this.ButtonText.Name = "ButtonText"; this.ButtonText.Size = new System.Drawing.Size(59, 17); this.ButtonText.TabIndex = 6; this.ButtonText.Text = "ButtonText"; // // btnAddButton // this.btnAddButton.Location = new System.Drawing.Point(192, 216); this.btnAddButton.Name = "btnAddButton"; this.btnAddButton.Size = new System.Drawing.Size(88, 23); this.btnAddButton.TabIndex = 13; this.btnAddButton.Text = "Add Button >>"; this.toolTip1.SetToolTip(this.btnAddButton, "Create a button using the specified information and add it to the list"); this.btnAddButton.Click += new System.EventHandler(this.btnAddButton_Click); // // chbUseSavedResponse // this.chbUseSavedResponse.Checked = true; this.chbUseSavedResponse.CheckState = System.Windows.Forms.CheckState.Checked; this.chbUseSavedResponse.Location = new System.Drawing.Point(752, 352); this.chbUseSavedResponse.Name = "chbUseSavedResponse"; this.chbUseSavedResponse.Size = new System.Drawing.Size(160, 24); this.chbUseSavedResponse.TabIndex = 4; this.chbUseSavedResponse.Text = "Use Saved Response"; // // chbPlayAlert // this.chbPlayAlert.Checked = true; this.chbPlayAlert.CheckState = System.Windows.Forms.CheckState.Checked; this.chbPlayAlert.Location = new System.Drawing.Point(752, 384); this.chbPlayAlert.Name = "chbPlayAlert"; this.chbPlayAlert.Size = new System.Drawing.Size(160, 24); this.chbPlayAlert.TabIndex = 5; this.chbPlayAlert.Text = "Play Alert Sound"; // // txtTimeout // this.txtTimeout.Location = new System.Drawing.Point(752, 416); this.txtTimeout.Name = "txtTimeout"; this.txtTimeout.Size = new System.Drawing.Size(160, 21); this.txtTimeout.TabIndex = 9; this.txtTimeout.Text = "0"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(704, 416); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(45, 17); this.label7.TabIndex = 8; this.label7.Text = "Timeout"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(912, 416); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(19, 17); this.label8.TabIndex = 10; this.label8.Text = "ms"; // // cmbTimeoutResult // this.cmbTimeoutResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTimeoutResult.Items.AddRange(new object[] { "Default", "Cancel", "Timeout" }); this.cmbTimeoutResult.Location = new System.Drawing.Point(752, 448); this.cmbTimeoutResult.Name = "cmbTimeoutResult"; this.cmbTimeoutResult.Size = new System.Drawing.Size(160, 21); this.cmbTimeoutResult.TabIndex = 11; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(670, 448); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(79, 17); this.label9.TabIndex = 12; this.label9.Text = "Timeout Result"; // // button1 // this.button1.Location = new System.Drawing.Point(872, 8); this.button1.Name = "button1"; this.button1.TabIndex = 13; this.button1.Text = "Run Tests"; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // MessageBoxExDemoForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.ClientSize = new System.Drawing.Size(960, 550); this.Controls.Add(this.button1); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.txtTimeout); this.Controls.Add(this.label7); this.Controls.Add(this.chbPlayAlert); this.Controls.Add(this.txtResult); this.Controls.Add(this.label3); this.Controls.Add(this.chbUseSavedResponse); this.Controls.Add(this.cmbTimeoutResult); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnAddMessageBox); this.Controls.Add(this.listViewMessageBoxes); this.Controls.Add(this.btnShowCustom); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Name = "MessageBoxExDemoForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "MessageBoxEx Demo"; this.Load += new System.EventHandler(this.MessageBoxExDemoForm_Load); this.grpBoxIcon.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.testProgressBar = new MbUnit.Forms.TestProgressControl(); this.stopButton = new System.Windows.Forms.Button(); this.runButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.testProgressBar); this.groupBox1.Controls.Add(this.stopButton); this.groupBox1.Controls.Add(this.runButton); this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(480, 112); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Tests"; // // testProgressBar // this.testProgressBar.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.testProgressBar.BackColor = System.Drawing.Color.White; this.testProgressBar.FailureColor = System.Drawing.Color.Red; this.testProgressBar.IgnoreColor = System.Drawing.Color.Yellow; this.testProgressBar.Location = new System.Drawing.Point(8, 80); this.testProgressBar.Name = "testProgressBar"; this.testProgressBar.Size = new System.Drawing.Size(464, 23); this.testProgressBar.SkipColor = System.Drawing.Color.Violet; this.testProgressBar.SuccessColor = System.Drawing.Color.Green; this.testProgressBar.TabIndex = 2; this.testProgressBar.Tree = null; // // stopButton // this.stopButton.Enabled = false; this.stopButton.FlatStyle = System.Windows.Forms.FlatStyle.System; this.stopButton.Location = new System.Drawing.Point(119, 24); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(104, 40); this.stopButton.TabIndex = 1; this.stopButton.Text = "Stop"; this.stopButton.Click += new System.EventHandler(this.stopButton_Click); // // runButton // this.runButton.Enabled = false; this.runButton.FlatStyle = System.Windows.Forms.FlatStyle.System; this.runButton.Location = new System.Drawing.Point(8, 24); this.runButton.Name = "runButton"; this.runButton.Size = new System.Drawing.Size(104, 40); this.runButton.TabIndex = 0; this.runButton.Text = "Run"; this.runButton.Click += new System.EventHandler(this.runButton_Click); // // TestRunControl // this.Controls.Add(this.groupBox1); this.Name = "TestRunControl"; this.Size = new System.Drawing.Size(480, 112); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.CANCEL = new System.Windows.Forms.Button(); this.OK = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cboMAN = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // CANCEL // this.CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CANCEL.Location = new System.Drawing.Point(488, 72); this.CANCEL.Name = "CANCEL"; this.CANCEL.Size = new System.Drawing.Size(88, 32); this.CANCEL.TabIndex = 4; this.CANCEL.Text = "Cancel"; // // OK // this.OK.DialogResult = System.Windows.Forms.DialogResult.OK; this.OK.Location = new System.Drawing.Point(392, 72); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(88, 32); this.OK.TabIndex = 3; this.OK.Text = "OK"; // // groupBox1 // this.groupBox1.Controls.Add(this.cboMAN); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(8, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(568, 56); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; // // cboMAN // this.cboMAN.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboMAN.Location = new System.Drawing.Point(144, 16); this.cboMAN.Name = "cboMAN"; this.cboMAN.Size = new System.Drawing.Size(384, 21); this.cboMAN.Sorted = true; this.cboMAN.TabIndex = 8; // // label1 // this.label1.Location = new System.Drawing.Point(16, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(120, 16); this.label1.TabIndex = 1; this.label1.Text = "Person:"; // // PersonSelectorForm // this.AcceptButton = this.OK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.CANCEL; this.ClientSize = new System.Drawing.Size(592, 117); this.Controls.Add(this.groupBox1); this.Controls.Add(this.CANCEL); this.Controls.Add(this.OK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "PersonSelectorForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Person Selector"; this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.myDataGrid1 = new myDataGrid.myDataGrid(); this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle(); this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn10 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn9 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn5 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn6 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn7 = new System.Windows.Forms.DataGridTextBoxColumn(); this.panel4 = new System.Windows.Forms.Panel(); this.butsh = new System.Windows.Forms.Button(); this.butclose = new System.Windows.Forms.Button(); this.statusBar1 = new System.Windows.Forms.StatusBar(); this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel(); this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel(); this.butnew = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); this.dtp2 = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.dtp1 = new System.Windows.Forms.DateTimePicker(); this.chkdjsj = new System.Windows.Forms.CheckBox(); this.txtdjh = new System.Windows.Forms.TextBox(); this.chkdjh = new System.Windows.Forms.CheckBox(); this.butref = new System.Windows.Forms.Button(); this.dataGridTextBoxColumn8 = new System.Windows.Forms.DataGridTextBoxColumn(); this.panel1.SuspendLayout(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).BeginInit(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit(); this.panel3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.panel5); this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel3); 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(832, 485); this.panel1.TabIndex = 0; // // panel5 // this.panel5.Controls.Add(this.myDataGrid1); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 72); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(832, 357); this.panel5.TabIndex = 3; // // myDataGrid1 // this.myDataGrid1.BackgroundColor = System.Drawing.Color.White; this.myDataGrid1.CaptionVisible = false; this.myDataGrid1.DataMember = ""; this.myDataGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.myDataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.myDataGrid1.Location = new System.Drawing.Point(0, 0); this.myDataGrid1.Name = "myDataGrid1"; this.myDataGrid1.ReadOnly = true; this.myDataGrid1.Size = new System.Drawing.Size(832, 357); this.myDataGrid1.TabIndex = 0; this.myDataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] { this.dataGridTableStyle1 }); this.myDataGrid1.DoubleClick += new System.EventHandler(this.myDataGrid1_DoubleClick); this.myDataGrid1.CurrentCellChanged += new System.EventHandler(this.myDataGrid1_CurrentCellChanged); // // dataGridTableStyle1 // this.dataGridTableStyle1.AllowSorting = false; this.dataGridTableStyle1.AlternatingBackColor = System.Drawing.Color.WhiteSmoke; this.dataGridTableStyle1.DataGrid = this.myDataGrid1; this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] { this.dataGridTextBoxColumn1, this.dataGridTextBoxColumn2, this.dataGridTextBoxColumn3, this.dataGridTextBoxColumn8, this.dataGridTextBoxColumn10, this.dataGridTextBoxColumn9, this.dataGridTextBoxColumn5, this.dataGridTextBoxColumn6, this.dataGridTextBoxColumn4, this.dataGridTextBoxColumn7 }); this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.dataGridTableStyle1.MappingName = ""; this.dataGridTableStyle1.ReadOnly = true; // // dataGridTextBoxColumn1 // this.dataGridTextBoxColumn1.Format = ""; this.dataGridTextBoxColumn1.FormatInfo = null; this.dataGridTextBoxColumn1.HeaderText = "序号"; this.dataGridTextBoxColumn1.MappingName = ""; this.dataGridTextBoxColumn1.NullText = ""; this.dataGridTextBoxColumn1.ReadOnly = true; this.dataGridTextBoxColumn1.Width = 50; // // dataGridTextBoxColumn2 // this.dataGridTextBoxColumn2.Format = ""; this.dataGridTextBoxColumn2.FormatInfo = null; this.dataGridTextBoxColumn2.HeaderText = "单据号"; this.dataGridTextBoxColumn2.MappingName = ""; this.dataGridTextBoxColumn2.NullText = ""; this.dataGridTextBoxColumn2.ReadOnly = true; this.dataGridTextBoxColumn2.Width = 80; // // dataGridTextBoxColumn3 // this.dataGridTextBoxColumn3.Format = ""; this.dataGridTextBoxColumn3.FormatInfo = null; this.dataGridTextBoxColumn3.HeaderText = "单据日期"; this.dataGridTextBoxColumn3.MappingName = ""; this.dataGridTextBoxColumn3.NullText = ""; this.dataGridTextBoxColumn3.ReadOnly = true; this.dataGridTextBoxColumn3.Width = 75; // // dataGridTextBoxColumn10 // this.dataGridTextBoxColumn10.Format = ""; this.dataGridTextBoxColumn10.FormatInfo = null; this.dataGridTextBoxColumn10.HeaderText = "批发金额"; this.dataGridTextBoxColumn10.MappingName = ""; this.dataGridTextBoxColumn10.Width = 65; // // dataGridTextBoxColumn9 // this.dataGridTextBoxColumn9.Format = ""; this.dataGridTextBoxColumn9.FormatInfo = null; this.dataGridTextBoxColumn9.HeaderText = "零售金额"; this.dataGridTextBoxColumn9.MappingName = ""; this.dataGridTextBoxColumn9.Width = 65; // // dataGridTextBoxColumn5 // this.dataGridTextBoxColumn5.Format = ""; this.dataGridTextBoxColumn5.FormatInfo = null; this.dataGridTextBoxColumn5.HeaderText = "登记时间"; this.dataGridTextBoxColumn5.MappingName = ""; this.dataGridTextBoxColumn5.NullText = ""; this.dataGridTextBoxColumn5.ReadOnly = true; this.dataGridTextBoxColumn5.Width = 120; // // dataGridTextBoxColumn6 // this.dataGridTextBoxColumn6.Format = ""; this.dataGridTextBoxColumn6.FormatInfo = null; this.dataGridTextBoxColumn6.HeaderText = "登记员"; this.dataGridTextBoxColumn6.MappingName = ""; this.dataGridTextBoxColumn6.NullText = ""; this.dataGridTextBoxColumn6.ReadOnly = true; this.dataGridTextBoxColumn6.Width = 75; // // dataGridTextBoxColumn4 // this.dataGridTextBoxColumn4.Format = ""; this.dataGridTextBoxColumn4.FormatInfo = null; this.dataGridTextBoxColumn4.HeaderText = "原因"; this.dataGridTextBoxColumn4.MappingName = ""; this.dataGridTextBoxColumn4.NullText = ""; this.dataGridTextBoxColumn4.ReadOnly = true; this.dataGridTextBoxColumn4.Width = 150; // // dataGridTextBoxColumn7 // this.dataGridTextBoxColumn7.Format = ""; this.dataGridTextBoxColumn7.FormatInfo = null; this.dataGridTextBoxColumn7.HeaderText = "备注"; this.dataGridTextBoxColumn7.MappingName = ""; this.dataGridTextBoxColumn7.NullText = ""; this.dataGridTextBoxColumn7.ReadOnly = true; this.dataGridTextBoxColumn7.Width = 75; // // panel4 // this.panel4.Controls.Add(this.butsh); this.panel4.Controls.Add(this.butclose); this.panel4.Controls.Add(this.statusBar1); this.panel4.Controls.Add(this.butnew); this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel4.Location = new System.Drawing.Point(0, 429); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(832, 56); this.panel4.TabIndex = 2; // // butsh // this.butsh.Location = new System.Drawing.Point(532, 6); this.butsh.Name = "butsh"; this.butsh.Size = new System.Drawing.Size(88, 24); this.butsh.TabIndex = 5; this.butsh.Text = "查看(&E)"; this.butsh.Click += new System.EventHandler(this.butsh_Click); // // butclose // this.butclose.Location = new System.Drawing.Point(622, 6); this.butclose.Name = "butclose"; this.butclose.Size = new System.Drawing.Size(88, 24); this.butclose.TabIndex = 3; this.butclose.Text = "关闭(&Q)"; this.butclose.Click += new System.EventHandler(this.butclose_Click); // // statusBar1 // this.statusBar1.Location = new System.Drawing.Point(0, 32); this.statusBar1.Name = "statusBar1"; this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.statusBarPanel1, this.statusBarPanel2 }); this.statusBar1.ShowPanels = true; this.statusBar1.Size = new System.Drawing.Size(832, 24); this.statusBar1.TabIndex = 1; this.statusBar1.Text = "statusBar1"; // // statusBarPanel1 // this.statusBarPanel1.Width = 200; // // statusBarPanel2 // this.statusBarPanel2.Width = 1000; // // butnew // this.butnew.Location = new System.Drawing.Point(440, 6); this.butnew.Name = "butnew"; this.butnew.Size = new System.Drawing.Size(88, 24); this.butnew.TabIndex = 0; this.butnew.Text = "新单据(&N)"; this.butnew.Click += new System.EventHandler(this.butnew_Click); // // panel3 // this.panel3.Controls.Add(this.groupBox1); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(832, 72); this.panel3.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.panel2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(832, 72); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "查询"; // // panel2 // this.panel2.Controls.Add(this.dtp2); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.dtp1); this.panel2.Controls.Add(this.chkdjsj); this.panel2.Controls.Add(this.txtdjh); this.panel2.Controls.Add(this.chkdjh); this.panel2.Controls.Add(this.butref); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 17); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(826, 52); this.panel2.TabIndex = 2; // // dtp2 // this.dtp2.Enabled = false; this.dtp2.Location = new System.Drawing.Point(216, 12); this.dtp2.Name = "dtp2"; this.dtp2.Size = new System.Drawing.Size(110, 21); this.dtp2.TabIndex = 11; // // label1 // this.label1.Location = new System.Drawing.Point(204, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(24, 16); this.label1.TabIndex = 10; this.label1.Text = "到"; // // dtp1 // this.dtp1.Enabled = false; this.dtp1.Location = new System.Drawing.Point(92, 12); this.dtp1.Name = "dtp1"; this.dtp1.Size = new System.Drawing.Size(111, 21); this.dtp1.TabIndex = 9; // // chkdjsj // this.chkdjsj.Location = new System.Drawing.Point(20, 12); this.chkdjsj.Name = "chkdjsj"; this.chkdjsj.Size = new System.Drawing.Size(80, 22); this.chkdjsj.TabIndex = 8; this.chkdjsj.Text = "登记时间"; this.chkdjsj.CheckedChanged += new System.EventHandler(this.chkshdh_CheckedChanged); // // txtdjh // this.txtdjh.Enabled = false; this.txtdjh.Location = new System.Drawing.Point(392, 12); this.txtdjh.Name = "txtdjh"; this.txtdjh.Size = new System.Drawing.Size(64, 21); this.txtdjh.TabIndex = 7; this.txtdjh.Text = ""; // // chkdjh // this.chkdjh.Location = new System.Drawing.Point(336, 12); this.chkdjh.Name = "chkdjh"; this.chkdjh.Size = new System.Drawing.Size(73, 22); this.chkdjh.TabIndex = 6; this.chkdjh.Text = "单据号"; this.chkdjh.CheckedChanged += new System.EventHandler(this.chkshdh_CheckedChanged); // // butref // this.butref.Location = new System.Drawing.Point(688, 8); this.butref.Name = "butref"; this.butref.Size = new System.Drawing.Size(88, 24); this.butref.TabIndex = 4; this.butref.Text = "刷新(&R)"; this.butref.Click += new System.EventHandler(this.butref_Click); // // dataGridTextBoxColumn8 // this.dataGridTextBoxColumn8.Format = ""; this.dataGridTextBoxColumn8.FormatInfo = null; this.dataGridTextBoxColumn8.HeaderText = "进货金额"; this.dataGridTextBoxColumn8.MappingName = ""; this.dataGridTextBoxColumn8.NullText = ""; this.dataGridTextBoxColumn8.Width = 65; // // Frmtitle // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(832, 485); this.Controls.Add(this.panel1); this.Location = new System.Drawing.Point(200, 600); this.Name = "Frmtitle"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "药品报损"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Frmtitle_Load); this.Activated += new System.EventHandler(this.Frmtitle_Activated); this.panel1.ResumeLayout(false); this.panel5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).EndInit(); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit(); this.panel3.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(Frm_sorting_traduzione)); this.gbox = new System.Windows.Forms.GroupBox(); this.cmbLivello = new System.Windows.Forms.ComboBox(); this.DS = new sorting_traduzione.vistaForm(); this.txtDescrizione = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtCodice = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tree = new System.Windows.Forms.TreeView(); this.icons = new System.Windows.Forms.ImageList(this.components); this.DGridClassificazioni = new System.Windows.Forms.DataGrid(); this.groupBox15 = new System.Windows.Forms.GroupBox(); this.labelPorzioneClassificata = new System.Windows.Forms.Label(); this.btnDelClass = new System.Windows.Forms.Button(); this.btnEditClass = new System.Windows.Forms.Button(); this.btnInsertClass = new System.Windows.Forms.Button(); this.DGridDettagliClassificazioni = new System.Windows.Forms.DataGrid(); this.label1 = new System.Windows.Forms.Label(); this.MetaDataDetail = new System.Windows.Forms.GroupBox(); this.gbox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DGridClassificazioni)).BeginInit(); this.groupBox15.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGridDettagliClassificazioni)).BeginInit(); this.MetaDataDetail.SuspendLayout(); this.SuspendLayout(); // // gbox // this.gbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gbox.Controls.Add(this.cmbLivello); this.gbox.Controls.Add(this.txtDescrizione); this.gbox.Controls.Add(this.label4); this.gbox.Controls.Add(this.txtCodice); this.gbox.Controls.Add(this.label3); this.gbox.Controls.Add(this.label2); this.gbox.Location = new System.Drawing.Point(6, 19); this.gbox.Name = "gbox"; this.gbox.Size = new System.Drawing.Size(716, 48); this.gbox.TabIndex = 3; this.gbox.TabStop = false; this.gbox.Text = "Classificazione sorgente"; // // cmbLivello // this.cmbLivello.DataSource = this.DS.sortinglevel; this.cmbLivello.DisplayMember = "description"; this.cmbLivello.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLivello.Enabled = false; this.cmbLivello.ItemHeight = 13; this.cmbLivello.Location = new System.Drawing.Point(48, 16); this.cmbLivello.Name = "cmbLivello"; this.cmbLivello.Size = new System.Drawing.Size(104, 21); this.cmbLivello.TabIndex = 8; this.cmbLivello.Tag = "sorting.nlevel"; this.cmbLivello.ValueMember = "nlevel"; // // DS // this.DS.DataSetName = "vistaForm"; this.DS.EnforceConstraints = false; this.DS.Locale = new System.Globalization.CultureInfo("en-US"); // // txtDescrizione // this.txtDescrizione.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDescrizione.Location = new System.Drawing.Point(344, 16); this.txtDescrizione.Multiline = true; this.txtDescrizione.Name = "txtDescrizione"; this.txtDescrizione.ReadOnly = true; this.txtDescrizione.Size = new System.Drawing.Size(364, 24); this.txtDescrizione.TabIndex = 13; this.txtDescrizione.Tag = "sorting.description"; // // label4 // this.label4.Location = new System.Drawing.Point(280, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(72, 24); this.label4.TabIndex = 12; this.label4.Text = "Descrizione:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtCodice // this.txtCodice.Location = new System.Drawing.Point(192, 16); this.txtCodice.Name = "txtCodice"; this.txtCodice.Size = new System.Drawing.Size(88, 20); this.txtCodice.TabIndex = 11; this.txtCodice.Tag = "sorting.sortcode"; // // label3 // this.label3.Location = new System.Drawing.Point(152, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 24); this.label3.TabIndex = 10; this.label3.Text = "Codice:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.Location = new System.Drawing.Point(8, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 24); this.label2.TabIndex = 9; this.label2.Text = "Livello:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tree // this.tree.Dock = System.Windows.Forms.DockStyle.Left; this.tree.HideSelection = false; this.tree.ImageIndex = 0; this.tree.ImageList = this.icons; this.tree.Location = new System.Drawing.Point(0, 0); this.tree.Name = "tree"; this.tree.SelectedImageIndex = 0; this.tree.ShowPlusMinus = false; this.tree.Size = new System.Drawing.Size(184, 566); this.tree.TabIndex = 4; this.tree.Tag = "sorting.tree"; // // icons // this.icons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("icons.ImageStream"))); this.icons.TransparentColor = System.Drawing.Color.Transparent; this.icons.Images.SetKeyName(0, ""); this.icons.Images.SetKeyName(1, ""); // // DGridClassificazioni // this.DGridClassificazioni.AllowNavigation = false; this.DGridClassificazioni.AllowSorting = false; this.DGridClassificazioni.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.DGridClassificazioni.DataMember = ""; this.DGridClassificazioni.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.DGridClassificazioni.Location = new System.Drawing.Point(9, 85); this.DGridClassificazioni.Name = "DGridClassificazioni"; this.DGridClassificazioni.ParentRowsVisible = false; this.DGridClassificazioni.ReadOnly = true; this.DGridClassificazioni.Size = new System.Drawing.Size(713, 200); this.DGridClassificazioni.TabIndex = 29; this.DGridClassificazioni.Tag = "tipoclassmovimenti_dest.listatipoclassi"; // // groupBox15 // this.groupBox15.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.groupBox15.Controls.Add(this.labelPorzioneClassificata); this.groupBox15.Controls.Add(this.btnDelClass); this.groupBox15.Controls.Add(this.btnEditClass); this.groupBox15.Controls.Add(this.btnInsertClass); this.groupBox15.Controls.Add(this.DGridDettagliClassificazioni); this.groupBox15.Location = new System.Drawing.Point(9, 291); this.groupBox15.Name = "groupBox15"; this.groupBox15.Size = new System.Drawing.Size(713, 257); this.groupBox15.TabIndex = 31; this.groupBox15.TabStop = false; this.groupBox15.Text = "Traduzione classificazioni"; // // labelPorzioneClassificata // this.labelPorzioneClassificata.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelPorzioneClassificata.Location = new System.Drawing.Point(272, 8); this.labelPorzioneClassificata.Name = "labelPorzioneClassificata"; this.labelPorzioneClassificata.Size = new System.Drawing.Size(433, 40); this.labelPorzioneClassificata.TabIndex = 8; this.labelPorzioneClassificata.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnDelClass // this.btnDelClass.Location = new System.Drawing.Point(192, 16); this.btnDelClass.Name = "btnDelClass"; this.btnDelClass.Size = new System.Drawing.Size(75, 23); this.btnDelClass.TabIndex = 3; this.btnDelClass.Tag = "delete"; this.btnDelClass.Text = "Elimina"; // // btnEditClass // this.btnEditClass.Location = new System.Drawing.Point(104, 16); this.btnEditClass.Name = "btnEditClass"; this.btnEditClass.Size = new System.Drawing.Size(75, 23); this.btnEditClass.TabIndex = 2; this.btnEditClass.Tag = "edit.dettaglio"; this.btnEditClass.Text = "Modifica..."; // // btnInsertClass // this.btnInsertClass.Location = new System.Drawing.Point(16, 16); this.btnInsertClass.Name = "btnInsertClass"; this.btnInsertClass.Size = new System.Drawing.Size(75, 23); this.btnInsertClass.TabIndex = 1; this.btnInsertClass.Tag = "insert.dettaglio"; this.btnInsertClass.Text = "Inserisci..."; // // DGridDettagliClassificazioni // this.DGridDettagliClassificazioni.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.DGridDettagliClassificazioni.DataMember = ""; this.DGridDettagliClassificazioni.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.DGridDettagliClassificazioni.Location = new System.Drawing.Point(8, 48); this.DGridDettagliClassificazioni.Name = "DGridDettagliClassificazioni"; this.DGridDettagliClassificazioni.ReadOnly = true; this.DGridDettagliClassificazioni.Size = new System.Drawing.Size(697, 201); this.DGridDettagliClassificazioni.TabIndex = 7; this.DGridDettagliClassificazioni.Tag = "sortingtranslation.destinazione.dettaglio"; // // label1 // this.label1.Location = new System.Drawing.Point(6, 70); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(248, 12); this.label1.TabIndex = 30; this.label1.Text = "Tipo Classificazione destinazione"; // // MetaDataDetail // this.MetaDataDetail.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.MetaDataDetail.Controls.Add(this.gbox); this.MetaDataDetail.Controls.Add(this.groupBox15); this.MetaDataDetail.Controls.Add(this.DGridClassificazioni); this.MetaDataDetail.Controls.Add(this.label1); this.MetaDataDetail.Location = new System.Drawing.Point(190, 0); this.MetaDataDetail.Name = "MetaDataDetail"; this.MetaDataDetail.Size = new System.Drawing.Size(728, 554); this.MetaDataDetail.TabIndex = 32; this.MetaDataDetail.TabStop = false; this.MetaDataDetail.Text = "groupBox1"; // // Frm_sorting_traduzione // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(930, 566); this.Controls.Add(this.MetaDataDetail); this.Controls.Add(this.tree); this.Name = "Frm_sorting_traduzione"; this.Text = "FrmClassMovimenti_traduzione"; this.gbox.ResumeLayout(false); this.gbox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DGridClassificazioni)).EndInit(); this.groupBox15.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DGridDettagliClassificazioni)).EndInit(); this.MetaDataDetail.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components); this.ShapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer(); this.Line3 = new Microsoft.VisualBasic.PowerPacks.LineShape(); this.Line2 = new Microsoft.VisualBasic.PowerPacks.LineShape(); this.Line1 = new Microsoft.VisualBasic.PowerPacks.LineShape(); this.Frame3 = new System.Windows.Forms.GroupBox(); this.cmdUndo = new System.Windows.Forms.Button(); this.chkUndoPosOveride = new System.Windows.Forms.CheckBox(); this.picButtons = new System.Windows.Forms.Panel(); this.Command2 = new System.Windows.Forms.Button(); this.Command1 = new System.Windows.Forms.Button(); this.Frame2 = new System.Windows.Forms.GroupBox(); this.cmdUpdate = new System.Windows.Forms.Button(); this.chkDiscontinued = new System.Windows.Forms.CheckBox(); this.chkDisable = new System.Windows.Forms.CheckBox(); this._OprBarcode_1 = new System.Windows.Forms.RadioButton(); this._OprBarcode_0 = new System.Windows.Forms.RadioButton(); this._OprBarcode_2 = new System.Windows.Forms.RadioButton(); this.chkSerialTracking = new System.Windows.Forms.CheckBox(); this.chkPosOveride = new System.Windows.Forms.CheckBox(); this.chkAllowFractions = new System.Windows.Forms.CheckBox(); this.chkNonWeigted = new System.Windows.Forms.CheckBox(); this.chkScale = new System.Windows.Forms.CheckBox(); this.cmbUpPrinting = new _4PosBackOffice.NET.myDataGridView(); this.cmpUpSupplier = new _4PosBackOffice.NET.myDataGridView(); this.cmbUpPricing = new _4PosBackOffice.NET.myDataGridView(); this.cmbReportGroups = new _4PosBackOffice.NET.myDataGridView(); this.Label1 = new System.Windows.Forms.Label(); this.Label6 = new System.Windows.Forms.Label(); this.Label5 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.Frame1 = new System.Windows.Forms.GroupBox(); this.Command3 = new System.Windows.Forms.Button(); this.lblChanges = new System.Windows.Forms.Label(); this.lblHeading = new System.Windows.Forms.Label(); this.Frame3.SuspendLayout(); this.picButtons.SuspendLayout(); this.Frame2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize) this.cmbUpPrinting).BeginInit(); ((System.ComponentModel.ISupportInitialize) this.cmpUpSupplier).BeginInit(); ((System.ComponentModel.ISupportInitialize) this.cmbUpPricing).BeginInit(); ((System.ComponentModel.ISupportInitialize) this.cmbReportGroups).BeginInit(); this.Frame1.SuspendLayout(); this.SuspendLayout(); // //ShapeContainer1 // this.ShapeContainer1.Location = new System.Drawing.Point(0, 13); this.ShapeContainer1.Margin = new System.Windows.Forms.Padding(0); this.ShapeContainer1.Name = "ShapeContainer1"; this.ShapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] { this.Line3, this.Line2, this.Line1 }); this.ShapeContainer1.Size = new System.Drawing.Size(441, 312); this.ShapeContainer1.TabIndex = 28; this.ShapeContainer1.TabStop = false; // //Line3 // this.Line3.BorderColor = System.Drawing.SystemColors.WindowText; this.Line3.BorderWidth = 2; this.Line3.Name = "Line3"; this.Line3.X1 = 6; this.Line3.X2 = 432; this.Line3.Y1 = 251; this.Line3.Y2 = 251; // //Line2 // this.Line2.BorderColor = System.Drawing.SystemColors.WindowText; this.Line2.BorderWidth = 2; this.Line2.Name = "Line2"; this.Line2.X1 = 8; this.Line2.X2 = 434; this.Line2.Y1 = 96; this.Line2.Y2 = 96; // //Line1 // this.Line1.BorderColor = System.Drawing.SystemColors.WindowText; this.Line1.BorderWidth = 2; this.Line1.Name = "Line1"; this.Line1.X1 = 6; this.Line1.X2 = 434; this.Line1.Y1 = 139; this.Line1.Y2 = 139; // //Frame3 // this.Frame3.BackColor = System.Drawing.SystemColors.Control; this.Frame3.Controls.Add(this.cmdUndo); this.Frame3.Controls.Add(this.chkUndoPosOveride); this.Frame3.ForeColor = System.Drawing.SystemColors.ControlText; this.Frame3.Location = new System.Drawing.Point(6, 496); this.Frame3.Name = "Frame3"; this.Frame3.Padding = new System.Windows.Forms.Padding(0); this.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Frame3.Size = new System.Drawing.Size(441, 49); this.Frame3.TabIndex = 28; this.Frame3.TabStop = false; this.Frame3.Text = "Undo Changes"; // //cmdUndo // this.cmdUndo.BackColor = System.Drawing.SystemColors.Control; this.cmdUndo.Cursor = System.Windows.Forms.Cursors.Default; this.cmdUndo.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdUndo.Location = new System.Drawing.Point(184, 16); this.cmdUndo.Name = "cmdUndo"; this.cmdUndo.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdUndo.Size = new System.Drawing.Size(95, 27); this.cmdUndo.TabIndex = 30; this.cmdUndo.Text = "Undo Update"; this.cmdUndo.UseVisualStyleBackColor = false; // //chkUndoPosOveride // this.chkUndoPosOveride.BackColor = System.Drawing.SystemColors.Control; this.chkUndoPosOveride.Cursor = System.Windows.Forms.Cursors.Default; this.chkUndoPosOveride.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkUndoPosOveride.ForeColor = System.Drawing.SystemColors.WindowText; this.chkUndoPosOveride.Location = new System.Drawing.Point(8, 21); this.chkUndoPosOveride.Name = "chkUndoPosOveride"; this.chkUndoPosOveride.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkUndoPosOveride.Size = new System.Drawing.Size(171, 16); this.chkUndoPosOveride.TabIndex = 29; this.chkUndoPosOveride.Text = "Undo POS Price Overide (SQ)"; this.chkUndoPosOveride.UseVisualStyleBackColor = false; // //picButtons // this.picButtons.BackColor = System.Drawing.Color.Blue; this.picButtons.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picButtons.Controls.Add(this.Command2); this.picButtons.Controls.Add(this.Command1); this.picButtons.Cursor = System.Windows.Forms.Cursors.Default; this.picButtons.Dock = System.Windows.Forms.DockStyle.Top; this.picButtons.ForeColor = System.Drawing.SystemColors.ControlText; this.picButtons.Location = new System.Drawing.Point(0, 0); this.picButtons.Name = "picButtons"; this.picButtons.RightToLeft = System.Windows.Forms.RightToLeft.No; this.picButtons.Size = new System.Drawing.Size(452, 38); this.picButtons.TabIndex = 20; // //Command2 // this.Command2.BackColor = System.Drawing.SystemColors.Control; this.Command2.Cursor = System.Windows.Forms.Cursors.Default; this.Command2.ForeColor = System.Drawing.SystemColors.ControlText; this.Command2.Location = new System.Drawing.Point(360, 4); this.Command2.Name = "Command2"; this.Command2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Command2.Size = new System.Drawing.Size(83, 27); this.Command2.TabIndex = 22; this.Command2.Text = "&Exit"; this.Command2.UseVisualStyleBackColor = false; // //Command1 // this.Command1.BackColor = System.Drawing.SystemColors.Control; this.Command1.Cursor = System.Windows.Forms.Cursors.Default; this.Command1.ForeColor = System.Drawing.SystemColors.ControlText; this.Command1.Location = new System.Drawing.Point(4, 4); this.Command1.Name = "Command1"; this.Command1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Command1.Size = new System.Drawing.Size(83, 27); this.Command1.TabIndex = 21; this.Command1.Text = "Global Cost"; this.Command1.UseVisualStyleBackColor = false; // //Frame2 // this.Frame2.BackColor = System.Drawing.SystemColors.Control; this.Frame2.Controls.Add(this.cmdUpdate); this.Frame2.Controls.Add(this.chkDiscontinued); this.Frame2.Controls.Add(this.chkDisable); this.Frame2.Controls.Add(this._OprBarcode_1); this.Frame2.Controls.Add(this._OprBarcode_0); this.Frame2.Controls.Add(this._OprBarcode_2); this.Frame2.Controls.Add(this.chkSerialTracking); this.Frame2.Controls.Add(this.chkPosOveride); this.Frame2.Controls.Add(this.chkAllowFractions); this.Frame2.Controls.Add(this.chkNonWeigted); this.Frame2.Controls.Add(this.chkScale); this.Frame2.Controls.Add(this.cmbUpPrinting); this.Frame2.Controls.Add(this.cmpUpSupplier); this.Frame2.Controls.Add(this.cmbUpPricing); this.Frame2.Controls.Add(this.cmbReportGroups); this.Frame2.Controls.Add(this.Label1); this.Frame2.Controls.Add(this.Label6); this.Frame2.Controls.Add(this.Label5); this.Frame2.Controls.Add(this.Label4); this.Frame2.Controls.Add(this.Label3); this.Frame2.Controls.Add(this.ShapeContainer1); this.Frame2.Enabled = false; this.Frame2.ForeColor = System.Drawing.SystemColors.ControlText; this.Frame2.Location = new System.Drawing.Point(6, 166); this.Frame2.Name = "Frame2"; this.Frame2.Padding = new System.Windows.Forms.Padding(0); this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Frame2.Size = new System.Drawing.Size(441, 325); this.Frame2.TabIndex = 12; this.Frame2.TabStop = false; this.Frame2.Text = "Field(s) To Update"; // //cmdUpdate // this.cmdUpdate.BackColor = System.Drawing.SystemColors.Control; this.cmdUpdate.Cursor = System.Windows.Forms.Cursors.Default; this.cmdUpdate.ForeColor = System.Drawing.SystemColors.ControlText; this.cmdUpdate.Location = new System.Drawing.Point(184, 280); this.cmdUpdate.Name = "cmdUpdate"; this.cmdUpdate.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cmdUpdate.Size = new System.Drawing.Size(95, 27); this.cmdUpdate.TabIndex = 19; this.cmdUpdate.Text = "Update"; this.cmdUpdate.UseVisualStyleBackColor = false; // //chkDiscontinued // this.chkDiscontinued.BackColor = System.Drawing.SystemColors.Control; this.chkDiscontinued.Cursor = System.Windows.Forms.Cursors.Default; this.chkDiscontinued.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkDiscontinued.ForeColor = System.Drawing.SystemColors.WindowText; this.chkDiscontinued.Location = new System.Drawing.Point(348, 272); this.chkDiscontinued.Name = "chkDiscontinued"; this.chkDiscontinued.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkDiscontinued.Size = new System.Drawing.Size(83, 17); this.chkDiscontinued.TabIndex = 11; this.chkDiscontinued.Text = "Discontinued"; this.chkDiscontinued.UseVisualStyleBackColor = false; // //chkDisable // this.chkDisable.BackColor = System.Drawing.SystemColors.Control; this.chkDisable.Cursor = System.Windows.Forms.Cursors.Default; this.chkDisable.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkDisable.ForeColor = System.Drawing.SystemColors.WindowText; this.chkDisable.Location = new System.Drawing.Point(6, 272); this.chkDisable.Name = "chkDisable"; this.chkDisable.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkDisable.Size = new System.Drawing.Size(71, 17); this.chkDisable.TabIndex = 10; this.chkDisable.Text = "Disabled"; this.chkDisable.UseVisualStyleBackColor = false; // //_OprBarcode_1 // this._OprBarcode_1.BackColor = System.Drawing.SystemColors.Control; this._OprBarcode_1.Cursor = System.Windows.Forms.Cursors.Default; this._OprBarcode_1.ForeColor = System.Drawing.SystemColors.ControlText; this._OprBarcode_1.Location = new System.Drawing.Point(128, 130); this._OprBarcode_1.Name = "_OprBarcode_1"; this._OprBarcode_1.RightToLeft = System.Windows.Forms.RightToLeft.No; this._OprBarcode_1.Size = new System.Drawing.Size(71, 19); this._OprBarcode_1.TabIndex = 7; this._OprBarcode_1.TabStop = true; this._OprBarcode_1.Text = "Barcode"; this._OprBarcode_1.UseVisualStyleBackColor = false; // //_OprBarcode_0 // this._OprBarcode_0.BackColor = System.Drawing.SystemColors.Control; this._OprBarcode_0.Cursor = System.Windows.Forms.Cursors.Default; this._OprBarcode_0.ForeColor = System.Drawing.SystemColors.ControlText; this._OprBarcode_0.Location = new System.Drawing.Point(6, 130); this._OprBarcode_0.Name = "_OprBarcode_0"; this._OprBarcode_0.RightToLeft = System.Windows.Forms.RightToLeft.No; this._OprBarcode_0.Size = new System.Drawing.Size(69, 19); this._OprBarcode_0.TabIndex = 6; this._OprBarcode_0.TabStop = true; this._OprBarcode_0.Text = "Shelf"; this._OprBarcode_0.UseVisualStyleBackColor = false; // //_OprBarcode_2 // this._OprBarcode_2.BackColor = System.Drawing.SystemColors.Control; this._OprBarcode_2.Cursor = System.Windows.Forms.Cursors.Default; this._OprBarcode_2.ForeColor = System.Drawing.SystemColors.ControlText; this._OprBarcode_2.Location = new System.Drawing.Point(252, 130); this._OprBarcode_2.Name = "_OprBarcode_2"; this._OprBarcode_2.RightToLeft = System.Windows.Forms.RightToLeft.No; this._OprBarcode_2.Size = new System.Drawing.Size(47, 19); this._OprBarcode_2.TabIndex = 5; this._OprBarcode_2.TabStop = true; this._OprBarcode_2.Text = "None"; this._OprBarcode_2.UseVisualStyleBackColor = false; // //chkSerialTracking // this.chkSerialTracking.BackColor = System.Drawing.SystemColors.Control; this.chkSerialTracking.Cursor = System.Windows.Forms.Cursors.Default; this.chkSerialTracking.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkSerialTracking.ForeColor = System.Drawing.SystemColors.WindowText; this.chkSerialTracking.Location = new System.Drawing.Point(8, 86); this.chkSerialTracking.Name = "chkSerialTracking"; this.chkSerialTracking.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkSerialTracking.Size = new System.Drawing.Size(211, 21); this.chkSerialTracking.TabIndex = 4; this.chkSerialTracking.Text = "Serial Tracking "; this.chkSerialTracking.UseVisualStyleBackColor = false; // //chkPosOveride // this.chkPosOveride.BackColor = System.Drawing.SystemColors.Control; this.chkPosOveride.Cursor = System.Windows.Forms.Cursors.Default; this.chkPosOveride.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkPosOveride.ForeColor = System.Drawing.SystemColors.WindowText; this.chkPosOveride.Location = new System.Drawing.Point(8, 68); this.chkPosOveride.Name = "chkPosOveride"; this.chkPosOveride.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkPosOveride.Size = new System.Drawing.Size(211, 21); this.chkPosOveride.TabIndex = 3; this.chkPosOveride.Text = "POS Price Overide (SQ)"; this.chkPosOveride.UseVisualStyleBackColor = false; // //chkAllowFractions // this.chkAllowFractions.BackColor = System.Drawing.SystemColors.Control; this.chkAllowFractions.Cursor = System.Windows.Forms.Cursors.Default; this.chkAllowFractions.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkAllowFractions.ForeColor = System.Drawing.SystemColors.WindowText; this.chkAllowFractions.Location = new System.Drawing.Point(8, 52); this.chkAllowFractions.Name = "chkAllowFractions"; this.chkAllowFractions.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkAllowFractions.Size = new System.Drawing.Size(211, 20); this.chkAllowFractions.TabIndex = 2; this.chkAllowFractions.Text = "Allow Fractions"; this.chkAllowFractions.UseVisualStyleBackColor = false; // //chkNonWeigted // this.chkNonWeigted.BackColor = System.Drawing.SystemColors.Control; this.chkNonWeigted.Cursor = System.Windows.Forms.Cursors.Default; this.chkNonWeigted.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkNonWeigted.ForeColor = System.Drawing.SystemColors.WindowText; this.chkNonWeigted.Location = new System.Drawing.Point(8, 34); this.chkNonWeigted.Name = "chkNonWeigted"; this.chkNonWeigted.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkNonWeigted.Size = new System.Drawing.Size(211, 17); this.chkNonWeigted.TabIndex = 1; this.chkNonWeigted.Text = "This is a scale item Non-Weigted"; this.chkNonWeigted.UseVisualStyleBackColor = false; // //chkScale // this.chkScale.BackColor = System.Drawing.SystemColors.Control; this.chkScale.Cursor = System.Windows.Forms.Cursors.Default; this.chkScale.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkScale.ForeColor = System.Drawing.SystemColors.WindowText; this.chkScale.Location = new System.Drawing.Point(8, 16); this.chkScale.Name = "chkScale"; this.chkScale.RightToLeft = System.Windows.Forms.RightToLeft.No; this.chkScale.Size = new System.Drawing.Size(211, 18); this.chkScale.TabIndex = 0; this.chkScale.Text = "This Is a Scale Product "; this.chkScale.UseVisualStyleBackColor = false; // //cmbUpPrinting // this.cmbUpPrinting.AllowAddNew = true; this.cmbUpPrinting.BoundText = ""; this.cmbUpPrinting.CellBackColor = System.Drawing.SystemColors.AppWorkspace; this.cmbUpPrinting.Col = 0; this.cmbUpPrinting.CtlText = ""; this.cmbUpPrinting.DataField = null; this.cmbUpPrinting.Location = new System.Drawing.Point(156, 210); this.cmbUpPrinting.Name = "cmbUpPrinting"; this.cmbUpPrinting.row = 0; this.cmbUpPrinting.Size = new System.Drawing.Size(275, 21); this.cmbUpPrinting.TabIndex = 8; this.cmbUpPrinting.TopRow = 0; // //cmpUpSupplier // this.cmpUpSupplier.AllowAddNew = true; this.cmpUpSupplier.BoundText = ""; this.cmpUpSupplier.CellBackColor = System.Drawing.SystemColors.AppWorkspace; this.cmpUpSupplier.Col = 0; this.cmpUpSupplier.CtlText = ""; this.cmpUpSupplier.DataField = null; this.cmpUpSupplier.Location = new System.Drawing.Point(156, 162); this.cmpUpSupplier.Name = "cmpUpSupplier"; this.cmpUpSupplier.row = 0; this.cmpUpSupplier.Size = new System.Drawing.Size(275, 21); this.cmpUpSupplier.TabIndex = 15; this.cmpUpSupplier.TopRow = 0; // //cmbUpPricing // this.cmbUpPricing.AllowAddNew = true; this.cmbUpPricing.BoundText = ""; this.cmbUpPricing.CellBackColor = System.Drawing.SystemColors.AppWorkspace; this.cmbUpPricing.Col = 0; this.cmbUpPricing.CtlText = ""; this.cmbUpPricing.DataField = null; this.cmbUpPricing.Location = new System.Drawing.Point(156, 186); this.cmbUpPricing.Name = "cmbUpPricing"; this.cmbUpPricing.row = 0; this.cmbUpPricing.Size = new System.Drawing.Size(275, 21); this.cmbUpPricing.TabIndex = 17; this.cmbUpPricing.TopRow = 0; // //cmbReportGroups // this.cmbReportGroups.AllowAddNew = true; this.cmbReportGroups.BoundText = ""; this.cmbReportGroups.CellBackColor = System.Drawing.SystemColors.AppWorkspace; this.cmbReportGroups.Col = 0; this.cmbReportGroups.CtlText = ""; this.cmbReportGroups.DataField = null; this.cmbReportGroups.Location = new System.Drawing.Point(156, 234); this.cmbReportGroups.Name = "cmbReportGroups"; this.cmbReportGroups.row = 0; this.cmbReportGroups.Size = new System.Drawing.Size(275, 21); this.cmbReportGroups.TabIndex = 26; this.cmbReportGroups.TopRow = 0; // //Label1 // this.Label1.BackColor = System.Drawing.SystemColors.Control; this.Label1.Cursor = System.Windows.Forms.Cursors.Default; this.Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.Label1.Location = new System.Drawing.Point(38, 238); this.Label1.Name = "Label1"; this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label1.Size = new System.Drawing.Size(113, 13); this.Label1.TabIndex = 27; this.Label1.Text = "Report Groups:"; this.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // //Label6 // this.Label6.BackColor = System.Drawing.SystemColors.Control; this.Label6.Cursor = System.Windows.Forms.Cursors.Default; this.Label6.ForeColor = System.Drawing.SystemColors.ControlText; this.Label6.Location = new System.Drawing.Point(38, 164); this.Label6.Name = "Label6"; this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label6.Size = new System.Drawing.Size(113, 17); this.Label6.TabIndex = 18; this.Label6.Text = "New Supplier :"; this.Label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // //Label5 // this.Label5.BackColor = System.Drawing.SystemColors.Control; this.Label5.Cursor = System.Windows.Forms.Cursors.Default; this.Label5.ForeColor = System.Drawing.SystemColors.ControlText; this.Label5.Location = new System.Drawing.Point(38, 188); this.Label5.Name = "Label5"; this.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label5.Size = new System.Drawing.Size(113, 17); this.Label5.TabIndex = 16; this.Label5.Text = "New Pricing Group :"; this.Label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // //Label4 // this.Label4.BackColor = System.Drawing.SystemColors.Control; this.Label4.Cursor = System.Windows.Forms.Cursors.Default; this.Label4.ForeColor = System.Drawing.SystemColors.ControlText; this.Label4.Location = new System.Drawing.Point(8, 112); this.Label4.Name = "Label4"; this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label4.Size = new System.Drawing.Size(147, 13); this.Label4.TabIndex = 14; this.Label4.Text = "Shelf && Barcode Printing"; // //Label3 // this.Label3.BackColor = System.Drawing.SystemColors.Control; this.Label3.Cursor = System.Windows.Forms.Cursors.Default; this.Label3.ForeColor = System.Drawing.SystemColors.ControlText; this.Label3.Location = new System.Drawing.Point(38, 214); this.Label3.Name = "Label3"; this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Label3.Size = new System.Drawing.Size(113, 13); this.Label3.TabIndex = 13; this.Label3.Text = "New Printing Location :"; this.Label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // //Frame1 // this.Frame1.BackColor = System.Drawing.SystemColors.Control; this.Frame1.Controls.Add(this.Command3); this.Frame1.Controls.Add(this.lblChanges); this.Frame1.Controls.Add(this.lblHeading); this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText; this.Frame1.Location = new System.Drawing.Point(6, 44); this.Frame1.Name = "Frame1"; this.Frame1.Padding = new System.Windows.Forms.Padding(0); this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Frame1.Size = new System.Drawing.Size(441, 119); this.Frame1.TabIndex = 9; this.Frame1.TabStop = false; this.Frame1.Text = "1. Filter"; // //Command3 // this.Command3.BackColor = System.Drawing.SystemColors.Control; this.Command3.Cursor = System.Windows.Forms.Cursors.Default; this.Command3.ForeColor = System.Drawing.SystemColors.ControlText; this.Command3.Location = new System.Drawing.Point(356, 16); this.Command3.Name = "Command3"; this.Command3.RightToLeft = System.Windows.Forms.RightToLeft.No; this.Command3.Size = new System.Drawing.Size(79, 37); this.Command3.TabIndex = 23; this.Command3.Text = "Filter"; this.Command3.UseVisualStyleBackColor = false; // //lblChanges // this.lblChanges.BackColor = System.Drawing.SystemColors.Window; this.lblChanges.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblChanges.Cursor = System.Windows.Forms.Cursors.Default; this.lblChanges.ForeColor = System.Drawing.Color.Red; this.lblChanges.Location = new System.Drawing.Point(12, 94); this.lblChanges.Name = "lblChanges"; this.lblChanges.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblChanges.Size = new System.Drawing.Size(339, 19); this.lblChanges.TabIndex = 25; this.lblChanges.TextAlign = System.Drawing.ContentAlignment.TopCenter; // //lblHeading // this.lblHeading.BackColor = System.Drawing.SystemColors.Control; this.lblHeading.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblHeading.Cursor = System.Windows.Forms.Cursors.Default; this.lblHeading.ForeColor = System.Drawing.SystemColors.ControlText; this.lblHeading.Location = new System.Drawing.Point(12, 16); this.lblHeading.Name = "lblHeading"; this.lblHeading.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblHeading.Size = new System.Drawing.Size(339, 76); this.lblHeading.TabIndex = 24; this.lblHeading.Text = "Using the \"Stock Item Selector\" ....."; // //frmGlobalFilter // this.AutoScaleDimensions = new System.Drawing.SizeF(6f, 13f); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(452, 545); this.ControlBox = false; this.Controls.Add(this.Frame3); this.Controls.Add(this.picButtons); this.Controls.Add(this.Frame2); this.Controls.Add(this.Frame1); this.Cursor = System.Windows.Forms.Cursors.Default; this.ForeColor = System.Drawing.Color.FromArgb(Convert.ToInt32(Convert.ToByte(128)), Convert.ToInt32(Convert.ToByte(128)), Convert.ToInt32(Convert.ToByte(128))); this.KeyPreview = true; this.Location = new System.Drawing.Point(4, 23); this.Name = "frmGlobalFilter"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Global Update"; this.Frame3.ResumeLayout(false); this.picButtons.ResumeLayout(false); this.Frame2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize) this.cmbUpPrinting).EndInit(); ((System.ComponentModel.ISupportInitialize) this.cmpUpSupplier).EndInit(); ((System.ComponentModel.ISupportInitialize) this.cmbUpPricing).EndInit(); ((System.ComponentModel.ISupportInitialize) this.cmbReportGroups).EndInit(); this.Frame1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.radioDSDisabled = new System.Windows.Forms.RadioButton(); this.textChars = new System.Windows.Forms.TextBox(); this.btnAttach = new System.Windows.Forms.Button(); this.radioSendExp = new System.Windows.Forms.RadioButton(); this.lblDSConnection = new System.Windows.Forms.Label(); this.textFriendName = new System.Windows.Forms.TextBox(); this.groupConnectionMode = new System.Windows.Forms.GroupBox(); this.radioDSEnabled = new System.Windows.Forms.RadioButton(); this.textFriendComputer = new System.Windows.Forms.TextBox(); this.lblRemoteQueue = new System.Windows.Forms.Label(); this.groupSendType = new System.Windows.Forms.GroupBox(); this.radioSendRec = new System.Windows.Forms.RadioButton(); this.btnCancel = new System.Windows.Forms.Button(); this.picture1 = new System.Windows.Forms.PictureBox(); this.btnConnect = new System.Windows.Forms.Button(); this.lblRemoteComputer = new System.Windows.Forms.Label(); this.groupConnectionMode.SuspendLayout(); this.groupSendType.SuspendLayout(); this.SuspendLayout(); // // radioDSDisabled // this.radioDSDisabled.Location = new System.Drawing.Point(8, 56); this.radioDSDisabled.Name = "radioDSDisabled"; this.radioDSDisabled.Size = new System.Drawing.Size(216, 16); this.radioDSDisabled.TabIndex = 1; this.radioDSDisabled.Text = "Private queue"; // // textChars // this.textChars.Location = new System.Drawing.Point(16, 272); this.textChars.Name = "textChars"; this.textChars.Size = new System.Drawing.Size(384, 20); this.textChars.TabIndex = 11; this.textChars.Text = ""; this.textChars.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textChars_KeyPress); // // btnAttach // this.btnAttach.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.btnAttach.Location = new System.Drawing.Point(312, 304); this.btnAttach.Name = "btnAttach"; this.btnAttach.Size = new System.Drawing.Size(88, 24); this.btnAttach.TabIndex = 3; this.btnAttach.Text = "Start Sending"; this.btnAttach.Click += new System.EventHandler(this.btnAttach_Click); // // radioSendExp // this.radioSendExp.Checked = true; this.radioSendExp.Location = new System.Drawing.Point(16, 24); this.radioSendExp.Name = "radioSendExp"; this.radioSendExp.Size = new System.Drawing.Size(104, 16); this.radioSendExp.TabIndex = 0; this.radioSendExp.TabStop = true; this.radioSendExp.Text = "&Express"; // // lblDSConnection // this.lblDSConnection.Location = new System.Drawing.Point(16, 384); this.lblDSConnection.Name = "lblDSConnection"; this.lblDSConnection.Size = new System.Drawing.Size(100, 16); this.lblDSConnection.TabIndex = 7; // // textFriendName // this.textFriendName.Location = new System.Drawing.Point(160, 304); this.textFriendName.Name = "textFriendName"; this.textFriendName.Size = new System.Drawing.Size(144, 20); this.textFriendName.TabIndex = 2; this.textFriendName.Text = ""; this.textFriendName.TextChanged += new System.EventHandler(this.textFriendName_TextChanged); // // groupConnectionMode // this.groupConnectionMode.Controls.AddRange(new System.Windows.Forms.Control[] { this.radioDSDisabled, this.radioDSEnabled }); this.groupConnectionMode.Location = new System.Drawing.Point(96, 304); this.groupConnectionMode.Name = "groupConnectionMode"; this.groupConnectionMode.Size = new System.Drawing.Size(232, 96); this.groupConnectionMode.TabIndex = 10; this.groupConnectionMode.TabStop = false; this.groupConnectionMode.Text = "Queue Type"; // // radioDSEnabled // this.radioDSEnabled.Checked = true; this.radioDSEnabled.Location = new System.Drawing.Point(8, 24); this.radioDSEnabled.Name = "radioDSEnabled"; this.radioDSEnabled.Size = new System.Drawing.Size(208, 16); this.radioDSEnabled.TabIndex = 0; this.radioDSEnabled.TabStop = true; this.radioDSEnabled.Text = "Public queue"; // // textFriendComputer // this.textFriendComputer.Location = new System.Drawing.Point(160, 336); this.textFriendComputer.Name = "textFriendComputer"; this.textFriendComputer.Size = new System.Drawing.Size(144, 20); this.textFriendComputer.TabIndex = 6; this.textFriendComputer.Text = ""; this.textFriendComputer.TextChanged += new System.EventHandler(this.textFriendComputer_TextChanged); // // lblRemoteQueue // this.lblRemoteQueue.Location = new System.Drawing.Point(16, 304); this.lblRemoteQueue.Name = "lblRemoteQueue"; this.lblRemoteQueue.Size = new System.Drawing.Size(128, 16); this.lblRemoteQueue.TabIndex = 1; this.lblRemoteQueue.Text = "Send drawing to queue:"; // // groupSendType // this.groupSendType.Controls.AddRange(new System.Windows.Forms.Control[] { this.radioSendRec, this.radioSendExp }); this.groupSendType.Location = new System.Drawing.Point(256, 368); this.groupSendType.Name = "groupSendType"; this.groupSendType.Size = new System.Drawing.Size(136, 72); this.groupSendType.TabIndex = 4; this.groupSendType.TabStop = false; this.groupSendType.Text = "Type of delivery"; // // radioSendRec // this.radioSendRec.Location = new System.Drawing.Point(16, 48); this.radioSendRec.Name = "radioSendRec"; this.radioSendRec.Size = new System.Drawing.Size(104, 16); this.radioSendRec.TabIndex = 0; this.radioSendRec.Text = "Recoverable"; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(224, 408); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(104, 32); this.btnCancel.TabIndex = 9; this.btnCancel.Text = "Cancel"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // picture1 // this.picture1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.picture1.Location = new System.Drawing.Point(16, 8); this.picture1.Name = "picture1"; this.picture1.Size = new System.Drawing.Size(383, 257); this.picture1.TabIndex = 0; this.picture1.TabStop = false; this.picture1.Paint += new System.Windows.Forms.PaintEventHandler(this.picture1_Paint); this.picture1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picture1_MouseUp); this.picture1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picture1_MouseMove); this.picture1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picture1_MouseDown); // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(96, 408); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(104, 32); this.btnConnect.TabIndex = 8; this.btnConnect.Text = "OK"; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // lblRemoteComputer // this.lblRemoteComputer.Location = new System.Drawing.Point(16, 336); this.lblRemoteComputer.Name = "lblRemoteComputer"; this.lblRemoteComputer.Size = new System.Drawing.Size(144, 24); this.lblRemoteComputer.TabIndex = 5; this.lblRemoteComputer.Text = "Send drawing to computer:"; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(413, 450); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.groupConnectionMode, this.textChars, this.btnCancel, this.btnConnect, this.lblDSConnection, this.textFriendComputer, this.groupSendType, this.btnAttach, this.textFriendName, this.lblRemoteQueue, this.picture1, this.lblRemoteComputer }); this.Name = "Form1"; this.Text = "Form1"; this.groupConnectionMode.ResumeLayout(false); this.groupSendType.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.usnLabel = new System.Windows.Forms.Label(); this.usnTextBox = new System.Windows.Forms.TextBox(); this.usnButton = new System.Windows.Forms.Button(); this.findGroupBox = new System.Windows.Forms.GroupBox(); this.changeRecordGroupBox = new System.Windows.Forms.GroupBox(); this.changeRecordTextBox = new System.Windows.Forms.TextBox(); this.correctionGroupBox = new System.Windows.Forms.GroupBox(); this.correctionButton = new System.Windows.Forms.Button(); this.correctionTextBox = new System.Windows.Forms.TextBox(); this.findGroupBox.SuspendLayout(); this.changeRecordGroupBox.SuspendLayout(); this.correctionGroupBox.SuspendLayout(); this.SuspendLayout(); // // usnLabel // this.usnLabel.Location = new System.Drawing.Point(8, 24); this.usnLabel.Name = "usnLabel"; this.usnLabel.Size = new System.Drawing.Size(48, 16); this.usnLabel.TabIndex = 0; this.usnLabel.Text = "USN:"; // // usnTextBox // this.usnTextBox.Location = new System.Drawing.Point(56, 22); this.usnTextBox.Name = "usnTextBox"; this.usnTextBox.Size = new System.Drawing.Size(112, 20); this.usnTextBox.TabIndex = 1; this.usnTextBox.Text = ""; // // usnButton // this.usnButton.Location = new System.Drawing.Point(176, 21); this.usnButton.Name = "usnButton"; this.usnButton.Size = new System.Drawing.Size(120, 23); this.usnButton.TabIndex = 2; this.usnButton.Text = "Get ChangeRecord"; this.usnButton.Click += new System.EventHandler(this.usnButton_Click); // // findGroupBox // this.findGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right); this.findGroupBox.Controls.AddRange(new System.Windows.Forms.Control[] { this.usnLabel, this.usnButton, this.usnTextBox }); this.findGroupBox.Location = new System.Drawing.Point(8, 8); this.findGroupBox.Name = "findGroupBox"; this.findGroupBox.Size = new System.Drawing.Size(568, 56); this.findGroupBox.TabIndex = 3; this.findGroupBox.TabStop = false; this.findGroupBox.Text = "Find Change Record"; // // changeRecordGroupBox // this.changeRecordGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right); this.changeRecordGroupBox.Controls.AddRange(new System.Windows.Forms.Control[] { this.changeRecordTextBox }); this.changeRecordGroupBox.Location = new System.Drawing.Point(8, 72); this.changeRecordGroupBox.Name = "changeRecordGroupBox"; this.changeRecordGroupBox.Size = new System.Drawing.Size(568, 280); this.changeRecordGroupBox.TabIndex = 4; this.changeRecordGroupBox.TabStop = false; this.changeRecordGroupBox.Text = "Change Record"; // // changeRecordTextBox // this.changeRecordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right); this.changeRecordTextBox.Location = new System.Drawing.Point(8, 24); this.changeRecordTextBox.Multiline = true; this.changeRecordTextBox.Name = "changeRecordTextBox"; this.changeRecordTextBox.ReadOnly = true; this.changeRecordTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.changeRecordTextBox.Size = new System.Drawing.Size(552, 240); this.changeRecordTextBox.TabIndex = 0; this.changeRecordTextBox.Text = ""; // // correctionGroupBox // this.correctionGroupBox.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right); this.correctionGroupBox.Controls.AddRange(new System.Windows.Forms.Control[] { this.correctionButton, this.correctionTextBox }); this.correctionGroupBox.Location = new System.Drawing.Point(8, 360); this.correctionGroupBox.Name = "correctionGroupBox"; this.correctionGroupBox.Size = new System.Drawing.Size(568, 304); this.correctionGroupBox.TabIndex = 5; this.correctionGroupBox.TabStop = false; this.correctionGroupBox.Text = "Proposed Correction"; // // correctionButton // this.correctionButton.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left); this.correctionButton.Enabled = false; this.correctionButton.Location = new System.Drawing.Point(8, 272); this.correctionButton.Name = "correctionButton"; this.correctionButton.Size = new System.Drawing.Size(112, 23); this.correctionButton.TabIndex = 1; this.correctionButton.Text = "Issue Correction"; this.correctionButton.Click += new System.EventHandler(this.correctionButton_Click); // // correctionTextBox // this.correctionTextBox.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right); this.correctionTextBox.Location = new System.Drawing.Point(8, 24); this.correctionTextBox.Multiline = true; this.correctionTextBox.Name = "correctionTextBox"; this.correctionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.correctionTextBox.Size = new System.Drawing.Size(552, 240); this.correctionTextBox.TabIndex = 0; this.correctionTextBox.Text = ""; // // CorrectionAdmin // this.Controls.AddRange(new System.Windows.Forms.Control[] { this.correctionGroupBox, this.changeRecordGroupBox, this.findGroupBox }); this.Name = "CorrectionAdmin"; this.Size = new System.Drawing.Size(592, 680); this.findGroupBox.ResumeLayout(false); this.changeRecordGroupBox.ResumeLayout(false); this.correctionGroupBox.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.cmdMeetZoomTo = new System.Windows.Forms.Button(); this.cmdMeetCenterAt = new System.Windows.Forms.Button(); this.cmdMeetFlash = new System.Windows.Forms.Button(); this.cmdFailZoomTo = new System.Windows.Forms.Button(); this.cmdFailCenterAt = new System.Windows.Forms.Button(); this.cmdFailFlash = new System.Windows.Forms.Button(); this.cmdOpen = new System.Windows.Forms.Button(); this.optZoomIn = new System.Windows.Forms.RadioButton(); this.optZoomOut = new System.Windows.Forms.RadioButton(); this.optPan = new System.Windows.Forms.RadioButton(); this.cmdFullExtent = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.grpBox = new System.Windows.Forms.GroupBox(); this.lblValue = new System.Windows.Forms.Label(); this.lblOperator = new System.Windows.Forms.Label(); this.lblField = new System.Windows.Forms.Label(); this.lblFieldType = new System.Windows.Forms.Label(); this.lblLayerToQuery = new System.Windows.Forms.Label(); this.cmdQuery = new System.Windows.Forms.Button(); this.txtValue = new System.Windows.Forms.TextBox(); this.cboLayers = new System.Windows.Forms.ComboBox(); this.optString = new System.Windows.Forms.RadioButton(); this.optNumber = new System.Windows.Forms.RadioButton(); this.cboOperator = new System.Windows.Forms.ComboBox(); this.cboFields = new System.Windows.Forms.ComboBox(); this.lblMeets = new System.Windows.Forms.Label(); this.lblFails = new System.Windows.Forms.Label(); this.axArcReaderControl1 = new ESRI.ArcGIS.PublisherControls.AxArcReaderControl(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.grpBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.axArcReaderControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.SuspendLayout(); // // cmdMeetZoomTo // this.cmdMeetZoomTo.Location = new System.Drawing.Point(8, 488); this.cmdMeetZoomTo.Name = "cmdMeetZoomTo"; this.cmdMeetZoomTo.Size = new System.Drawing.Size(112, 24); this.cmdMeetZoomTo.TabIndex = 3; this.cmdMeetZoomTo.Text = "Zoom To"; this.cmdMeetZoomTo.Click += new System.EventHandler(this.MixedDisplayResults_Click); // // cmdMeetCenterAt // this.cmdMeetCenterAt.Location = new System.Drawing.Point(128, 488); this.cmdMeetCenterAt.Name = "cmdMeetCenterAt"; this.cmdMeetCenterAt.Size = new System.Drawing.Size(112, 24); this.cmdMeetCenterAt.TabIndex = 4; this.cmdMeetCenterAt.Text = "Center At"; this.cmdMeetCenterAt.Click += new System.EventHandler(this.MixedDisplayResults_Click); // // cmdMeetFlash // this.cmdMeetFlash.Location = new System.Drawing.Point(248, 488); this.cmdMeetFlash.Name = "cmdMeetFlash"; this.cmdMeetFlash.Size = new System.Drawing.Size(104, 24); this.cmdMeetFlash.TabIndex = 5; this.cmdMeetFlash.Text = "Flash"; this.cmdMeetFlash.Click += new System.EventHandler(this.MixedDisplayResults_Click); // // cmdFailZoomTo // this.cmdFailZoomTo.Location = new System.Drawing.Point(360, 488); this.cmdFailZoomTo.Name = "cmdFailZoomTo"; this.cmdFailZoomTo.Size = new System.Drawing.Size(112, 24); this.cmdFailZoomTo.TabIndex = 6; this.cmdFailZoomTo.Text = "Zoom To"; this.cmdFailZoomTo.Click += new System.EventHandler(this.MixedDisplayResults_Click); // // cmdFailCenterAt // this.cmdFailCenterAt.Location = new System.Drawing.Point(480, 488); this.cmdFailCenterAt.Name = "cmdFailCenterAt"; this.cmdFailCenterAt.Size = new System.Drawing.Size(112, 24); this.cmdFailCenterAt.TabIndex = 7; this.cmdFailCenterAt.Text = "Center At"; this.cmdFailCenterAt.Click += new System.EventHandler(this.MixedDisplayResults_Click); // // cmdFailFlash // this.cmdFailFlash.Location = new System.Drawing.Point(600, 488); this.cmdFailFlash.Name = "cmdFailFlash"; this.cmdFailFlash.Size = new System.Drawing.Size(104, 24); this.cmdFailFlash.TabIndex = 8; this.cmdFailFlash.Text = "Flash"; this.cmdFailFlash.Click += new System.EventHandler(this.MixedDisplayResults_Click); // // cmdOpen // this.cmdOpen.Location = new System.Drawing.Point(8, 8); this.cmdOpen.Name = "cmdOpen"; this.cmdOpen.Size = new System.Drawing.Size(72, 24); this.cmdOpen.TabIndex = 9; this.cmdOpen.Text = "Open"; this.cmdOpen.Click += new System.EventHandler(this.cmdOpen_Click); // // optZoomIn // this.optZoomIn.Appearance = System.Windows.Forms.Appearance.Button; this.optZoomIn.Location = new System.Drawing.Point(80, 8); this.optZoomIn.Name = "optZoomIn"; this.optZoomIn.Size = new System.Drawing.Size(72, 24); this.optZoomIn.TabIndex = 10; this.optZoomIn.Text = "Zoom In"; this.optZoomIn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.optZoomIn.Click += new System.EventHandler(this.MixedControls_Click); // // optZoomOut // this.optZoomOut.Appearance = System.Windows.Forms.Appearance.Button; this.optZoomOut.Location = new System.Drawing.Point(152, 8); this.optZoomOut.Name = "optZoomOut"; this.optZoomOut.Size = new System.Drawing.Size(72, 24); this.optZoomOut.TabIndex = 11; this.optZoomOut.Text = "Zoom Out"; this.optZoomOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.optZoomOut.Click += new System.EventHandler(this.MixedControls_Click); // // optPan // this.optPan.Appearance = System.Windows.Forms.Appearance.Button; this.optPan.Location = new System.Drawing.Point(296, 8); this.optPan.Name = "optPan"; this.optPan.Size = new System.Drawing.Size(72, 24); this.optPan.TabIndex = 13; this.optPan.Text = "Pan"; this.optPan.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.optPan.Click += new System.EventHandler(this.MixedControls_Click); // // cmdFullExtent // this.cmdFullExtent.Location = new System.Drawing.Point(224, 8); this.cmdFullExtent.Name = "cmdFullExtent"; this.cmdFullExtent.Size = new System.Drawing.Size(72, 24); this.cmdFullExtent.TabIndex = 14; this.cmdFullExtent.Text = "Full Extent"; this.cmdFullExtent.Click += new System.EventHandler(this.cmdFullExtent_Click); // // grpBox // this.grpBox.Controls.Add(this.lblValue); this.grpBox.Controls.Add(this.lblOperator); this.grpBox.Controls.Add(this.lblField); this.grpBox.Controls.Add(this.lblFieldType); this.grpBox.Controls.Add(this.lblLayerToQuery); this.grpBox.Controls.Add(this.cmdQuery); this.grpBox.Controls.Add(this.txtValue); this.grpBox.Controls.Add(this.cboLayers); this.grpBox.Controls.Add(this.optString); this.grpBox.Controls.Add(this.optNumber); this.grpBox.Controls.Add(this.cboOperator); this.grpBox.Controls.Add(this.cboFields); this.grpBox.Location = new System.Drawing.Point(560, 40); this.grpBox.Name = "grpBox"; this.grpBox.Size = new System.Drawing.Size(144, 312); this.grpBox.TabIndex = 20; this.grpBox.TabStop = false; this.grpBox.Text = "Query Criteria"; // // lblValue // this.lblValue.Location = new System.Drawing.Point(8, 224); this.lblValue.Name = "lblValue"; this.lblValue.Size = new System.Drawing.Size(120, 16); this.lblValue.TabIndex = 31; this.lblValue.Text = "Value:"; // // lblOperator // this.lblOperator.Location = new System.Drawing.Point(8, 176); this.lblOperator.Name = "lblOperator"; this.lblOperator.Size = new System.Drawing.Size(88, 16); this.lblOperator.TabIndex = 30; this.lblOperator.Text = "Operator:"; // // lblField // this.lblField.Location = new System.Drawing.Point(8, 128); this.lblField.Name = "lblField"; this.lblField.Size = new System.Drawing.Size(96, 16); this.lblField.TabIndex = 29; this.lblField.Text = "Field to Query:"; // // lblFieldType // this.lblFieldType.Location = new System.Drawing.Point(8, 80); this.lblFieldType.Name = "lblFieldType"; this.lblFieldType.Size = new System.Drawing.Size(104, 16); this.lblFieldType.TabIndex = 28; this.lblFieldType.Text = "Field Type:"; // // lblLayerToQuery // this.lblLayerToQuery.Location = new System.Drawing.Point(8, 24); this.lblLayerToQuery.Name = "lblLayerToQuery"; this.lblLayerToQuery.Size = new System.Drawing.Size(120, 16); this.lblLayerToQuery.TabIndex = 27; this.lblLayerToQuery.Text = "Layer to Query:"; // // cmdQuery // this.cmdQuery.Location = new System.Drawing.Point(24, 272); this.cmdQuery.Name = "cmdQuery"; this.cmdQuery.Size = new System.Drawing.Size(104, 32); this.cmdQuery.TabIndex = 26; this.cmdQuery.Text = "Query"; this.cmdQuery.Click += new System.EventHandler(this.cmdQuery_Click); // // txtValue // this.txtValue.Location = new System.Drawing.Point(8, 240); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(120, 20); this.txtValue.TabIndex = 25; this.txtValue.TextChanged += new System.EventHandler(this.txtValue_TextChanged); // // cboLayers // this.cboLayers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboLayers.Location = new System.Drawing.Point(8, 40); this.cboLayers.Name = "cboLayers"; this.cboLayers.Size = new System.Drawing.Size(120, 21); this.cboLayers.TabIndex = 24; this.cboLayers.SelectedIndexChanged += new System.EventHandler(this.cboLayers_SelectedIndexChanged); // // optString // this.optString.Location = new System.Drawing.Point(80, 96); this.optString.Name = "optString"; this.optString.Size = new System.Drawing.Size(56, 16); this.optString.TabIndex = 23; this.optString.Text = "String"; this.optString.Click += new System.EventHandler(this.DataType_Click); // // optNumber // this.optNumber.Location = new System.Drawing.Point(8, 96); this.optNumber.Name = "optNumber"; this.optNumber.Size = new System.Drawing.Size(64, 16); this.optNumber.TabIndex = 22; this.optNumber.Text = "Number"; this.optNumber.Click += new System.EventHandler(this.DataType_Click); // // cboOperator // this.cboOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboOperator.Location = new System.Drawing.Point(8, 192); this.cboOperator.Name = "cboOperator"; this.cboOperator.Size = new System.Drawing.Size(120, 21); this.cboOperator.TabIndex = 21; // // cboFields // this.cboFields.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboFields.Location = new System.Drawing.Point(8, 144); this.cboFields.Name = "cboFields"; this.cboFields.Size = new System.Drawing.Size(120, 21); this.cboFields.TabIndex = 20; // // lblMeets // this.lblMeets.Location = new System.Drawing.Point(8, 360); this.lblMeets.Name = "lblMeets"; this.lblMeets.Size = new System.Drawing.Size(344, 24); this.lblMeets.TabIndex = 21; // // lblFails // this.lblFails.Location = new System.Drawing.Point(368, 360); this.lblFails.Name = "lblFails"; this.lblFails.Size = new System.Drawing.Size(336, 24); this.lblFails.TabIndex = 22; // // axArcReaderControl1 // this.axArcReaderControl1.Location = new System.Drawing.Point(8, 40); this.axArcReaderControl1.Name = "axArcReaderControl1"; this.axArcReaderControl1.Size = new System.Drawing.Size(544, 312); this.axArcReaderControl1.TabIndex = 23; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(8, 384); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.Size = new System.Drawing.Size(344, 98); this.dataGridView1.TabIndex = 24; // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToDeleteRows = false; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Location = new System.Drawing.Point(360, 384); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.ReadOnly = true; this.dataGridView2.Size = new System.Drawing.Size(344, 98); this.dataGridView2.TabIndex = 25; // // AttributeQuery // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(712, 517); this.Controls.Add(this.dataGridView2); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.axArcReaderControl1); this.Controls.Add(this.lblFails); this.Controls.Add(this.lblMeets); this.Controls.Add(this.grpBox); this.Controls.Add(this.cmdFullExtent); this.Controls.Add(this.optPan); this.Controls.Add(this.optZoomOut); this.Controls.Add(this.optZoomIn); this.Controls.Add(this.cmdOpen); this.Controls.Add(this.cmdFailFlash); this.Controls.Add(this.cmdFailCenterAt); this.Controls.Add(this.cmdFailZoomTo); this.Controls.Add(this.cmdMeetFlash); this.Controls.Add(this.cmdMeetCenterAt); this.Controls.Add(this.cmdMeetZoomTo); this.Name = "AttributeQuery"; this.Text = "AttributeQuery (LesserThan / GreaterThan) "; this.Load += new System.EventHandler(this.AttributeQuery_Load); this.grpBox.ResumeLayout(false); this.grpBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.axArcReaderControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCollectionIDMerge_OutLine)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.chkUndo = new System.Windows.Forms.CheckBox(); this.txtIDMergeValue = new System.Windows.Forms.TextBox(); this.lblSplit = new System.Windows.Forms.Label(); this.ucBtnCancel = new UserControl.UCButton(); this.ucLERunningCard = new UserControl.UCLabelEdit(); this.ucBtnExit = new UserControl.UCButton(); this.ucBtnOK = new UserControl.UCButton(); this.ucButton1 = new UserControl.UCButton(); this.ucButton2 = new UserControl.UCButton(); this.ucBtnRecede = new UserControl.UCButton(); this.panel1 = new System.Windows.Forms.Panel(); this.txtMoCode = new UserControl.UCLabelEdit(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.bCardTransLenULE = new UserControl.UCLabelEdit(); this.aCardTransLenULE = new UserControl.UCLabelEdit(); this.aCardTransLetterULE = new UserControl.UCLabelEdit(); this.bCardTransLetterULE = new UserControl.UCLabelEdit(); this.splitter1 = new System.Windows.Forms.Splitter(); this.ucMessage = new UserControl.UCMessage(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.chkUndo); this.groupBox1.Controls.Add(this.txtIDMergeValue); this.groupBox1.Controls.Add(this.lblSplit); this.groupBox1.Controls.Add(this.ucBtnCancel); this.groupBox1.Controls.Add(this.ucLERunningCard); this.groupBox1.Controls.Add(this.ucBtnExit); this.groupBox1.Controls.Add(this.ucBtnOK); this.groupBox1.Controls.Add(this.ucButton1); this.groupBox1.Controls.Add(this.ucButton2); this.groupBox1.Controls.Add(this.ucBtnRecede); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Location = new System.Drawing.Point(0, 526); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(814, 97); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // chkUndo // this.chkUndo.Location = new System.Drawing.Point(668, 54); this.chkUndo.Name = "chkUndo"; this.chkUndo.Size = new System.Drawing.Size(104, 24); this.chkUndo.TabIndex = 21; this.chkUndo.Text = "更改转换结果"; this.chkUndo.Visible = false; // // txtIDMergeValue // this.txtIDMergeValue.Location = new System.Drawing.Point(464, 23); this.txtIDMergeValue.Name = "txtIDMergeValue"; this.txtIDMergeValue.Size = new System.Drawing.Size(154, 21); this.txtIDMergeValue.TabIndex = 20; // // lblSplit // this.lblSplit.AutoSize = true; this.lblSplit.Location = new System.Drawing.Point(395, 29); this.lblSplit.Name = "lblSplit"; this.lblSplit.Size = new System.Drawing.Size(53, 12); this.lblSplit.TabIndex = 19; this.lblSplit.Text = "分版比例"; // // ucBtnCancel // this.ucBtnCancel.BackColor = System.Drawing.SystemColors.Control; this.ucBtnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnCancel.BackgroundImage"))); this.ucBtnCancel.ButtonType = UserControl.ButtonTypes.Cancle; this.ucBtnCancel.Caption = "取消"; this.ucBtnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnCancel.Location = new System.Drawing.Point(248, 56); this.ucBtnCancel.Name = "ucBtnCancel"; this.ucBtnCancel.Size = new System.Drawing.Size(88, 22); this.ucBtnCancel.TabIndex = 2; this.ucBtnCancel.Click += new System.EventHandler(this.ucBtnCancel_Click); // // ucLERunningCard // this.ucLERunningCard.AllowEditOnlyChecked = true; this.ucLERunningCard.AutoSelectAll = false; this.ucLERunningCard.AutoUpper = true; this.ucLERunningCard.Caption = "输入框"; this.ucLERunningCard.Checked = false; this.ucLERunningCard.EditType = UserControl.EditTypes.String; this.ucLERunningCard.Location = new System.Drawing.Point(24, 22); this.ucLERunningCard.MaxLength = 40; this.ucLERunningCard.Multiline = false; this.ucLERunningCard.Name = "ucLERunningCard"; this.ucLERunningCard.PasswordChar = '\0'; this.ucLERunningCard.ReadOnly = false; this.ucLERunningCard.ShowCheckBox = false; this.ucLERunningCard.Size = new System.Drawing.Size(249, 24); this.ucLERunningCard.TabIndex = 1; this.ucLERunningCard.TabNext = false; this.ucLERunningCard.Value = ""; this.ucLERunningCard.WidthType = UserControl.WidthTypes.Long; this.ucLERunningCard.XAlign = 73; this.ucLERunningCard.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ucLERunningCard_TxtboxKeyPress); // // ucBtnExit // this.ucBtnExit.BackColor = System.Drawing.SystemColors.Control; this.ucBtnExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnExit.BackgroundImage"))); this.ucBtnExit.ButtonType = UserControl.ButtonTypes.Exit; this.ucBtnExit.Caption = "退出"; this.ucBtnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnExit.Location = new System.Drawing.Point(508, 56); this.ucBtnExit.Name = "ucBtnExit"; this.ucBtnExit.Size = new System.Drawing.Size(88, 22); this.ucBtnExit.TabIndex = 4; // // ucBtnOK // this.ucBtnOK.BackColor = System.Drawing.SystemColors.Control; this.ucBtnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnOK.BackgroundImage"))); this.ucBtnOK.ButtonType = UserControl.ButtonTypes.Confirm; this.ucBtnOK.Caption = "确认"; this.ucBtnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnOK.Location = new System.Drawing.Point(120, 56); this.ucBtnOK.Name = "ucBtnOK"; this.ucBtnOK.Size = new System.Drawing.Size(88, 22); this.ucBtnOK.TabIndex = 1; this.ucBtnOK.Click += new System.EventHandler(this.ucBtnOK_Click); // // ucButton1 // this.ucButton1.BackColor = System.Drawing.SystemColors.Control; this.ucButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButton1.BackgroundImage"))); this.ucButton1.ButtonType = UserControl.ButtonTypes.Confirm; this.ucButton1.Caption = "确认"; this.ucButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.ucButton1.Location = new System.Drawing.Point(120, 56); this.ucButton1.Name = "ucButton1"; this.ucButton1.Size = new System.Drawing.Size(88, 22); this.ucButton1.TabIndex = 1; // // ucButton2 // this.ucButton2.BackColor = System.Drawing.SystemColors.Control; this.ucButton2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucButton2.BackgroundImage"))); this.ucButton2.ButtonType = UserControl.ButtonTypes.Cancle; this.ucButton2.Caption = "取消"; this.ucButton2.Cursor = System.Windows.Forms.Cursors.Hand; this.ucButton2.Location = new System.Drawing.Point(248, 56); this.ucButton2.Name = "ucButton2"; this.ucButton2.Size = new System.Drawing.Size(88, 22); this.ucButton2.TabIndex = 2; // // ucBtnRecede // this.ucBtnRecede.BackColor = System.Drawing.SystemColors.Control; this.ucBtnRecede.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ucBtnRecede.BackgroundImage"))); this.ucBtnRecede.ButtonType = UserControl.ButtonTypes.Change; this.ucBtnRecede.Caption = "更正"; this.ucBtnRecede.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnRecede.Location = new System.Drawing.Point(384, 56); this.ucBtnRecede.Name = "ucBtnRecede"; this.ucBtnRecede.Size = new System.Drawing.Size(88, 22); this.ucBtnRecede.TabIndex = 3; this.ucBtnRecede.Click += new System.EventHandler(this.ucBtnRecede_Click); // // panel1 // this.panel1.Controls.Add(this.txtMoCode); this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.splitter1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(814, 112); this.panel1.TabIndex = 1; // // txtMoCode // this.txtMoCode.AllowEditOnlyChecked = true; this.txtMoCode.AutoSelectAll = false; this.txtMoCode.AutoUpper = true; this.txtMoCode.Caption = "工单代码"; this.txtMoCode.Checked = false; this.txtMoCode.EditType = UserControl.EditTypes.String; this.txtMoCode.Location = new System.Drawing.Point(24, 12); this.txtMoCode.MaxLength = 40; this.txtMoCode.Multiline = false; this.txtMoCode.Name = "txtMoCode"; this.txtMoCode.PasswordChar = '\0'; this.txtMoCode.ReadOnly = false; this.txtMoCode.ShowCheckBox = true; this.txtMoCode.Size = new System.Drawing.Size(210, 24); this.txtMoCode.TabIndex = 0; this.txtMoCode.TabNext = false; this.txtMoCode.Value = ""; this.txtMoCode.WidthType = UserControl.WidthTypes.Normal; this.txtMoCode.XAlign = 101; this.txtMoCode.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMoCode_KeyPress); // // groupBox2 // this.groupBox2.Controls.Add(this.bCardTransLenULE); this.groupBox2.Controls.Add(this.aCardTransLenULE); this.groupBox2.Controls.Add(this.aCardTransLetterULE); this.groupBox2.Controls.Add(this.bCardTransLetterULE); this.groupBox2.Location = new System.Drawing.Point(24, 32); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(713, 72); this.groupBox2.TabIndex = 14; this.groupBox2.TabStop = false; // // bCardTransLenULE // this.bCardTransLenULE.AllowEditOnlyChecked = true; this.bCardTransLenULE.AutoSelectAll = false; this.bCardTransLenULE.AutoUpper = true; this.bCardTransLenULE.Caption = "转换前序列号长度"; this.bCardTransLenULE.Checked = false; this.bCardTransLenULE.EditType = UserControl.EditTypes.String; this.bCardTransLenULE.Location = new System.Drawing.Point(42, 16); this.bCardTransLenULE.MaxLength = 40; this.bCardTransLenULE.Multiline = false; this.bCardTransLenULE.Name = "bCardTransLenULE"; this.bCardTransLenULE.PasswordChar = '\0'; this.bCardTransLenULE.ReadOnly = false; this.bCardTransLenULE.ShowCheckBox = true; this.bCardTransLenULE.Size = new System.Drawing.Size(258, 24); this.bCardTransLenULE.TabIndex = 22; this.bCardTransLenULE.TabNext = false; this.bCardTransLenULE.Value = ""; this.bCardTransLenULE.WidthType = UserControl.WidthTypes.Normal; this.bCardTransLenULE.XAlign = 167; // // aCardTransLenULE // this.aCardTransLenULE.AllowEditOnlyChecked = true; this.aCardTransLenULE.AutoSelectAll = false; this.aCardTransLenULE.AutoUpper = true; this.aCardTransLenULE.Caption = "转换后序列号长度"; this.aCardTransLenULE.Checked = false; this.aCardTransLenULE.EditType = UserControl.EditTypes.String; this.aCardTransLenULE.Location = new System.Drawing.Point(42, 40); this.aCardTransLenULE.MaxLength = 40; this.aCardTransLenULE.Multiline = false; this.aCardTransLenULE.Name = "aCardTransLenULE"; this.aCardTransLenULE.PasswordChar = '\0'; this.aCardTransLenULE.ReadOnly = false; this.aCardTransLenULE.ShowCheckBox = true; this.aCardTransLenULE.Size = new System.Drawing.Size(258, 24); this.aCardTransLenULE.TabIndex = 21; this.aCardTransLenULE.TabNext = false; this.aCardTransLenULE.Value = ""; this.aCardTransLenULE.WidthType = UserControl.WidthTypes.Normal; this.aCardTransLenULE.XAlign = 167; // // aCardTransLetterULE // this.aCardTransLetterULE.AllowEditOnlyChecked = true; this.aCardTransLetterULE.AutoSelectAll = false; this.aCardTransLetterULE.AutoUpper = true; this.aCardTransLetterULE.Caption = "转换后序列号首字符串"; this.aCardTransLetterULE.Checked = false; this.aCardTransLetterULE.EditType = UserControl.EditTypes.String; this.aCardTransLetterULE.Location = new System.Drawing.Point(383, 40); this.aCardTransLetterULE.MaxLength = 40; this.aCardTransLetterULE.Multiline = false; this.aCardTransLetterULE.Name = "aCardTransLetterULE"; this.aCardTransLetterULE.PasswordChar = '\0'; this.aCardTransLetterULE.ReadOnly = false; this.aCardTransLetterULE.ShowCheckBox = true; this.aCardTransLetterULE.Size = new System.Drawing.Size(282, 24); this.aCardTransLetterULE.TabIndex = 20; this.aCardTransLetterULE.TabNext = false; this.aCardTransLetterULE.Value = ""; this.aCardTransLetterULE.WidthType = UserControl.WidthTypes.Normal; this.aCardTransLetterULE.XAlign = 532; this.aCardTransLetterULE.TxtboxKeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aCardTransLetterULE_TxtboxKeyPress); // // bCardTransLetterULE // this.bCardTransLetterULE.AllowEditOnlyChecked = true; this.bCardTransLetterULE.AutoSelectAll = false; this.bCardTransLetterULE.AutoUpper = true; this.bCardTransLetterULE.Caption = "转换前序列号首字符串"; this.bCardTransLetterULE.Checked = false; this.bCardTransLetterULE.EditType = UserControl.EditTypes.String; this.bCardTransLetterULE.Location = new System.Drawing.Point(383, 16); this.bCardTransLetterULE.MaxLength = 40; this.bCardTransLetterULE.Multiline = false; this.bCardTransLetterULE.Name = "bCardTransLetterULE"; this.bCardTransLetterULE.PasswordChar = '\0'; this.bCardTransLetterULE.ReadOnly = false; this.bCardTransLetterULE.ShowCheckBox = true; this.bCardTransLetterULE.Size = new System.Drawing.Size(282, 24); this.bCardTransLetterULE.TabIndex = 19; this.bCardTransLetterULE.TabNext = false; this.bCardTransLetterULE.Value = ""; this.bCardTransLetterULE.WidthType = UserControl.WidthTypes.Normal; this.bCardTransLetterULE.XAlign = 532; // // splitter1 // this.splitter1.Location = new System.Drawing.Point(0, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(2, 112); this.splitter1.TabIndex = 13; this.splitter1.TabStop = false; // // ucMessage // this.ucMessage.BackColor = System.Drawing.Color.Gainsboro; this.ucMessage.ButtonVisible = false; this.ucMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.ucMessage.Location = new System.Drawing.Point(0, 112); this.ucMessage.Name = "ucMessage"; this.ucMessage.Size = new System.Drawing.Size(814, 414); this.ucMessage.TabIndex = 2; // // FCollectionIDMerge_OutLine // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(814, 623); this.Controls.Add(this.ucMessage); this.Controls.Add(this.panel1); this.Controls.Add(this.groupBox1); this.Name = "FCollectionIDMerge_OutLine"; this.Text = "SMT分板采集"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FCollectionIDMerge_Load); this.Closed += new System.EventHandler(this.FCollectionIDMerge_Closed); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(dlgEnterpriseTerminalDetail)); this._lblName = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.lsvAddress = new System.Windows.Forms.ListView(); this._lblExt = new System.Windows.Forms.Label(); this.txtExt = new System.Windows.Forms.TextBox(); this._lblContact = new System.Windows.Forms.Label(); this.txtContact = new System.Windows.Forms.TextBox(); this.lblPhone = new System.Windows.Forms.Label(); this.mskFax = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit(); this.chkStatus = new System.Windows.Forms.CheckBox(); this._lblNumber = new System.Windows.Forms.Label(); this.txtNumber = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this._lblFax = new System.Windows.Forms.Label(); this.mskPhone = new Infragistics.Win.UltraWinMaskedEdit.UltraMaskedEdit(); this.mnuAddress = new System.Windows.Forms.ContextMenu(); this.mnuAddressAdd = new System.Windows.Forms.MenuItem(); this.mnuAddressSep1 = new System.Windows.Forms.MenuItem(); this.mnuAddressEdit = new System.Windows.Forms.MenuItem(); this.mnuAddressRemove = new System.Windows.Forms.MenuItem(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabGeneral = new System.Windows.Forms.TabPage(); this.fraContact = new System.Windows.Forms.GroupBox(); this._lbleMail = new System.Windows.Forms.Label(); this.txteMail = new System.Windows.Forms.TextBox(); this.fraAddress = new System.Windows.Forms.GroupBox(); this.tabControl1.SuspendLayout(); this.tabGeneral.SuspendLayout(); this.fraContact.SuspendLayout(); this.fraAddress.SuspendLayout(); this.SuspendLayout(); // // _lblName // this._lblName.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this._lblName.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this._lblName.Location = new System.Drawing.Point(174, 12); this._lblName.Name = "_lblName"; this._lblName.Size = new System.Drawing.Size(72, 18); this._lblName.TabIndex = 13; this._lblName.Text = "Name"; this._lblName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnCancel // this.btnCancel.BackColor = System.Drawing.SystemColors.Control; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(375, 333); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(96, 24); this.btnCancel.TabIndex = 0; this.btnCancel.Text = "&Cancel"; this.btnCancel.Click += new System.EventHandler(this.OnCmdClick); // // btnOk // this.btnOk.BackColor = System.Drawing.SystemColors.Control; this.btnOk.Enabled = false; this.btnOk.Location = new System.Drawing.Point(273, 333); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(96, 24); this.btnOk.TabIndex = 2; this.btnOk.Text = "&OK"; this.btnOk.Click += new System.EventHandler(this.OnCmdClick); // // lsvAddress // this.lsvAddress.ForeColor = System.Drawing.SystemColors.ControlText; this.lsvAddress.Location = new System.Drawing.Point(6, 21); this.lsvAddress.Name = "lsvAddress"; this.lsvAddress.Size = new System.Drawing.Size(432, 93); this.lsvAddress.TabIndex = 0; this.lsvAddress.DoubleClick += new System.EventHandler(this.OnAddressDblClick); this.lsvAddress.SelectedIndexChanged += new System.EventHandler(this.OnSelectedItem); // // _lblExt // this._lblExt.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this._lblExt.Location = new System.Drawing.Point(195, 45); this._lblExt.Name = "_lblExt"; this._lblExt.Size = new System.Drawing.Size(24, 18); this._lblExt.TabIndex = 27; this._lblExt.Text = "Ext"; this._lblExt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtExt // this.txtExt.ForeColor = System.Drawing.SystemColors.ControlText; this.txtExt.Location = new System.Drawing.Point(225, 45); this.txtExt.Name = "txtExt"; this.txtExt.Size = new System.Drawing.Size(48, 21); this.txtExt.TabIndex = 4; this.txtExt.Text = ""; this.txtExt.TextChanged += new System.EventHandler(this.ValidateForm); // // _lblContact // this._lblContact.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this._lblContact.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this._lblContact.Location = new System.Drawing.Point(3, 21); this._lblContact.Name = "_lblContact"; this._lblContact.Size = new System.Drawing.Size(72, 18); this._lblContact.TabIndex = 23; this._lblContact.Text = "Name"; this._lblContact.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtContact // this.txtContact.ForeColor = System.Drawing.SystemColors.ControlText; this.txtContact.Location = new System.Drawing.Point(81, 21); this.txtContact.Name = "txtContact"; this.txtContact.Size = new System.Drawing.Size(192, 21); this.txtContact.TabIndex = 5; this.txtContact.Text = ""; this.txtContact.TextChanged += new System.EventHandler(this.ValidateForm); // // lblPhone // this.lblPhone.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.lblPhone.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.lblPhone.Location = new System.Drawing.Point(3, 45); this.lblPhone.Name = "lblPhone"; this.lblPhone.Size = new System.Drawing.Size(72, 18); this.lblPhone.TabIndex = 22; this.lblPhone.Text = "Phone #"; this.lblPhone.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // mskFax // this.mskFax.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.mskFax.Location = new System.Drawing.Point(342, 45); this.mskFax.Name = "mskFax"; this.mskFax.Size = new System.Drawing.Size(96, 21); this.mskFax.TabIndex = 7; this.mskFax.ValueChanged += new System.EventHandler(this.ValidateForm); // // chkStatus // this.chkStatus.Checked = true; this.chkStatus.CheckState = System.Windows.Forms.CheckState.Checked; this.chkStatus.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.chkStatus.Location = new System.Drawing.Point(87, 270); this.chkStatus.Name = "chkStatus"; this.chkStatus.Size = new System.Drawing.Size(96, 18); this.chkStatus.TabIndex = 8; this.chkStatus.Text = "Active"; this.chkStatus.CheckedChanged += new System.EventHandler(this.ValidateForm); // // _lblNumber // this._lblNumber.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this._lblNumber.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this._lblNumber.Location = new System.Drawing.Point(9, 12); this._lblNumber.Name = "_lblNumber"; this._lblNumber.Size = new System.Drawing.Size(72, 18); this._lblNumber.TabIndex = 15; this._lblNumber.Text = "Number"; this._lblNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtNumber // this.txtNumber.ForeColor = System.Drawing.SystemColors.ControlText; this.txtNumber.Location = new System.Drawing.Point(87, 12); this.txtNumber.Name = "txtNumber"; this.txtNumber.Size = new System.Drawing.Size(72, 21); this.txtNumber.TabIndex = 1; this.txtNumber.Text = ""; this.txtNumber.TextChanged += new System.EventHandler(this.ValidateForm); // // txtName // this.txtName.ForeColor = System.Drawing.SystemColors.ControlText; this.txtName.Location = new System.Drawing.Point(252, 12); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(192, 21); this.txtName.TabIndex = 0; this.txtName.Text = ""; this.txtName.TextChanged += new System.EventHandler(this.ValidateForm); // // _lblFax // this._lblFax.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this._lblFax.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this._lblFax.Location = new System.Drawing.Point(288, 45); this._lblFax.Name = "_lblFax"; this._lblFax.Size = new System.Drawing.Size(48, 18); this._lblFax.TabIndex = 17; this._lblFax.Text = "Fax #"; this._lblFax.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // mskPhone // this.mskPhone.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.mskPhone.Location = new System.Drawing.Point(81, 45); this.mskPhone.Name = "mskPhone"; this.mskPhone.Size = new System.Drawing.Size(96, 21); this.mskPhone.TabIndex = 3; this.mskPhone.ValueChanged += new System.EventHandler(this.ValidateForm); // // mnuAddress // this.mnuAddress.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuAddressAdd, this.mnuAddressSep1, this.mnuAddressEdit, this.mnuAddressRemove }); // // mnuAddressAdd // this.mnuAddressAdd.Index = 0; this.mnuAddressAdd.Text = "&New"; this.mnuAddressAdd.Click += new System.EventHandler(this.OnMenuClick); // // mnuAddressSep1 // this.mnuAddressSep1.Index = 1; this.mnuAddressSep1.Text = "-"; // // mnuAddressEdit // this.mnuAddressEdit.DefaultItem = true; this.mnuAddressEdit.Index = 2; this.mnuAddressEdit.Text = "&Modify"; this.mnuAddressEdit.Click += new System.EventHandler(this.OnMenuClick); // // mnuAddressRemove // this.mnuAddressRemove.Enabled = false; this.mnuAddressRemove.Index = 3; this.mnuAddressRemove.Text = "&Remove"; this.mnuAddressRemove.Click += new System.EventHandler(this.OnMenuClick); // // tabControl1 // this.tabControl1.Controls.Add(this.tabGeneral); this.tabControl1.Location = new System.Drawing.Point(3, 3); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(468, 324); this.tabControl1.TabIndex = 1; // // tabGeneral // this.tabGeneral.Controls.Add(this.fraContact); this.tabGeneral.Controls.Add(this.txtName); this.tabGeneral.Controls.Add(this._lblName); this.tabGeneral.Controls.Add(this._lblNumber); this.tabGeneral.Controls.Add(this.chkStatus); this.tabGeneral.Controls.Add(this.txtNumber); this.tabGeneral.Controls.Add(this.fraAddress); this.tabGeneral.Location = new System.Drawing.Point(4, 22); this.tabGeneral.Name = "tabGeneral"; this.tabGeneral.Size = new System.Drawing.Size(460, 298); this.tabGeneral.TabIndex = 0; this.tabGeneral.Text = "General"; this.tabGeneral.ToolTipText = "General information"; // // fraContact // this.fraContact.Controls.Add(this.lblPhone); this.fraContact.Controls.Add(this.txtContact); this.fraContact.Controls.Add(this._lblFax); this.fraContact.Controls.Add(this._lblExt); this.fraContact.Controls.Add(this.mskFax); this.fraContact.Controls.Add(this._lblContact); this.fraContact.Controls.Add(this.txtExt); this.fraContact.Controls.Add(this.mskPhone); this.fraContact.Controls.Add(this._lbleMail); this.fraContact.Controls.Add(this.txteMail); this.fraContact.Location = new System.Drawing.Point(6, 165); this.fraContact.Name = "fraContact"; this.fraContact.Size = new System.Drawing.Size(447, 96); this.fraContact.TabIndex = 33; this.fraContact.TabStop = false; this.fraContact.Text = "Contact"; // // _lbleMail // this._lbleMail.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this._lbleMail.Location = new System.Drawing.Point(3, 69); this._lbleMail.Name = "_lbleMail"; this._lbleMail.Size = new System.Drawing.Size(72, 18); this._lbleMail.TabIndex = 32; this._lbleMail.Text = "eMail"; this._lbleMail.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txteMail // this.txteMail.Enabled = false; this.txteMail.ForeColor = System.Drawing.SystemColors.ControlText; this.txteMail.Location = new System.Drawing.Point(81, 69); this.txteMail.Name = "txteMail"; this.txteMail.Size = new System.Drawing.Size(192, 21); this.txteMail.TabIndex = 6; this.txteMail.Text = ""; this.txteMail.TextChanged += new System.EventHandler(this.ValidateForm); // // fraAddress // this.fraAddress.Controls.Add(this.lsvAddress); this.fraAddress.Location = new System.Drawing.Point(6, 39); this.fraAddress.Name = "fraAddress"; this.fraAddress.Size = new System.Drawing.Size(447, 120); this.fraAddress.TabIndex = 2; this.fraAddress.TabStop = false; this.fraAddress.Text = "Addresses"; // // dlgEnterpriseTerminalDetail // this.AcceptButton = this.btnOk; this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(474, 359); this.Controls.Add(this.tabControl1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.ForeColor = System.Drawing.SystemColors.ControlText; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "dlgEnterpriseTerminalDetail"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Terminal Details"; this.Load += new System.EventHandler(this.OnFormLoad); this.tabControl1.ResumeLayout(false); this.tabGeneral.ResumeLayout(false); this.fraContact.ResumeLayout(false); this.fraAddress.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FCompetitionPrecision)); this.lblName = new SafeLabel(); this.txtName = new Allberg.Shooter.Windows.Forms.SafeTextBox(); this.btnCancel = new SafeButton(); this.lblStartDate = new SafeLabel(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.lblStartTime = new SafeLabel(); this.numStartHour = new System.Windows.Forms.NumericUpDown(); this.SafeLabel1 = new SafeLabel(); this.numPatrolTimeBetween = new System.Windows.Forms.NumericUpDown(); this.numPatrolSize = new System.Windows.Forms.NumericUpDown(); this.SafeLabel2 = new SafeLabel(); this.btnSave = new SafeButton(); this.numStartMinute = new System.Windows.Forms.NumericUpDown(); this.SafeLabel5 = new SafeLabel(); this.SafeLabel7 = new SafeLabel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.chkFinal = new System.Windows.Forms.CheckBox(); this.DDPatrolConnectionType = new Allberg.Shooter.Windows.Forms.SafeComboBox(); this.chkUsePriceMoney = new System.Windows.Forms.CheckBox(); this.numPriceMoneyReturn = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtShooterFee4 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtShooterFee3 = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtShooterFee2 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.numShoterPercentWithPrice = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.txtFirstPrice = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtShooterFee1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.safeLabel8 = new SafeLabel(); this.DDChampionship = new Allberg.Shooter.Windows.Forms.SafeComboBox(); this.label7 = new System.Windows.Forms.Label(); this.chkOneClass = new Allberg.Shooter.Windows.Forms.SafeCheckBox(); ((System.ComponentModel.ISupportInitialize)(this.numStartHour)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numPatrolTimeBetween)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numPatrolSize)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numStartMinute)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numPriceMoneyReturn)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numShoterPercentWithPrice)).BeginInit(); this.SuspendLayout(); // // lblName // this.lblName.Location = new System.Drawing.Point(8, 32); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(100, 23); this.lblName.TabIndex = 0; this.lblName.Text = "Namn"; // // txtName // this.txtName.Location = new System.Drawing.Point(112, 32); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(296, 20); this.txtName.TabIndex = 1; this.toolTip1.SetToolTip(this.txtName, "Fyll i namnet på tävlingen. Detta kommer att bl.a. visas på utskrifter."); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(329, 290); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 17; this.btnCancel.Text = "Stäng"; this.toolTip1.SetToolTip(this.btnCancel, "Stäng fönstret utan att spara."); this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblStartDate // this.lblStartDate.Location = new System.Drawing.Point(8, 55); this.lblStartDate.Name = "lblStartDate"; this.lblStartDate.Size = new System.Drawing.Size(100, 23); this.lblStartDate.TabIndex = 3; this.lblStartDate.Text = "Startdatum"; // // dateTimePicker1 // this.dateTimePicker1.Location = new System.Drawing.Point(112, 56); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(152, 20); this.dateTimePicker1.TabIndex = 2; this.toolTip1.SetToolTip(this.dateTimePicker1, "Fyll i datum för tävlingen"); // // lblStartTime // this.lblStartTime.Location = new System.Drawing.Point(8, 80); this.lblStartTime.Name = "lblStartTime"; this.lblStartTime.Size = new System.Drawing.Size(100, 23); this.lblStartTime.TabIndex = 5; this.lblStartTime.Text = "Starttid"; // // numStartHour // this.numStartHour.Location = new System.Drawing.Point(112, 80); this.numStartHour.Maximum = new decimal(new int[] { 23, 0, 0, 0 }); this.numStartHour.Name = "numStartHour"; this.numStartHour.Size = new System.Drawing.Size(40, 20); this.numStartHour.TabIndex = 3; this.numStartHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolTip1.SetToolTip(this.numStartHour, "Fyll i första patrullens starttid (timme)"); this.numStartHour.Value = new decimal(new int[] { 8, 0, 0, 0 }); this.numStartHour.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numStartHour_KeyUp); // // SafeLabel1 // this.SafeLabel1.Location = new System.Drawing.Point(8, 104); this.SafeLabel1.Name = "SafeLabel1"; this.SafeLabel1.Size = new System.Drawing.Size(104, 23); this.SafeLabel1.TabIndex = 9; this.SafeLabel1.Text = "Tid mellan skjutlag"; // // numPatrolTimeBetween // this.numPatrolTimeBetween.Location = new System.Drawing.Point(112, 104); this.numPatrolTimeBetween.Maximum = new decimal(new int[] { 300, 0, 0, 0 }); this.numPatrolTimeBetween.Name = "numPatrolTimeBetween"; this.numPatrolTimeBetween.Size = new System.Drawing.Size(40, 20); this.numPatrolTimeBetween.TabIndex = 6; this.numPatrolTimeBetween.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolTip1.SetToolTip(this.numPatrolTimeBetween, "Fyll i hur lång tid det ska vara mellan patrullerna"); this.numPatrolTimeBetween.Value = new decimal(new int[] { 105, 0, 0, 0 }); this.numPatrolTimeBetween.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolTimeBetween_KeyUp); // // numPatrolSize // this.numPatrolSize.Location = new System.Drawing.Point(112, 128); this.numPatrolSize.Maximum = new decimal(new int[] { 300, 0, 0, 0 }); this.numPatrolSize.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); this.numPatrolSize.Name = "numPatrolSize"; this.numPatrolSize.Size = new System.Drawing.Size(40, 20); this.numPatrolSize.TabIndex = 7; this.numPatrolSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolTip1.SetToolTip(this.numPatrolSize, "Fyll i patrullens maxstorlek"); this.numPatrolSize.Value = new decimal(new int[] { 30, 0, 0, 0 }); this.numPatrolSize.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolSize_KeyUp); // // SafeLabel2 // this.SafeLabel2.Location = new System.Drawing.Point(8, 128); this.SafeLabel2.Name = "SafeLabel2"; this.SafeLabel2.Size = new System.Drawing.Size(100, 23); this.SafeLabel2.TabIndex = 12; this.SafeLabel2.Text = "Lagstorlek"; // // btnSave // this.btnSave.Location = new System.Drawing.Point(249, 290); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 16; this.btnSave.Text = "Spara"; this.toolTip1.SetToolTip(this.btnSave, "Spara tävlingsinformation samt stäng fönstret"); this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // numStartMinute // this.numStartMinute.Increment = new decimal(new int[] { 5, 0, 0, 0 }); this.numStartMinute.Location = new System.Drawing.Point(160, 80); this.numStartMinute.Maximum = new decimal(new int[] { 55, 0, 0, 0 }); this.numStartMinute.Name = "numStartMinute"; this.numStartMinute.Size = new System.Drawing.Size(40, 20); this.numStartMinute.TabIndex = 4; this.numStartMinute.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.toolTip1.SetToolTip(this.numStartMinute, "Fyll i första patrullens starttid (minut)"); this.numStartMinute.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numStartMinute_KeyUp); // // SafeLabel5 // this.SafeLabel5.Location = new System.Drawing.Point(160, 104); this.SafeLabel5.Name = "SafeLabel5"; this.SafeLabel5.Size = new System.Drawing.Size(48, 23); this.SafeLabel5.TabIndex = 15; this.SafeLabel5.Text = "minuter"; // // SafeLabel7 // this.SafeLabel7.Location = new System.Drawing.Point(160, 128); this.SafeLabel7.Name = "SafeLabel7"; this.SafeLabel7.Size = new System.Drawing.Size(48, 23); this.SafeLabel7.TabIndex = 17; this.SafeLabel7.Text = "stycken"; // // chkFinal // this.chkFinal.Location = new System.Drawing.Point(80, 204); this.chkFinal.Name = "chkFinal"; this.chkFinal.Size = new System.Drawing.Size(88, 24); this.chkFinal.TabIndex = 10; this.chkFinal.Text = "Särskjutning"; this.toolTip1.SetToolTip(this.chkFinal, "Här väljer du om det ska vara särskjutning"); // // DDPatrolConnectionType // this.DDPatrolConnectionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.DDPatrolConnectionType.FormattingEnabled = true; this.DDPatrolConnectionType.Items.AddRange(new object[] { "A,B,C,R,M", "A+R,B+C,M", "A+R,B,C,M", "A+R+B+C+M" }); this.DDPatrolConnectionType.Location = new System.Drawing.Point(112, 177); this.DDPatrolConnectionType.Name = "DDPatrolConnectionType"; this.DDPatrolConnectionType.Size = new System.Drawing.Size(96, 21); this.DDPatrolConnectionType.TabIndex = 30; this.toolTip1.SetToolTip(this.DDPatrolConnectionType, "Tillsammans innebär att klass B och C respektive A och R kan läggas i samma patru" + "ll. Enskild innebär att en patrull enbart kan innehålla en klass i taget."); this.DDPatrolConnectionType.SelectedIndexChanged += new System.EventHandler(this.DDPatrolConnectionType_SelectedIndexChanged); // // chkUsePriceMoney // this.chkUsePriceMoney.Location = new System.Drawing.Point(8, 16); this.chkUsePriceMoney.Name = "chkUsePriceMoney"; this.chkUsePriceMoney.Size = new System.Drawing.Size(88, 24); this.chkUsePriceMoney.TabIndex = 11; this.chkUsePriceMoney.Text = "Prispengar"; this.chkUsePriceMoney.CheckedChanged += new System.EventHandler(this.chkUsePriceMoney_CheckedChanged); // // numPriceMoneyReturn // this.numPriceMoneyReturn.Increment = new decimal(new int[] { 5, 0, 0, 0 }); this.numPriceMoneyReturn.Location = new System.Drawing.Point(136, 32); this.numPriceMoneyReturn.Minimum = new decimal(new int[] { 5, 0, 0, 0 }); this.numPriceMoneyReturn.Name = "numPriceMoneyReturn"; this.numPriceMoneyReturn.ReadOnly = true; this.numPriceMoneyReturn.Size = new System.Drawing.Size(48, 20); this.numPriceMoneyReturn.TabIndex = 12; this.numPriceMoneyReturn.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numPriceMoneyReturn.Value = new decimal(new int[] { 40, 0, 0, 0 }); // // label1 // this.label1.Location = new System.Drawing.Point(8, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 23); this.label1.TabIndex = 21; this.label1.Text = "Återbetalning (%)"; // // groupBox1 // this.groupBox1.Controls.Add(this.txtShooterFee4); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.txtShooterFee3); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.txtShooterFee2); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.numShoterPercentWithPrice); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtFirstPrice); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.txtShooterFee1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.chkUsePriceMoney); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.numPriceMoneyReturn); this.groupBox1.Location = new System.Drawing.Point(216, 80); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(192, 204); this.groupBox1.TabIndex = 22; this.groupBox1.TabStop = false; this.groupBox1.Text = "Prispengar"; // // txtShooterFee4 // this.txtShooterFee4.Location = new System.Drawing.Point(120, 177); this.txtShooterFee4.Name = "txtShooterFee4"; this.txtShooterFee4.ReadOnly = true; this.txtShooterFee4.Size = new System.Drawing.Size(64, 20); this.txtShooterFee4.TabIndex = 31; this.txtShooterFee4.Text = "100"; this.txtShooterFee4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label10 // this.label10.Location = new System.Drawing.Point(8, 177); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(112, 23); this.label10.TabIndex = 32; this.label10.Text = "Anmälningsavgift v4"; // // txtShooterFee3 // this.txtShooterFee3.Location = new System.Drawing.Point(120, 154); this.txtShooterFee3.Name = "txtShooterFee3"; this.txtShooterFee3.ReadOnly = true; this.txtShooterFee3.Size = new System.Drawing.Size(64, 20); this.txtShooterFee3.TabIndex = 29; this.txtShooterFee3.Text = "100"; this.txtShooterFee3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label9 // this.label9.Location = new System.Drawing.Point(8, 154); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(112, 23); this.label9.TabIndex = 30; this.label9.Text = "Anmälningsavgift v3"; // // txtShooterFee2 // this.txtShooterFee2.Location = new System.Drawing.Point(120, 131); this.txtShooterFee2.Name = "txtShooterFee2"; this.txtShooterFee2.ReadOnly = true; this.txtShooterFee2.Size = new System.Drawing.Size(64, 20); this.txtShooterFee2.TabIndex = 27; this.txtShooterFee2.Text = "100"; this.txtShooterFee2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label8 // this.label8.Location = new System.Drawing.Point(8, 131); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(112, 23); this.label8.TabIndex = 28; this.label8.Text = "Anmälningsavgift v2"; // // numShoterPercentWithPrice // this.numShoterPercentWithPrice.Increment = new decimal(new int[] { 5, 0, 0, 0 }); this.numShoterPercentWithPrice.Location = new System.Drawing.Point(136, 56); this.numShoterPercentWithPrice.Minimum = new decimal(new int[] { 5, 0, 0, 0 }); this.numShoterPercentWithPrice.Name = "numShoterPercentWithPrice"; this.numShoterPercentWithPrice.ReadOnly = true; this.numShoterPercentWithPrice.Size = new System.Drawing.Size(48, 20); this.numShoterPercentWithPrice.TabIndex = 13; this.numShoterPercentWithPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numShoterPercentWithPrice.Value = new decimal(new int[] { 25, 0, 0, 0 }); // // label4 // this.label4.Location = new System.Drawing.Point(8, 56); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 16); this.label4.TabIndex = 26; this.label4.Text = "Skyttar med pris (%)"; // // txtFirstPrice // this.txtFirstPrice.Location = new System.Drawing.Point(120, 82); this.txtFirstPrice.Name = "txtFirstPrice"; this.txtFirstPrice.ReadOnly = true; this.txtFirstPrice.Size = new System.Drawing.Size(64, 20); this.txtFirstPrice.TabIndex = 15; this.txtFirstPrice.Text = "250"; this.txtFirstPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label3 // this.label3.Location = new System.Drawing.Point(8, 82); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 20); this.label3.TabIndex = 24; this.label3.Text = "Förstapris"; // // txtShooterFee1 // this.txtShooterFee1.Location = new System.Drawing.Point(120, 108); this.txtShooterFee1.Name = "txtShooterFee1"; this.txtShooterFee1.ReadOnly = true; this.txtShooterFee1.Size = new System.Drawing.Size(64, 20); this.txtShooterFee1.TabIndex = 14; this.txtShooterFee1.Text = "100"; this.txtShooterFee1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label2 // this.label2.Location = new System.Drawing.Point(8, 108); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(112, 23); this.label2.TabIndex = 22; this.label2.Text = "Anmälningsavgift v1"; // // label5 // this.label5.Location = new System.Drawing.Point(8, 8); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 23); this.label5.TabIndex = 23; this.label5.Text = "Tävlingstyp"; // // label6 // this.label6.Location = new System.Drawing.Point(120, 8); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100, 23); this.label6.TabIndex = 24; this.label6.Text = "Precisionsskytte"; // // safeLabel8 // this.safeLabel8.AutoSize = true; this.safeLabel8.Location = new System.Drawing.Point(8, 155); this.safeLabel8.Name = "safeLabel8"; this.safeLabel8.Size = new System.Drawing.Size(62, 13); this.safeLabel8.TabIndex = 28; this.safeLabel8.Text = "Mästerskap"; // // DDChampionship // this.DDChampionship.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.DDChampionship.FormattingEnabled = true; this.DDChampionship.Items.AddRange(new object[] { "Klubbtävling", "Nationellt tävling", "Kretsmästerskap", "Landsdelsmästerskap", "SM" }); this.DDChampionship.Location = new System.Drawing.Point(112, 152); this.DDChampionship.Name = "DDChampionship"; this.DDChampionship.Size = new System.Drawing.Size(96, 21); this.DDChampionship.TabIndex = 27; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(8, 177); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(64, 13); this.label7.TabIndex = 29; this.label7.Text = "Skjutlagstyp"; // // chkOneClass // this.chkOneClass.AutoSize = true; this.chkOneClass.Location = new System.Drawing.Point(80, 231); this.chkOneClass.Name = "chkOneClass"; this.chkOneClass.Size = new System.Drawing.Size(128, 17); this.chkOneClass.TabIndex = 31; this.chkOneClass.Text = "Slå samman klass 1-3"; this.chkOneClass.UseVisualStyleBackColor = true; // // FCompetitionPrecision // this.AcceptButton = this.btnSave; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(416, 320); this.Controls.Add(this.chkOneClass); this.Controls.Add(this.DDPatrolConnectionType); this.Controls.Add(this.label7); this.Controls.Add(this.safeLabel8); this.Controls.Add(this.DDChampionship); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.groupBox1); this.Controls.Add(this.chkFinal); this.Controls.Add(this.SafeLabel7); this.Controls.Add(this.SafeLabel5); this.Controls.Add(this.numStartMinute); this.Controls.Add(this.btnSave); this.Controls.Add(this.SafeLabel2); this.Controls.Add(this.numPatrolSize); this.Controls.Add(this.numPatrolTimeBetween); this.Controls.Add(this.SafeLabel1); this.Controls.Add(this.numStartHour); this.Controls.Add(this.lblStartTime); this.Controls.Add(this.dateTimePicker1); this.Controls.Add(this.lblStartDate); this.Controls.Add(this.btnCancel); this.Controls.Add(this.txtName); this.Controls.Add(this.lblName); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FCompetitionPrecision"; this.Text = "Tävlingsinfo"; ((System.ComponentModel.ISupportInitialize)(this.numStartHour)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numPatrolTimeBetween)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numPatrolSize)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numStartMinute)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numPriceMoneyReturn)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numShoterPercentWithPrice)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm)); this.label1 = new System.Windows.Forms.Label(); this.windowTree = new System.Windows.Forms.TreeView(); this.theImageList = new System.Windows.Forms.ImageList(this.components); this.details = new System.Windows.Forms.Button(); this.close = new System.Windows.Forms.Button(); this.refresh = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label1.Location = new System.Drawing.Point(8, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(288, 16); this.label1.TabIndex = 0; this.label1.Text = "Current .&NET Windows Forms/Controls in the System:"; // // windowTree // this.windowTree.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.windowTree.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.windowTree.HideSelection = false; this.windowTree.ImageList = this.theImageList; this.windowTree.Location = new System.Drawing.Point(8, 32); this.windowTree.Name = "windowTree"; this.windowTree.Size = new System.Drawing.Size(344, 304); this.windowTree.TabIndex = 1; // // theImageList // this.theImageList.ImageSize = new System.Drawing.Size(16, 16); this.theImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("theImageList.ImageStream"))); this.theImageList.TransparentColor = System.Drawing.Color.Transparent; // // details // this.details.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.details.Location = new System.Drawing.Point(400, 64); this.details.Name = "details"; this.details.TabIndex = 3; this.details.Text = "Details"; this.details.Click += new System.EventHandler(this.details_Click); // // close // this.close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.close.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.close.Location = new System.Drawing.Point(400, 96); this.close.Name = "close"; this.close.TabIndex = 4; this.close.Text = "Close"; this.close.Click += new System.EventHandler(this.close_Click); // // refresh // this.refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.refresh.Location = new System.Drawing.Point(400, 32); this.refresh.Name = "refresh"; this.refresh.TabIndex = 2; this.refresh.Text = "&Refresh"; this.refresh.Click += new System.EventHandler(this.refresh_Click); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Location = new System.Drawing.Point(368, 184); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(144, 152); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; this.groupBox1.Text = "Legend"; // // label5 // this.label5.Image = ((System.Drawing.Image)(resources.GetObject("label5.Image"))); this.label5.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.label5.Location = new System.Drawing.Point(8, 102); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(128, 32); this.label5.TabIndex = 3; this.label5.Text = "Managed Window (Hidden)"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.Image = ((System.Drawing.Image)(resources.GetObject("label4.Image"))); this.label4.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.label4.Location = new System.Drawing.Point(8, 76); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(128, 24); this.label4.TabIndex = 2; this.label4.Text = "Managed Window"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.Image = ((System.Drawing.Image)(resources.GetObject("label3.Image"))); this.label3.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.label3.Location = new System.Drawing.Point(8, 50); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(128, 24); this.label3.TabIndex = 1; this.label3.Text = "Window (Hidden)"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image"))); this.label2.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.label2.Location = new System.Drawing.Point(8, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 24); this.label2.TabIndex = 0; this.label2.Text = "Window"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox1 // this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(424, 136); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(32, 32); this.pictureBox1.TabIndex = 6; this.pictureBox1.TabStop = false; this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp); this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown); // // MainForm // this.AcceptButton = this.details; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.close; this.ClientSize = new System.Drawing.Size(520, 346); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.refresh); this.Controls.Add(this.close); this.Controls.Add(this.details); this.Controls.Add(this.windowTree); this.Controls.Add(this.label1); this.Name = "MainForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "Windows Forms Spy"; this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseUp); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnSelezBene = new System.Windows.Forms.Button(); this.labDescrizione = new System.Windows.Forms.Label(); this.txtDescrizione = new System.Windows.Forms.TextBox(); this.txtidpiece = new System.Windows.Forms.TextBox(); this.txtDescrizioneCespite = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbInventario = new System.Windows.Forms.ComboBox(); this.DS = new maintenance_default.vistaForm(); this.txtNumInv = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.cboTipo = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.txtData = new System.Windows.Forms.TextBox(); this.txtDescrizioneEvento = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.txtImporto = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.btnTipo = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DS)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.btnSelezBene); this.groupBox1.Controls.Add(this.labDescrizione); this.groupBox1.Controls.Add(this.txtDescrizione); this.groupBox1.Controls.Add(this.txtidpiece); this.groupBox1.Controls.Add(this.txtDescrizioneCespite); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.cmbInventario); this.groupBox1.Controls.Add(this.txtNumInv); this.groupBox1.Location = new System.Drawing.Point(16, 72); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(592, 224); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Tag = "AutoChoose.txtNumInv.default"; this.groupBox1.Text = "Cespite"; // // btnSelezBene // this.btnSelezBene.Location = new System.Drawing.Point(16, 48); this.btnSelezBene.Name = "btnSelezBene"; this.btnSelezBene.Size = new System.Drawing.Size(80, 24); this.btnSelezBene.TabIndex = 26; this.btnSelezBene.Tag = "choose.assetpieceview.default"; this.btnSelezBene.Text = "N.Inventario"; // // labDescrizione // this.labDescrizione.Location = new System.Drawing.Point(24, 144); this.labDescrizione.Name = "labDescrizione"; this.labDescrizione.Size = new System.Drawing.Size(184, 16); this.labDescrizione.TabIndex = 25; this.labDescrizione.Text = "Descrizione Cespite principale"; // // txtDescrizione // this.txtDescrizione.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDescrizione.Location = new System.Drawing.Point(24, 168); this.txtDescrizione.Multiline = true; this.txtDescrizione.Name = "txtDescrizione"; this.txtDescrizione.ReadOnly = true; this.txtDescrizione.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtDescrizione.Size = new System.Drawing.Size(552, 48); this.txtDescrizione.TabIndex = 24; this.txtDescrizione.Tag = "assetpieceview.descriptionmain"; // // txtidpiece // this.txtidpiece.Location = new System.Drawing.Point(8, 112); this.txtidpiece.Name = "txtidpiece"; this.txtidpiece.ReadOnly = true; this.txtidpiece.Size = new System.Drawing.Size(64, 20); this.txtidpiece.TabIndex = 23; this.txtidpiece.Tag = "assetpieceview.idpiece?maintenanceview.idpiece"; this.txtidpiece.Text = "idpiece Value"; this.txtidpiece.Visible = false; // // txtDescrizioneCespite // this.txtDescrizioneCespite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDescrizioneCespite.Location = new System.Drawing.Point(104, 80); this.txtDescrizioneCespite.Multiline = true; this.txtDescrizioneCespite.Name = "txtDescrizioneCespite"; this.txtDescrizioneCespite.ReadOnly = true; this.txtDescrizioneCespite.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtDescrizioneCespite.Size = new System.Drawing.Size(472, 56); this.txtDescrizioneCespite.TabIndex = 2; this.txtDescrizioneCespite.TabStop = false; this.txtDescrizioneCespite.Tag = "assetpieceview.description"; // // label5 // this.label5.Location = new System.Drawing.Point(32, 80); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 16); this.label5.TabIndex = 22; this.label5.Text = "Descrizione"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.Location = new System.Drawing.Point(40, 26); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 16); this.label3.TabIndex = 20; this.label3.Text = "Inventario"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cmbInventario // this.cmbInventario.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbInventario.DataSource = this.DS.inventory; this.cmbInventario.DisplayMember = "description"; this.cmbInventario.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbInventario.Location = new System.Drawing.Point(104, 24); this.cmbInventario.Name = "cmbInventario"; this.cmbInventario.Size = new System.Drawing.Size(472, 21); this.cmbInventario.TabIndex = 4; this.cmbInventario.Tag = "assetpieceview.idinventory.(active=\'S\')?maintenanceview.idinventory"; this.cmbInventario.ValueMember = "idinventory"; // // DS // this.DS.DataSetName = "vistaForm"; this.DS.EnforceConstraints = false; this.DS.Locale = new System.Globalization.CultureInfo("en-US"); // // txtNumInv // this.txtNumInv.Location = new System.Drawing.Point(104, 48); this.txtNumInv.Name = "txtNumInv"; this.txtNumInv.Size = new System.Drawing.Size(88, 20); this.txtNumInv.TabIndex = 5; this.txtNumInv.Tag = "assetpieceview.ninventory?maintenanceview.ninventory"; this.txtNumInv.TextChanged += new System.EventHandler(this.txtNumInv_TextChanged); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(136, 16); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(64, 20); this.textBox1.TabIndex = 1; this.textBox1.Tag = "maintenance.nmaintenance"; // // cboTipo // this.cboTipo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboTipo.DataSource = this.DS.maintenancekind; this.cboTipo.DisplayMember = "description"; this.cboTipo.Location = new System.Drawing.Point(136, 40); this.cboTipo.Name = "cboTipo"; this.cboTipo.Size = new System.Drawing.Size(472, 21); this.cboTipo.TabIndex = 2; this.cboTipo.Tag = "maintenance.idmaintenancekind.(active=\'S\')"; this.cboTipo.ValueMember = "idmaintenancekind"; // // label1 // this.label1.Location = new System.Drawing.Point(64, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 16); this.label1.TabIndex = 14; this.label1.Text = "Numero:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtData // this.txtData.Location = new System.Drawing.Point(112, 376); this.txtData.Name = "txtData"; this.txtData.Size = new System.Drawing.Size(93, 20); this.txtData.TabIndex = 7; this.txtData.Tag = "maintenance.adate"; // // txtDescrizioneEvento // this.txtDescrizioneEvento.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDescrizioneEvento.Location = new System.Drawing.Point(16, 320); this.txtDescrizioneEvento.Multiline = true; this.txtDescrizioneEvento.Name = "txtDescrizioneEvento"; this.txtDescrizioneEvento.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtDescrizioneEvento.Size = new System.Drawing.Size(592, 48); this.txtDescrizioneEvento.TabIndex = 6; this.txtDescrizioneEvento.Tag = "maintenance.description"; // // label9 // this.label9.Location = new System.Drawing.Point(16, 376); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(88, 16); this.label9.TabIndex = 33; this.label9.Text = "Data Contabile:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label7 // this.label7.Location = new System.Drawing.Point(24, 304); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(72, 16); this.label7.TabIndex = 31; this.label7.Text = "Descrizione:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtImporto // this.txtImporto.Location = new System.Drawing.Point(336, 376); this.txtImporto.Name = "txtImporto"; this.txtImporto.Size = new System.Drawing.Size(112, 20); this.txtImporto.TabIndex = 8; this.txtImporto.Tag = "maintenance.amount"; // // label6 // this.label6.Location = new System.Drawing.Point(264, 376); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(64, 16); this.label6.TabIndex = 35; this.label6.Text = "Importo:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnTipo // this.btnTipo.Location = new System.Drawing.Point(16, 40); this.btnTipo.Name = "btnTipo"; this.btnTipo.Size = new System.Drawing.Size(112, 24); this.btnTipo.TabIndex = 2; this.btnTipo.TabStop = false; this.btnTipo.Tag = "manage.maintenancekind.default"; this.btnTipo.Text = "Tipo Manutenzione"; // // Frm_maintenance_default // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(624, 422); this.Controls.Add(this.btnTipo); this.Controls.Add(this.label6); this.Controls.Add(this.txtImporto); this.Controls.Add(this.txtData); this.Controls.Add(this.txtDescrizioneEvento); this.Controls.Add(this.textBox1); this.Controls.Add(this.label9); this.Controls.Add(this.label7); this.Controls.Add(this.cboTipo); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox1); this.Name = "Frm_maintenance_default"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "frmeventotecnico"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DS)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.cmbyjks = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.cmbyplx = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.cmbmonth = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.cmbyear = new System.Windows.Forms.ComboBox(); this.rdomonth = new System.Windows.Forms.RadioButton(); this.butquit = new System.Windows.Forms.Button(); this.butprint = new System.Windows.Forms.Button(); this.buttj = new System.Windows.Forms.Button(); this.statusBar1 = new System.Windows.Forms.StatusBar(); this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel(); this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel(); this.statusBarPanel3 = new System.Windows.Forms.StatusBarPanel(); this.myDataGrid1 = new myDataGrid.myDataGrid(); this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle(); this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn5 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn6 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn7 = new System.Windows.Forms.DataGridTextBoxColumn(); this.dataGridTextBoxColumn8 = new System.Windows.Forms.DataGridTextBoxColumn(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox2); this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Controls.Add(this.cmbyjks); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.cmbyplx); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.cmbmonth); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.cmbyear); this.groupBox1.Controls.Add(this.rdomonth); this.groupBox1.Controls.Add(this.butquit); this.groupBox1.Controls.Add(this.butprint); this.groupBox1.Controls.Add(this.buttj); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(944, 85); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "查询"; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(299, 19); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(96, 16); this.checkBox2.TabIndex = 33; this.checkBox2.Text = "显示进货金额"; this.checkBox2.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.Location = new System.Drawing.Point(192, 56); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(15, 14); this.checkBox1.TabIndex = 32; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // cmbyjks // this.cmbyjks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbyjks.Location = new System.Drawing.Point(97, 18); this.cmbyjks.Name = "cmbyjks"; this.cmbyjks.Size = new System.Drawing.Size(153, 20); this.cmbyjks.TabIndex = 19; this.cmbyjks.SelectionChangeCommitted += new System.EventHandler(this.cmbyjks_SelectionChangeCommitted); this.cmbyjks.SelectedIndexChanged += new System.EventHandler(this.cmbyjks_SelectedIndexChanged); // // label3 // this.label3.Location = new System.Drawing.Point(34, 23); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(66, 16); this.label3.TabIndex = 18; this.label3.Text = "药剂科室"; // // cmbyplx // this.cmbyplx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbyplx.Location = new System.Drawing.Point(377, 52); this.cmbyplx.Name = "cmbyplx"; this.cmbyplx.Size = new System.Drawing.Size(99, 20); this.cmbyplx.TabIndex = 17; // // label2 // this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(281, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(137, 16); this.label2.TabIndex = 16; this.label2.Text = "月 药品类型"; // // cmbmonth // this.cmbmonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbmonth.Location = new System.Drawing.Point(209, 53); this.cmbmonth.Name = "cmbmonth"; this.cmbmonth.Size = new System.Drawing.Size(65, 20); this.cmbmonth.TabIndex = 15; this.cmbmonth.SelectedIndexChanged += new System.EventHandler(this.cmbmonth_SelectedIndexChanged); // // label1 // this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(166, 58); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(23, 16); this.label1.TabIndex = 14; this.label1.Text = "年"; // // cmbyear // this.cmbyear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbyear.Items.AddRange(new object[] { "2005", "2006", "2007", "2008", "2009", "2010" }); this.cmbyear.Location = new System.Drawing.Point(97, 53); this.cmbyear.Name = "cmbyear"; this.cmbyear.Size = new System.Drawing.Size(72, 20); this.cmbyear.TabIndex = 13; this.cmbyear.SelectedIndexChanged += new System.EventHandler(this.cmbyear_SelectedIndexChanged); // // rdomonth // this.rdomonth.Checked = true; this.rdomonth.ForeColor = System.Drawing.Color.Black; this.rdomonth.Location = new System.Drawing.Point(16, 52); this.rdomonth.Name = "rdomonth"; this.rdomonth.Size = new System.Drawing.Size(96, 24); this.rdomonth.TabIndex = 12; this.rdomonth.TabStop = true; this.rdomonth.Text = "按月份查看"; // // butquit // this.butquit.Location = new System.Drawing.Point(643, 45); this.butquit.Name = "butquit"; this.butquit.Size = new System.Drawing.Size(72, 33); this.butquit.TabIndex = 11; this.butquit.Text = "退出(&Q)"; this.butquit.Click += new System.EventHandler(this.butquit_Click); // // butprint // this.butprint.Location = new System.Drawing.Point(571, 45); this.butprint.Name = "butprint"; this.butprint.Size = new System.Drawing.Size(72, 33); this.butprint.TabIndex = 10; this.butprint.Text = "打印(&P)"; this.butprint.Click += new System.EventHandler(this.butprint_Click); // // buttj // this.buttj.Location = new System.Drawing.Point(491, 45); this.buttj.Name = "buttj"; this.buttj.Size = new System.Drawing.Size(78, 33); this.buttj.TabIndex = 9; this.buttj.Text = "统计(&T)"; this.buttj.Click += new System.EventHandler(this.buttj_Click); // // statusBar1 // this.statusBar1.Location = new System.Drawing.Point(0, 502); this.statusBar1.Name = "statusBar1"; this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.statusBarPanel1, this.statusBarPanel2, this.statusBarPanel3 }); this.statusBar1.ShowPanels = true; this.statusBar1.Size = new System.Drawing.Size(944, 23); this.statusBar1.TabIndex = 1; this.statusBar1.Text = "statusBar1"; // // statusBarPanel1 // this.statusBarPanel1.Name = "statusBarPanel1"; this.statusBarPanel1.Width = 150; // // statusBarPanel2 // this.statusBarPanel2.Name = "statusBarPanel2"; this.statusBarPanel2.Width = 150; // // statusBarPanel3 // this.statusBarPanel3.Name = "statusBarPanel3"; this.statusBarPanel3.Width = 1000; // // myDataGrid1 // this.myDataGrid1.BackgroundColor = System.Drawing.Color.White; this.myDataGrid1.CaptionBackColor = System.Drawing.Color.Silver; this.myDataGrid1.CaptionFont = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.myDataGrid1.ColumnHeadersVisible = false; this.myDataGrid1.DataMember = ""; this.myDataGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.myDataGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.myDataGrid1.GridLineColor = System.Drawing.Color.Blue; this.myDataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.myDataGrid1.Location = new System.Drawing.Point(0, 0); this.myDataGrid1.Name = "myDataGrid1"; this.myDataGrid1.PreferredRowHeight = 25; this.myDataGrid1.Size = new System.Drawing.Size(944, 417); this.myDataGrid1.TabIndex = 0; this.myDataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] { this.dataGridTableStyle1 }); this.myDataGrid1.Paint += new System.Windows.Forms.PaintEventHandler(this.myDataGrid1_Paint); // // dataGridTableStyle1 // this.dataGridTableStyle1.AllowSorting = false; this.dataGridTableStyle1.ColumnHeadersVisible = false; this.dataGridTableStyle1.DataGrid = this.myDataGrid1; this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] { this.dataGridTextBoxColumn1, this.dataGridTextBoxColumn2, this.dataGridTextBoxColumn3, this.dataGridTextBoxColumn4, this.dataGridTextBoxColumn5, this.dataGridTextBoxColumn6, this.dataGridTextBoxColumn7, this.dataGridTextBoxColumn8 }); this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.dataGridTableStyle1.MappingName = "Tb"; this.dataGridTableStyle1.ReadOnly = true; this.dataGridTableStyle1.RowHeadersVisible = false; // // dataGridTextBoxColumn1 // this.dataGridTextBoxColumn1.Format = ""; this.dataGridTextBoxColumn1.FormatInfo = null; this.dataGridTextBoxColumn1.HeaderText = "项目1"; this.dataGridTextBoxColumn1.Width = 170; // // dataGridTextBoxColumn2 // this.dataGridTextBoxColumn2.Format = ""; this.dataGridTextBoxColumn2.FormatInfo = null; this.dataGridTextBoxColumn2.HeaderText = "进货金额1"; this.dataGridTextBoxColumn2.Width = 85; // // dataGridTextBoxColumn3 // this.dataGridTextBoxColumn3.Format = ""; this.dataGridTextBoxColumn3.FormatInfo = null; this.dataGridTextBoxColumn3.HeaderText = "零售金额1"; this.dataGridTextBoxColumn3.Width = 85; // // dataGridTextBoxColumn4 // this.dataGridTextBoxColumn4.Format = ""; this.dataGridTextBoxColumn4.FormatInfo = null; this.dataGridTextBoxColumn4.HeaderText = "进零差额1"; this.dataGridTextBoxColumn4.Width = 85; // // dataGridTextBoxColumn5 // this.dataGridTextBoxColumn5.Format = ""; this.dataGridTextBoxColumn5.FormatInfo = null; this.dataGridTextBoxColumn5.HeaderText = "项目2"; this.dataGridTextBoxColumn5.Width = 170; // // dataGridTextBoxColumn6 // this.dataGridTextBoxColumn6.Format = ""; this.dataGridTextBoxColumn6.FormatInfo = null; this.dataGridTextBoxColumn6.HeaderText = "进货金额2"; this.dataGridTextBoxColumn6.Width = 85; // // dataGridTextBoxColumn7 // this.dataGridTextBoxColumn7.Format = ""; this.dataGridTextBoxColumn7.FormatInfo = null; this.dataGridTextBoxColumn7.HeaderText = "零售金额2"; this.dataGridTextBoxColumn7.Width = 85; // // dataGridTextBoxColumn8 // this.dataGridTextBoxColumn8.Format = ""; this.dataGridTextBoxColumn8.FormatInfo = null; this.dataGridTextBoxColumn8.HeaderText = "进零差额2"; this.dataGridTextBoxColumn8.Width = 85; // // panel1 // this.panel1.Controls.Add(this.myDataGrid1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 85); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(944, 417); this.panel1.TabIndex = 2; // // Frmjxcqkb // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(944, 525); this.Controls.Add(this.panel1); this.Controls.Add(this.statusBar1); this.Controls.Add(this.groupBox1); this.Name = "Frmjxcqkb"; this.Text = "进销存情况表"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Frmxspm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BoxAndWhisker)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.rdbChartSheet = new System.Windows.Forms.RadioButton(); this.rdbEmbeddedChart = new System.Windows.Forms.RadioButton(); this.btn2016Charts = new System.Windows.Forms.Button(); this.btnViewTemplate = new System.Windows.Forms.Button(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.btn2016Charts); this.groupBox1.Controls.Add(this.btnViewTemplate); this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(3, 125); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(372, 109); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Box And Whisker"; // // groupBox2 // this.groupBox2.Controls.Add(this.rdbChartSheet); this.groupBox2.Controls.Add(this.rdbEmbeddedChart); this.groupBox2.Location = new System.Drawing.Point(23, 20); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(323, 46); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "Location"; // // rdbChartSheet // this.rdbChartSheet.AutoSize = true; this.rdbChartSheet.Location = new System.Drawing.Point(181, 20); this.rdbChartSheet.Name = "rdbChartSheet"; this.rdbChartSheet.Size = new System.Drawing.Size(92, 17); this.rdbChartSheet.TabIndex = 1; this.rdbChartSheet.TabStop = true; this.rdbChartSheet.Text = "Chart Sheet"; this.rdbChartSheet.UseVisualStyleBackColor = true; // // rdbEmbeddedChart // this.rdbEmbeddedChart.AutoSize = true; this.rdbEmbeddedChart.Location = new System.Drawing.Point(22, 20); this.rdbEmbeddedChart.Name = "rdbEmbeddedChart"; this.rdbEmbeddedChart.Size = new System.Drawing.Size(118, 17); this.rdbEmbeddedChart.TabIndex = 0; this.rdbEmbeddedChart.TabStop = true; this.rdbEmbeddedChart.Text = "Embedded Chart"; this.rdbEmbeddedChart.UseVisualStyleBackColor = true; // // btn2016Charts // this.btn2016Charts.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn2016Charts.Location = new System.Drawing.Point(203, 72); this.btn2016Charts.Name = "btn2016Charts"; this.btn2016Charts.Size = new System.Drawing.Size(129, 25); this.btn2016Charts.TabIndex = 2; this.btn2016Charts.Text = "Generate Excel"; this.btn2016Charts.UseVisualStyleBackColor = true; this.btn2016Charts.Click += new System.EventHandler(this.btn2016Charts_Click); // // btnViewTemplate // this.btnViewTemplate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnViewTemplate.Location = new System.Drawing.Point(33, 72); this.btnViewTemplate.Name = "btnViewTemplate"; this.btnViewTemplate.Size = new System.Drawing.Size(129, 25); this.btnViewTemplate.TabIndex = 4; this.btnViewTemplate.Text = "Input Template"; this.btnViewTemplate.UseVisualStyleBackColor = true; this.btnViewTemplate.Click += new System.EventHandler(this.btnViewTemplate_Click); // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(0, 0); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(639, 71); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox3.TabIndex = 74; this.pictureBox3.TabStop = false; // // label1 // this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161))); this.label1.Location = new System.Drawing.Point(0, 74); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(375, 48); this.label1.TabIndex = 64; this.label1.Text = "Click the button to view an Excel spreadsheet generated by Essential XlsIO. Pleas" + "e note that MS Excel Viewer or MS Excel is required to view the resultant docume" + "nt."; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // BoxAndWhisker // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(377, 236); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "BoxAndWhisker"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Box And Whisker"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.dataGrid1 = new System.Windows.Forms.DataGrid(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.sbtnExcel = new System.Windows.Forms.Button(); this.sbtnQuery = new System.Windows.Forms.Button(); this.txtAssCode = new System.Windows.Forms.TextBox(); this.cmbDept = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.dtpEnd = new System.Windows.Forms.DateTimePicker(); this.dtpBegin = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtGoodsCount = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtLCount = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtAssCount = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.sbtnClose = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // dataGrid1 // this.dataGrid1.DataMember = ""; this.dataGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.dataGrid1.Location = new System.Drawing.Point(0, 96); this.dataGrid1.Name = "dataGrid1"; this.dataGrid1.Size = new System.Drawing.Size(832, 326); this.dataGrid1.TabIndex = 4; // // groupBox1 // this.groupBox1.Controls.Add(this.sbtnClose); this.groupBox1.Controls.Add(this.sbtnExcel); this.groupBox1.Controls.Add(this.sbtnQuery); this.groupBox1.Controls.Add(this.txtAssCode); this.groupBox1.Controls.Add(this.cmbDept); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.dtpEnd); this.groupBox1.Controls.Add(this.dtpBegin); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(832, 96); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; // // sbtnExcel // this.sbtnExcel.Location = new System.Drawing.Point(649, 53); this.sbtnExcel.Name = "sbtnExcel"; this.sbtnExcel.Size = new System.Drawing.Size(75, 23); this.sbtnExcel.TabIndex = 39; this.sbtnExcel.Text = "导出"; this.sbtnExcel.UseVisualStyleBackColor = true; this.sbtnExcel.Click += new System.EventHandler(this.sbtnExcel_Click); // // sbtnQuery // this.sbtnQuery.Location = new System.Drawing.Point(568, 53); this.sbtnQuery.Name = "sbtnQuery"; this.sbtnQuery.Size = new System.Drawing.Size(75, 23); this.sbtnQuery.TabIndex = 38; this.sbtnQuery.Text = "查询"; this.sbtnQuery.UseVisualStyleBackColor = true; this.sbtnQuery.Click += new System.EventHandler(this.sbtnQuery_Click); // // txtAssCode // this.txtAssCode.Location = new System.Drawing.Point(78, 24); this.txtAssCode.MaxLength = 7; this.txtAssCode.Name = "txtAssCode"; this.txtAssCode.Size = new System.Drawing.Size(128, 21); this.txtAssCode.TabIndex = 37; this.txtAssCode.Text = "*"; // // cmbDept // this.cmbDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbDept.Location = new System.Drawing.Point(78, 56); this.cmbDept.Name = "cmbDept"; this.cmbDept.Size = new System.Drawing.Size(136, 20); this.cmbDept.TabIndex = 35; // // label11 // this.label11.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.Location = new System.Drawing.Point(14, 64); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(48, 16); this.label11.TabIndex = 36; this.label11.Text = "门店"; // // dtpEnd // this.dtpEnd.Location = new System.Drawing.Point(366, 56); this.dtpEnd.Name = "dtpEnd"; this.dtpEnd.Size = new System.Drawing.Size(168, 21); this.dtpEnd.TabIndex = 26; // // dtpBegin // this.dtpBegin.Location = new System.Drawing.Point(366, 24); this.dtpBegin.Name = "dtpBegin"; this.dtpBegin.Size = new System.Drawing.Size(168, 21); this.dtpBegin.TabIndex = 25; // // label5 // this.label5.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(302, 64); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 16); this.label5.TabIndex = 24; this.label5.Text = "结束日期"; // // label4 // this.label4.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(302, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 16); this.label4.TabIndex = 23; this.label4.Text = "开始日期"; // // label3 // this.label3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(14, 32); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(64, 16); this.label3.TabIndex = 21; this.label3.Text = "会员卡号"; // // groupBox2 // this.groupBox2.Controls.Add(this.txtGoodsCount); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.txtLCount); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.txtAssCount); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox2.Location = new System.Drawing.Point(0, 422); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(832, 64); this.groupBox2.TabIndex = 6; this.groupBox2.TabStop = false; this.groupBox2.Text = "汇总统计"; // // txtGoodsCount // this.txtGoodsCount.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGoodsCount.Location = new System.Drawing.Point(552, 24); this.txtGoodsCount.Name = "txtGoodsCount"; this.txtGoodsCount.Size = new System.Drawing.Size(100, 22); this.txtGoodsCount.TabIndex = 5; // // label6 // this.label6.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(464, 32); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(88, 16); this.label6.TabIndex = 4; this.label6.Text = "赠送商品数:"; // // txtLCount // this.txtLCount.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLCount.Location = new System.Drawing.Point(320, 24); this.txtLCount.Name = "txtLCount"; this.txtLCount.Size = new System.Drawing.Size(100, 22); this.txtLCount.TabIndex = 3; // // label2 // this.label2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(232, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 16); this.label2.TabIndex = 2; this.label2.Text = "赠送总次数:"; // // txtAssCount // this.txtAssCount.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtAssCount.Location = new System.Drawing.Point(96, 24); this.txtAssCount.Name = "txtAssCount"; this.txtAssCount.Size = new System.Drawing.Size(100, 22); this.txtAssCount.TabIndex = 1; // // label1 // this.label1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(8, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 16); this.label1.TabIndex = 0; this.label1.Text = "赠送会员数:"; // // sbtnClose // this.sbtnClose.Location = new System.Drawing.Point(730, 53); this.sbtnClose.Name = "sbtnClose"; this.sbtnClose.Size = new System.Drawing.Size(75, 23); this.sbtnClose.TabIndex = 40; this.sbtnClose.Text = "关闭"; this.sbtnClose.UseVisualStyleBackColor = true; this.sbtnClose.Click += new System.EventHandler(this.sbtnClose_Click); // // frmLargQuery // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(832, 486); this.Controls.Add(this.dataGrid1); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "frmLargQuery"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "会员赠送查询"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmLargQuery_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.imgIcon = new System.Windows.Forms.PictureBox(); this.lblDescription = new System.Windows.Forms.Label(); this.lblReportDesc = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panReport = new System.Windows.Forms.Panel(); this.lblTotalTran = new System.Windows.Forms.Label(); this.lblTotalAmount = new System.Windows.Forms.Label(); this.lblTotalDiscount = new System.Windows.Forms.Label(); this.dgHourlyReport = new System.Windows.Forms.DataGrid(); this.dgStyle = new System.Windows.Forms.DataGridTableStyle(); this.TIME = new System.Windows.Forms.DataGridTextBoxColumn(); this.TRAN = new System.Windows.Forms.DataGridTextBoxColumn(); this.AMOUNT = new System.Windows.Forms.DataGridTextBoxColumn(); this.DISC = new System.Windows.Forms.DataGridTextBoxColumn(); this.lblPanelTop = new System.Windows.Forms.Label(); this.lblReportFooter3 = new System.Windows.Forms.Label(); this.lblReportFooter2 = new System.Windows.Forms.Label(); this.lblReportFooter1 = new System.Windows.Forms.Label(); this.lblPanelBot = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lblReceiptDesc = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.lblReportHeader4 = new System.Windows.Forms.Label(); this.lblReportHeader3 = new System.Windows.Forms.Label(); this.lblReportHeader2 = new System.Windows.Forms.Label(); this.lblReportHeader1 = new System.Windows.Forms.Label(); this.lblCompany = new System.Windows.Forms.Label(); this.cmdCancel = new System.Windows.Forms.Button(); this.cmdEnter = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit(); this.groupBox1.SuspendLayout(); this.panReport.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgHourlyReport)).BeginInit(); this.SuspendLayout(); // // imgIcon // this.imgIcon.BackColor = System.Drawing.Color.Blue; this.imgIcon.Location = new System.Drawing.Point(9, 5); this.imgIcon.Name = "imgIcon"; this.imgIcon.Size = new System.Drawing.Size(49, 49); this.imgIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.imgIcon.TabIndex = 0; this.imgIcon.TabStop = false; // // lblDescription // this.lblDescription.AutoSize = true; this.lblDescription.BackColor = System.Drawing.Color.Transparent; this.lblDescription.ForeColor = System.Drawing.Color.LightSlateGray; this.lblDescription.Location = new System.Drawing.Point(762, 41); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(252, 13); this.lblDescription.TabIndex = 90; this.lblDescription.Tag = ""; this.lblDescription.Text = "Press Enter Key to print the current viewed report."; // // lblReportDesc // this.lblReportDesc.AutoSize = true; this.lblReportDesc.BackColor = System.Drawing.Color.Transparent; this.lblReportDesc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblReportDesc.ForeColor = System.Drawing.Color.White; this.lblReportDesc.Location = new System.Drawing.Point(66, 18); this.lblReportDesc.Name = "lblReportDesc"; this.lblReportDesc.Size = new System.Drawing.Size(136, 13); this.lblReportDesc.TabIndex = 89; this.lblReportDesc.Text = "Hourly Report Window."; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.White; this.groupBox1.Controls.Add(this.panReport); this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.ForeColor = System.Drawing.Color.Blue; this.groupBox1.Location = new System.Drawing.Point(9, 67); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1005, 533); this.groupBox1.TabIndex = 88; this.groupBox1.TabStop = false; this.groupBox1.Text = "Hourly Report Details"; // // panReport // this.panReport.AutoScroll = true; this.panReport.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panReport.Controls.Add(this.lblTotalTran); this.panReport.Controls.Add(this.lblTotalAmount); this.panReport.Controls.Add(this.lblTotalDiscount); this.panReport.Controls.Add(this.dgHourlyReport); this.panReport.Controls.Add(this.lblPanelTop); this.panReport.Controls.Add(this.lblReportFooter3); this.panReport.Controls.Add(this.lblReportFooter2); this.panReport.Controls.Add(this.lblReportFooter1); this.panReport.Controls.Add(this.lblPanelBot); this.panReport.Controls.Add(this.label2); this.panReport.Controls.Add(this.lblReceiptDesc); this.panReport.Controls.Add(this.label23); this.panReport.Controls.Add(this.lblReportHeader4); this.panReport.Controls.Add(this.lblReportHeader3); this.panReport.Controls.Add(this.lblReportHeader2); this.panReport.Controls.Add(this.lblReportHeader1); this.panReport.Controls.Add(this.lblCompany); this.panReport.Location = new System.Drawing.Point(210, 12); this.panReport.Name = "panReport"; this.panReport.Size = new System.Drawing.Size(385, 515); this.panReport.TabIndex = 107; // // lblTotalTran // this.lblTotalTran.BackColor = System.Drawing.Color.DarkGray; this.lblTotalTran.Location = new System.Drawing.Point(75, 372); this.lblTotalTran.Name = "lblTotalTran"; this.lblTotalTran.Size = new System.Drawing.Size(50, 15); this.lblTotalTran.TabIndex = 242; this.lblTotalTran.Text = "0"; this.lblTotalTran.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblTotalAmount // this.lblTotalAmount.BackColor = System.Drawing.Color.DarkGray; this.lblTotalAmount.Location = new System.Drawing.Point(126, 372); this.lblTotalAmount.Name = "lblTotalAmount"; this.lblTotalAmount.Size = new System.Drawing.Size(146, 15); this.lblTotalAmount.TabIndex = 241; this.lblTotalAmount.Text = "0.00"; this.lblTotalAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblTotalDiscount // this.lblTotalDiscount.BackColor = System.Drawing.Color.DarkGray; this.lblTotalDiscount.Location = new System.Drawing.Point(273, 372); this.lblTotalDiscount.Name = "lblTotalDiscount"; this.lblTotalDiscount.Size = new System.Drawing.Size(80, 15); this.lblTotalDiscount.TabIndex = 240; this.lblTotalDiscount.Text = "0.00"; this.lblTotalDiscount.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // dgHourlyReport // this.dgHourlyReport.AlternatingBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dgHourlyReport.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.dgHourlyReport.BackColor = System.Drawing.Color.White; this.dgHourlyReport.BackgroundColor = System.Drawing.Color.White; this.dgHourlyReport.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgHourlyReport.CaptionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dgHourlyReport.CaptionForeColor = System.Drawing.Color.Blue; this.dgHourlyReport.CaptionVisible = false; this.dgHourlyReport.DataMember = ""; this.dgHourlyReport.Enabled = false; this.dgHourlyReport.FlatMode = true; this.dgHourlyReport.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dgHourlyReport.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(81)))), ((int)(((byte)(153))))); this.dgHourlyReport.HeaderFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dgHourlyReport.HeaderForeColor = System.Drawing.Color.White; this.dgHourlyReport.Location = new System.Drawing.Point(22, 139); this.dgHourlyReport.Name = "dgHourlyReport"; this.dgHourlyReport.ReadOnly = true; this.dgHourlyReport.RowHeadersVisible = false; this.dgHourlyReport.RowHeaderWidth = 5; this.dgHourlyReport.SelectionBackColor = System.Drawing.Color.RoyalBlue; this.dgHourlyReport.SelectionForeColor = System.Drawing.Color.White; this.dgHourlyReport.Size = new System.Drawing.Size(319, 516); this.dgHourlyReport.TabIndex = 239; this.dgHourlyReport.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] { this.dgStyle }); this.dgHourlyReport.TabStop = false; // // dgStyle // this.dgStyle.AlternatingBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.dgStyle.ColumnHeadersVisible = false; this.dgStyle.DataGrid = this.dgHourlyReport; this.dgStyle.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] { this.TIME, this.TRAN, this.AMOUNT, this.DISC }); this.dgStyle.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(81)))), ((int)(((byte)(153))))); this.dgStyle.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dgStyle.HeaderForeColor = System.Drawing.Color.White; this.dgStyle.MappingName = "tblHourlyReport"; this.dgStyle.RowHeadersVisible = false; this.dgStyle.RowHeaderWidth = 5; this.dgStyle.SelectionBackColor = System.Drawing.Color.RoyalBlue; this.dgStyle.SelectionForeColor = System.Drawing.Color.White; // // TIME // this.TIME.Format = "0#:00"; this.TIME.FormatInfo = null; this.TIME.HeaderText = "TIME"; this.TIME.MappingName = "Time"; this.TIME.ReadOnly = true; this.TIME.Width = 50; // // TRAN // this.TRAN.Alignment = System.Windows.Forms.HorizontalAlignment.Right; this.TRAN.Format = "#,##0.#0"; this.TRAN.FormatInfo = null; this.TRAN.HeaderText = "TRAN"; this.TRAN.MappingName = "TranCount"; this.TRAN.ReadOnly = true; this.TRAN.Width = 30; // // AMOUNT // this.AMOUNT.Alignment = System.Windows.Forms.HorizontalAlignment.Right; this.AMOUNT.Format = "#,##0.#0"; this.AMOUNT.FormatInfo = null; this.AMOUNT.HeaderText = "AMOUNT"; this.AMOUNT.MappingName = "Amount"; this.AMOUNT.ReadOnly = true; this.AMOUNT.Width = 70; // // DISC // this.DISC.Alignment = System.Windows.Forms.HorizontalAlignment.Right; this.DISC.Format = "#,##0.#0"; this.DISC.FormatInfo = null; this.DISC.HeaderText = "DISCOUNT"; this.DISC.MappingName = "Discount"; this.DISC.ReadOnly = true; this.DISC.Width = 70; // // lblPanelTop // this.lblPanelTop.Location = new System.Drawing.Point(24, -8); this.lblPanelTop.Name = "lblPanelTop"; this.lblPanelTop.Size = new System.Drawing.Size(331, 15); this.lblPanelTop.TabIndex = 238; this.lblPanelTop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblReportFooter3 // this.lblReportFooter3.Location = new System.Drawing.Point(22, 431); this.lblReportFooter3.Name = "lblReportFooter3"; this.lblReportFooter3.Size = new System.Drawing.Size(331, 15); this.lblReportFooter3.TabIndex = 227; this.lblReportFooter3.Text = "ReportFooter3"; this.lblReportFooter3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblReportFooter2 // this.lblReportFooter2.Location = new System.Drawing.Point(22, 415); this.lblReportFooter2.Name = "lblReportFooter2"; this.lblReportFooter2.Size = new System.Drawing.Size(331, 15); this.lblReportFooter2.TabIndex = 226; this.lblReportFooter2.Text = "ReportFooter1"; this.lblReportFooter2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblReportFooter1 // this.lblReportFooter1.Location = new System.Drawing.Point(22, 399); this.lblReportFooter1.Name = "lblReportFooter1"; this.lblReportFooter1.Size = new System.Drawing.Size(331, 15); this.lblReportFooter1.TabIndex = 225; this.lblReportFooter1.Text = "ReportFooter1"; this.lblReportFooter1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblPanelBot // this.lblPanelBot.Location = new System.Drawing.Point(22, 455); this.lblPanelBot.Name = "lblPanelBot"; this.lblPanelBot.Size = new System.Drawing.Size(331, 15); this.lblPanelBot.TabIndex = 168; this.lblPanelBot.Text = "-/-"; this.lblPanelBot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.ForeColor = System.Drawing.Color.LightSlateGray; this.label2.Location = new System.Drawing.Point(22, 131); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(331, 5); this.label2.TabIndex = 129; this.label2.Text = "----------------------------------------------------------------------------"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblReceiptDesc // this.lblReceiptDesc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblReceiptDesc.Location = new System.Drawing.Point(22, 115); this.lblReceiptDesc.Name = "lblReceiptDesc"; this.lblReceiptDesc.Size = new System.Drawing.Size(331, 15); this.lblReceiptDesc.TabIndex = 122; this.lblReceiptDesc.Text = "Hourly Report"; this.lblReceiptDesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label23 // this.label23.ForeColor = System.Drawing.Color.LightSlateGray; this.label23.Location = new System.Drawing.Point(22, 107); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(331, 5); this.label23.TabIndex = 121; this.label23.Text = "----------------------------------------------------------------------------"; this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblReportHeader4 // this.lblReportHeader4.Location = new System.Drawing.Point(22, 88); this.lblReportHeader4.Name = "lblReportHeader4"; this.lblReportHeader4.Size = new System.Drawing.Size(331, 15); this.lblReportHeader4.TabIndex = 117; this.lblReportHeader4.Text = "ReportHeader4"; this.lblReportHeader4.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lblReportHeader3 // this.lblReportHeader3.ForeColor = System.Drawing.Color.Blue; this.lblReportHeader3.Location = new System.Drawing.Point(22, 72); this.lblReportHeader3.Name = "lblReportHeader3"; this.lblReportHeader3.Size = new System.Drawing.Size(331, 15); this.lblReportHeader3.TabIndex = 116; this.lblReportHeader3.Text = "ReportHeader3"; this.lblReportHeader3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lblReportHeader2 // this.lblReportHeader2.Location = new System.Drawing.Point(22, 56); this.lblReportHeader2.Name = "lblReportHeader2"; this.lblReportHeader2.Size = new System.Drawing.Size(331, 15); this.lblReportHeader2.TabIndex = 115; this.lblReportHeader2.Text = "ReportHeader2"; this.lblReportHeader2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lblReportHeader1 // this.lblReportHeader1.Location = new System.Drawing.Point(22, 40); this.lblReportHeader1.Name = "lblReportHeader1"; this.lblReportHeader1.Size = new System.Drawing.Size(331, 15); this.lblReportHeader1.TabIndex = 114; this.lblReportHeader1.Text = "ReportHeader1"; this.lblReportHeader1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lblCompany // this.lblCompany.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCompany.Location = new System.Drawing.Point(22, 16); this.lblCompany.Name = "lblCompany"; this.lblCompany.Size = new System.Drawing.Size(331, 15); this.lblCompany.TabIndex = 113; this.lblCompany.Text = "AceSoft RetailPlus ™"; this.lblCompany.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cmdCancel // this.cmdCancel.AutoSize = true; this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdCancel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdCancel.ForeColor = System.Drawing.Color.White; this.cmdCancel.Location = new System.Drawing.Point(765, 618); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(106, 83); this.cmdCancel.TabIndex = 1; this.cmdCancel.Text = "CANCEL"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // cmdEnter // this.cmdEnter.AutoSize = true; this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmdEnter.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdEnter.ForeColor = System.Drawing.Color.White; this.cmdEnter.Location = new System.Drawing.Point(877, 618); this.cmdEnter.Name = "cmdEnter"; this.cmdEnter.Size = new System.Drawing.Size(106, 83); this.cmdEnter.TabIndex = 0; this.cmdEnter.Text = "PRINT"; this.cmdEnter.UseVisualStyleBackColor = true; this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click); // // HourlyReportWnd // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1022, 766); this.ControlBox = false; this.Controls.Add(this.cmdCancel); this.Controls.Add(this.cmdEnter); this.Controls.Add(this.lblDescription); this.Controls.Add(this.lblReportDesc); this.Controls.Add(this.groupBox1); this.Controls.Add(this.imgIcon); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.KeyPreview = true; this.MaximizeBox = false; this.Name = "HourlyReportWnd"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.HourlyReport_Load); this.Resize += new System.EventHandler(this.HourlyReport_Resize); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HourlyReport_KeyDown); ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit(); this.groupBox1.ResumeLayout(false); this.panReport.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgHourlyReport)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.m_gbGeral = new System.Windows.Forms.GroupBox(); this.m_gbParametros = new System.Windows.Forms.GroupBox(); this.m_txtIdCodigo = new System.Windows.Forms.TextBox(); this.m_txtIdExportador = new System.Windows.Forms.TextBox(); this.m_lbIdCodigo = new System.Windows.Forms.Label(); this.m_lbIdExportador = new System.Windows.Forms.Label(); this.m_gbRetorno = new System.Windows.Forms.GroupBox(); this.m_txtRetorno = new System.Windows.Forms.TextBox(); this.m_lbRetorno = new System.Windows.Forms.Label(); this.m_gbMoeda = new System.Windows.Forms.GroupBox(); this.m_btRomaneio = new System.Windows.Forms.Button(); this.m_gbBD = new System.Windows.Forms.GroupBox(); this.m_gbConfiguracao = new System.Windows.Forms.GroupBox(); this.m_txtPath = new System.Windows.Forms.TextBox(); this.m_lbPath = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.m_txtDataBaseName = new System.Windows.Forms.TextBox(); this.m_gbTipoAcesso = new System.Windows.Forms.GroupBox(); this.m_txtPortSqlServer = new System.Windows.Forms.TextBox(); this.m_lbPortSqlServer = new System.Windows.Forms.Label(); this.m_rbSqlServer = new System.Windows.Forms.RadioButton(); this.m_rbMySql = new System.Windows.Forms.RadioButton(); this.m_rbJet40 = new System.Windows.Forms.RadioButton(); this.m_gbLogin = new System.Windows.Forms.GroupBox(); this.m_txtHost = new System.Windows.Forms.TextBox(); this.m_lbHost = new System.Windows.Forms.Label(); this.m_txtPassword = new System.Windows.Forms.TextBox(); this.m_txtUser = new System.Windows.Forms.TextBox(); this.m_lbPassword = new System.Windows.Forms.Label(); this.m_lbUser = new System.Windows.Forms.Label(); this.m_ilBandeiras = new System.Windows.Forms.ImageList(this.components); this.m_txtPortMysql = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.m_gbGeral.SuspendLayout(); this.m_gbParametros.SuspendLayout(); this.m_gbRetorno.SuspendLayout(); this.m_gbMoeda.SuspendLayout(); this.m_gbBD.SuspendLayout(); this.m_gbConfiguracao.SuspendLayout(); this.m_gbTipoAcesso.SuspendLayout(); this.m_gbLogin.SuspendLayout(); this.SuspendLayout(); // // m_gbGeral // this.m_gbGeral.Controls.Add(this.m_gbParametros); this.m_gbGeral.Controls.Add(this.m_gbRetorno); this.m_gbGeral.Controls.Add(this.m_gbMoeda); this.m_gbGeral.Controls.Add(this.m_gbBD); this.m_gbGeral.Location = new System.Drawing.Point(5, -1); this.m_gbGeral.Name = "m_gbGeral"; this.m_gbGeral.Size = new System.Drawing.Size(615, 450); this.m_gbGeral.TabIndex = 2; this.m_gbGeral.TabStop = false; // // m_gbParametros // this.m_gbParametros.Controls.Add(this.m_txtIdCodigo); this.m_gbParametros.Controls.Add(this.m_txtIdExportador); this.m_gbParametros.Controls.Add(this.m_lbIdCodigo); this.m_gbParametros.Controls.Add(this.m_lbIdExportador); this.m_gbParametros.Location = new System.Drawing.Point(8, 248); this.m_gbParametros.Name = "m_gbParametros"; this.m_gbParametros.Size = new System.Drawing.Size(600, 80); this.m_gbParametros.TabIndex = 3; this.m_gbParametros.TabStop = false; this.m_gbParametros.Text = "Parametros"; // // m_txtIdCodigo // this.m_txtIdCodigo.Location = new System.Drawing.Point(108, 47); this.m_txtIdCodigo.Name = "m_txtIdCodigo"; this.m_txtIdCodigo.Size = new System.Drawing.Size(91, 20); this.m_txtIdCodigo.TabIndex = 7; this.m_txtIdCodigo.Text = "019/05"; this.m_txtIdCodigo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // m_txtIdExportador // this.m_txtIdExportador.Location = new System.Drawing.Point(108, 23); this.m_txtIdExportador.Name = "m_txtIdExportador"; this.m_txtIdExportador.Size = new System.Drawing.Size(91, 20); this.m_txtIdExportador.TabIndex = 6; this.m_txtIdExportador.Text = "7"; this.m_txtIdExportador.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // m_lbIdCodigo // this.m_lbIdCodigo.Location = new System.Drawing.Point(13, 46); this.m_lbIdCodigo.Name = "m_lbIdCodigo"; this.m_lbIdCodigo.Size = new System.Drawing.Size(88, 16); this.m_lbIdCodigo.TabIndex = 5; this.m_lbIdCodigo.Text = "idCodigo"; // // m_lbIdExportador // this.m_lbIdExportador.Location = new System.Drawing.Point(14, 27); this.m_lbIdExportador.Name = "m_lbIdExportador"; this.m_lbIdExportador.Size = new System.Drawing.Size(75, 16); this.m_lbIdExportador.TabIndex = 4; this.m_lbIdExportador.Text = "idExportador"; // // m_gbRetorno // this.m_gbRetorno.Controls.Add(this.m_txtRetorno); this.m_gbRetorno.Controls.Add(this.m_lbRetorno); this.m_gbRetorno.Location = new System.Drawing.Point(8, 392); this.m_gbRetorno.Name = "m_gbRetorno"; this.m_gbRetorno.Size = new System.Drawing.Size(600, 48); this.m_gbRetorno.TabIndex = 2; this.m_gbRetorno.TabStop = false; this.m_gbRetorno.Text = "Retorno"; // // m_txtRetorno // this.m_txtRetorno.Location = new System.Drawing.Point(79, 19); this.m_txtRetorno.Name = "m_txtRetorno"; this.m_txtRetorno.Size = new System.Drawing.Size(504, 20); this.m_txtRetorno.TabIndex = 5; this.m_txtRetorno.Text = ""; // // m_lbRetorno // this.m_lbRetorno.Location = new System.Drawing.Point(24, 24); this.m_lbRetorno.Name = "m_lbRetorno"; this.m_lbRetorno.Size = new System.Drawing.Size(56, 16); this.m_lbRetorno.TabIndex = 4; this.m_lbRetorno.Text = "Retorno:"; // // m_gbMoeda // this.m_gbMoeda.Controls.Add(this.m_btRomaneio); this.m_gbMoeda.Location = new System.Drawing.Point(8, 328); this.m_gbMoeda.Name = "m_gbMoeda"; this.m_gbMoeda.Size = new System.Drawing.Size(600, 62); this.m_gbMoeda.TabIndex = 1; this.m_gbMoeda.TabStop = false; this.m_gbMoeda.Text = "Moeda"; // // m_btRomaneio // this.m_btRomaneio.Location = new System.Drawing.Point(9, 19); this.m_btRomaneio.Name = "m_btRomaneio"; this.m_btRomaneio.Size = new System.Drawing.Size(96, 32); this.m_btRomaneio.TabIndex = 2; this.m_btRomaneio.Text = "Bordero"; this.m_btRomaneio.Click += new System.EventHandler(this.m_btRomaneio_Click); // // m_gbBD // this.m_gbBD.Controls.Add(this.m_gbConfiguracao); this.m_gbBD.Controls.Add(this.m_gbTipoAcesso); this.m_gbBD.Controls.Add(this.m_gbLogin); this.m_gbBD.Location = new System.Drawing.Point(8, 16); this.m_gbBD.Name = "m_gbBD"; this.m_gbBD.Size = new System.Drawing.Size(600, 232); this.m_gbBD.TabIndex = 0; this.m_gbBD.TabStop = false; this.m_gbBD.Text = "Acesso Banco Dados"; // // m_gbConfiguracao // this.m_gbConfiguracao.Controls.Add(this.m_txtPath); this.m_gbConfiguracao.Controls.Add(this.m_lbPath); this.m_gbConfiguracao.Controls.Add(this.label1); this.m_gbConfiguracao.Controls.Add(this.m_txtDataBaseName); this.m_gbConfiguracao.Location = new System.Drawing.Point(8, 16); this.m_gbConfiguracao.Name = "m_gbConfiguracao"; this.m_gbConfiguracao.Size = new System.Drawing.Size(384, 72); this.m_gbConfiguracao.TabIndex = 11; this.m_gbConfiguracao.TabStop = false; this.m_gbConfiguracao.Text = "Configuracao"; // // m_txtPath // this.m_txtPath.Location = new System.Drawing.Point(108, 20); this.m_txtPath.Name = "m_txtPath"; this.m_txtPath.Size = new System.Drawing.Size(264, 20); this.m_txtPath.TabIndex = 2; this.m_txtPath.Text = "C:\\Projetos\\Siscobras\\Binarios\\"; // // m_lbPath // this.m_lbPath.Location = new System.Drawing.Point(12, 20); this.m_lbPath.Name = "m_lbPath"; this.m_lbPath.Size = new System.Drawing.Size(40, 16); this.m_lbPath.TabIndex = 0; this.m_lbPath.Text = "Path"; // // label1 // this.label1.Location = new System.Drawing.Point(12, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 16); this.label1.TabIndex = 1; this.label1.Text = "DataBaseName"; // // m_txtDataBaseName // this.m_txtDataBaseName.Location = new System.Drawing.Point(108, 44); this.m_txtDataBaseName.Name = "m_txtDataBaseName"; this.m_txtDataBaseName.Size = new System.Drawing.Size(264, 20); this.m_txtDataBaseName.TabIndex = 3; this.m_txtDataBaseName.Text = "Siscobras"; // // m_gbTipoAcesso // this.m_gbTipoAcesso.Controls.Add(this.m_txtPortMysql); this.m_gbTipoAcesso.Controls.Add(this.label2); this.m_gbTipoAcesso.Controls.Add(this.m_txtPortSqlServer); this.m_gbTipoAcesso.Controls.Add(this.m_lbPortSqlServer); this.m_gbTipoAcesso.Controls.Add(this.m_rbSqlServer); this.m_gbTipoAcesso.Controls.Add(this.m_rbMySql); this.m_gbTipoAcesso.Controls.Add(this.m_rbJet40); this.m_gbTipoAcesso.Location = new System.Drawing.Point(7, 94); this.m_gbTipoAcesso.Name = "m_gbTipoAcesso"; this.m_gbTipoAcesso.Size = new System.Drawing.Size(577, 128); this.m_gbTipoAcesso.TabIndex = 10; this.m_gbTipoAcesso.TabStop = false; this.m_gbTipoAcesso.Text = "Tipo Acesso"; // // m_txtPortSqlServer // this.m_txtPortSqlServer.Location = new System.Drawing.Point(142, 46); this.m_txtPortSqlServer.Name = "m_txtPortSqlServer"; this.m_txtPortSqlServer.Size = new System.Drawing.Size(48, 20); this.m_txtPortSqlServer.TabIndex = 10; this.m_txtPortSqlServer.Text = "1433"; // // m_lbPortSqlServer // this.m_lbPortSqlServer.Location = new System.Drawing.Point(112, 49); this.m_lbPortSqlServer.Name = "m_lbPortSqlServer"; this.m_lbPortSqlServer.Size = new System.Drawing.Size(32, 16); this.m_lbPortSqlServer.TabIndex = 9; this.m_lbPortSqlServer.Text = "Port:"; // // m_rbSqlServer // this.m_rbSqlServer.Location = new System.Drawing.Point(24, 48); this.m_rbSqlServer.Name = "m_rbSqlServer"; this.m_rbSqlServer.Size = new System.Drawing.Size(88, 16); this.m_rbSqlServer.TabIndex = 6; this.m_rbSqlServer.Text = "SqlServer"; // // m_rbMySql // this.m_rbMySql.Checked = true; this.m_rbMySql.Location = new System.Drawing.Point(24, 32); this.m_rbMySql.Name = "m_rbMySql"; this.m_rbMySql.Size = new System.Drawing.Size(72, 16); this.m_rbMySql.TabIndex = 5; this.m_rbMySql.TabStop = true; this.m_rbMySql.Text = "MySql"; // // m_rbJet40 // this.m_rbJet40.Location = new System.Drawing.Point(24, 16); this.m_rbJet40.Name = "m_rbJet40"; this.m_rbJet40.Size = new System.Drawing.Size(200, 16); this.m_rbJet40.TabIndex = 4; this.m_rbJet40.Text = "Jet40"; // // m_gbLogin // this.m_gbLogin.Controls.Add(this.m_txtHost); this.m_gbLogin.Controls.Add(this.m_lbHost); this.m_gbLogin.Controls.Add(this.m_txtPassword); this.m_gbLogin.Controls.Add(this.m_txtUser); this.m_gbLogin.Controls.Add(this.m_lbPassword); this.m_gbLogin.Controls.Add(this.m_lbUser); this.m_gbLogin.Location = new System.Drawing.Point(396, 8); this.m_gbLogin.Name = "m_gbLogin"; this.m_gbLogin.Size = new System.Drawing.Size(192, 80); this.m_gbLogin.TabIndex = 9; this.m_gbLogin.TabStop = false; this.m_gbLogin.Text = "Login"; // // m_txtHost // this.m_txtHost.Location = new System.Drawing.Point(62, 12); this.m_txtHost.Name = "m_txtHost"; this.m_txtHost.Size = new System.Drawing.Size(122, 20); this.m_txtHost.TabIndex = 10; this.m_txtHost.Text = "Paulo"; // // m_lbHost // this.m_lbHost.Location = new System.Drawing.Point(7, 20); this.m_lbHost.Name = "m_lbHost"; this.m_lbHost.Size = new System.Drawing.Size(32, 16); this.m_lbHost.TabIndex = 9; this.m_lbHost.Text = "Host"; // // m_txtPassword // this.m_txtPassword.Location = new System.Drawing.Point(62, 55); this.m_txtPassword.Name = "m_txtPassword"; this.m_txtPassword.Size = new System.Drawing.Size(122, 20); this.m_txtPassword.TabIndex = 8; this.m_txtPassword.Text = "Siscobras"; // // m_txtUser // this.m_txtUser.Location = new System.Drawing.Point(62, 34); this.m_txtUser.Name = "m_txtUser"; this.m_txtUser.Size = new System.Drawing.Size(122, 20); this.m_txtUser.TabIndex = 7; this.m_txtUser.Text = "Siscobras"; // // m_lbPassword // this.m_lbPassword.Location = new System.Drawing.Point(7, 57); this.m_lbPassword.Name = "m_lbPassword"; this.m_lbPassword.Size = new System.Drawing.Size(56, 16); this.m_lbPassword.TabIndex = 6; this.m_lbPassword.Text = "Password"; // // m_lbUser // this.m_lbUser.Location = new System.Drawing.Point(8, 40); this.m_lbUser.Name = "m_lbUser"; this.m_lbUser.Size = new System.Drawing.Size(32, 16); this.m_lbUser.TabIndex = 5; this.m_lbUser.Text = "User"; // // m_ilBandeiras // this.m_ilBandeiras.ImageSize = new System.Drawing.Size(16, 16); this.m_ilBandeiras.TransparentColor = System.Drawing.Color.Transparent; // // m_txtPortMysql // this.m_txtPortMysql.Location = new System.Drawing.Point(142, 24); this.m_txtPortMysql.Name = "m_txtPortMysql"; this.m_txtPortMysql.Size = new System.Drawing.Size(48, 20); this.m_txtPortMysql.TabIndex = 12; this.m_txtPortMysql.Text = "3306"; // // label2 // this.label2.Location = new System.Drawing.Point(112, 29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 16); this.label2.TabIndex = 11; this.label2.Text = "Port:"; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(624, 454); this.Controls.Add(this.m_gbGeral); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Produtos Bordero"; this.m_gbGeral.ResumeLayout(false); this.m_gbParametros.ResumeLayout(false); this.m_gbRetorno.ResumeLayout(false); this.m_gbMoeda.ResumeLayout(false); this.m_gbBD.ResumeLayout(false); this.m_gbConfiguracao.ResumeLayout(false); this.m_gbTipoAcesso.ResumeLayout(false); this.m_gbLogin.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sorting)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.cmbSortOn = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.btnSortColor = new System.Windows.Forms.Button(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.rdbOnBottom = new System.Windows.Forms.RadioButton(); this.rdbOnTop = new System.Windows.Forms.RadioButton(); this.btnViewTemplate = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cmbFirst = new System.Windows.Forms.ComboBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.rdbDescending = new System.Windows.Forms.RadioButton(); this.rdbAscending = new System.Windows.Forms.RadioButton(); this.chkAddThirdLevel = new System.Windows.Forms.CheckBox(); this.btnSortValues = new System.Windows.Forms.Button(); this.grpThirdLevel = new System.Windows.Forms.GroupBox(); this.cmbThird = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.chkAddSecondLevel = new System.Windows.Forms.CheckBox(); this.grpSecondLevel = new System.Windows.Forms.GroupBox(); this.cmbSecond = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.groupBox1.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.grpThirdLevel.SuspendLayout(); this.grpSecondLevel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.groupBox4); this.groupBox1.Controls.Add(this.btnViewTemplate); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(3, 98); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(424, 369); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Sorting"; // // groupBox4 // this.groupBox4.Controls.Add(this.cmbSortOn); this.groupBox4.Controls.Add(this.label1); this.groupBox4.Controls.Add(this.btnSortColor); this.groupBox4.Controls.Add(this.groupBox5); this.groupBox4.Location = new System.Drawing.Point(9, 245); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(406, 91); this.groupBox4.TabIndex = 5; this.groupBox4.TabStop = false; this.groupBox4.Text = "Sort Based on Colors"; // // cmbSortOn // this.cmbSortOn.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbSortOn.FormattingEnabled = true; this.cmbSortOn.Items.AddRange(new object[] { "CellColor", "FontColor" }); this.cmbSortOn.Location = new System.Drawing.Point(276, 25); this.cmbSortOn.Name = "cmbSortOn"; this.cmbSortOn.Size = new System.Drawing.Size(121, 21); this.cmbSortOn.TabIndex = 4; this.cmbSortOn.SelectedIndexChanged += new System.EventHandler(this.cmbSortOn_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(208, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 13); this.label1.TabIndex = 3; this.label1.Text = "Sort On"; // // btnSortColor // this.btnSortColor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSortColor.Location = new System.Drawing.Point(315, 63); this.btnSortColor.Name = "btnSortColor"; this.btnSortColor.Size = new System.Drawing.Size(82, 23); this.btnSortColor.TabIndex = 2; this.btnSortColor.Text = "Sort Colors"; this.btnSortColor.UseVisualStyleBackColor = true; this.btnSortColor.Click += new System.EventHandler(this.btnSortColor_Click); // // groupBox5 // this.groupBox5.Controls.Add(this.rdbOnBottom); this.groupBox5.Controls.Add(this.rdbOnTop); this.groupBox5.Location = new System.Drawing.Point(9, 20); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(132, 66); this.groupBox5.TabIndex = 0; this.groupBox5.TabStop = false; this.groupBox5.Text = "Order By"; // // rdbOnBottom // this.rdbOnBottom.AutoSize = true; this.rdbOnBottom.Location = new System.Drawing.Point(6, 43); this.rdbOnBottom.Name = "rdbOnBottom"; this.rdbOnBottom.Size = new System.Drawing.Size(82, 17); this.rdbOnBottom.TabIndex = 1; this.rdbOnBottom.TabStop = true; this.rdbOnBottom.Text = "OnBottom"; this.rdbOnBottom.UseVisualStyleBackColor = true; // // rdbOnTop // this.rdbOnTop.AutoSize = true; this.rdbOnTop.Checked = true; this.rdbOnTop.Location = new System.Drawing.Point(6, 20); this.rdbOnTop.Name = "rdbOnTop"; this.rdbOnTop.Size = new System.Drawing.Size(61, 17); this.rdbOnTop.TabIndex = 0; this.rdbOnTop.TabStop = true; this.rdbOnTop.Text = "OnTop"; this.rdbOnTop.UseVisualStyleBackColor = true; // // btnViewTemplate // this.btnViewTemplate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnViewTemplate.Location = new System.Drawing.Point(312, 341); this.btnViewTemplate.Name = "btnViewTemplate"; this.btnViewTemplate.Size = new System.Drawing.Size(100, 25); this.btnViewTemplate.TabIndex = 4; this.btnViewTemplate.Text = "Input Template"; this.btnViewTemplate.UseVisualStyleBackColor = true; this.btnViewTemplate.Click += new System.EventHandler(this.btnViewTemplate_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.cmbFirst); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Controls.Add(this.chkAddThirdLevel); this.groupBox2.Controls.Add(this.btnSortValues); this.groupBox2.Controls.Add(this.grpThirdLevel); this.groupBox2.Controls.Add(this.chkAddSecondLevel); this.groupBox2.Controls.Add(this.grpSecondLevel); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox2.Location = new System.Drawing.Point(6, 20); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(409, 219); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "Sort Based on Values"; // // cmbFirst // this.cmbFirst.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbFirst.FormattingEnabled = true; this.cmbFirst.Location = new System.Drawing.Point(255, 20); this.cmbFirst.Name = "cmbFirst"; this.cmbFirst.Size = new System.Drawing.Size(65, 21); this.cmbFirst.TabIndex = 10; // // groupBox3 // this.groupBox3.Controls.Add(this.rdbDescending); this.groupBox3.Controls.Add(this.rdbAscending); this.groupBox3.Location = new System.Drawing.Point(6, 146); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(154, 64); this.groupBox3.TabIndex = 3; this.groupBox3.TabStop = false; this.groupBox3.Text = "OrderBy"; // // rdbDescending // this.rdbDescending.AutoSize = true; this.rdbDescending.Location = new System.Drawing.Point(6, 36); this.rdbDescending.Name = "rdbDescending"; this.rdbDescending.Size = new System.Drawing.Size(90, 17); this.rdbDescending.TabIndex = 1; this.rdbDescending.TabStop = true; this.rdbDescending.Text = "Descending"; this.rdbDescending.UseVisualStyleBackColor = true; // // rdbAscending // this.rdbAscending.AutoSize = true; this.rdbAscending.Location = new System.Drawing.Point(6, 13); this.rdbAscending.Name = "rdbAscending"; this.rdbAscending.Size = new System.Drawing.Size(83, 17); this.rdbAscending.TabIndex = 0; this.rdbAscending.TabStop = true; this.rdbAscending.Text = "Ascending"; this.rdbAscending.UseVisualStyleBackColor = true; // // chkAddThirdLevel // this.chkAddThirdLevel.AutoSize = true; this.chkAddThirdLevel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkAddThirdLevel.Location = new System.Drawing.Point(333, 61); this.chkAddThirdLevel.Name = "chkAddThirdLevel"; this.chkAddThirdLevel.Size = new System.Drawing.Size(73, 17); this.chkAddThirdLevel.TabIndex = 9; this.chkAddThirdLevel.Text = "Add Level"; this.chkAddThirdLevel.UseVisualStyleBackColor = true; this.chkAddThirdLevel.Visible = false; this.chkAddThirdLevel.CheckedChanged += new System.EventHandler(this.chkAddThirdLevel_CheckedChanged); // // btnSortValues // this.btnSortValues.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSortValues.Location = new System.Drawing.Point(318, 179); this.btnSortValues.Name = "btnSortValues"; this.btnSortValues.Size = new System.Drawing.Size(85, 23); this.btnSortValues.TabIndex = 2; this.btnSortValues.Text = "Sort Values"; this.btnSortValues.UseVisualStyleBackColor = true; this.btnSortValues.Click += new System.EventHandler(this.btnSortValues_Click); // // grpThirdLevel // this.grpThirdLevel.Controls.Add(this.cmbThird); this.grpThirdLevel.Controls.Add(this.label4); this.grpThirdLevel.Location = new System.Drawing.Point(6, 92); this.grpThirdLevel.Name = "grpThirdLevel"; this.grpThirdLevel.Size = new System.Drawing.Size(322, 48); this.grpThirdLevel.TabIndex = 8; this.grpThirdLevel.TabStop = false; this.grpThirdLevel.Text = "Level"; this.grpThirdLevel.Visible = false; // // cmbThird // this.cmbThird.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbThird.FormattingEnabled = true; this.cmbThird.Location = new System.Drawing.Point(249, 17); this.cmbThird.Name = "cmbThird"; this.cmbThird.Size = new System.Drawing.Size(65, 21); this.cmbThird.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 20); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(224, 13); this.label4.TabIndex = 0; this.label4.Text = "Choose the thrird column index to sort"; // // chkAddSecondLevel // this.chkAddSecondLevel.AutoSize = true; this.chkAddSecondLevel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkAddSecondLevel.Location = new System.Drawing.Point(333, 24); this.chkAddSecondLevel.Name = "chkAddSecondLevel"; this.chkAddSecondLevel.Size = new System.Drawing.Size(70, 17); this.chkAddSecondLevel.TabIndex = 7; this.chkAddSecondLevel.Text = "AddLevel"; this.chkAddSecondLevel.UseVisualStyleBackColor = true; this.chkAddSecondLevel.CheckedChanged += new System.EventHandler(this.chkAddSecondLevel_CheckedChanged); // // grpSecondLevel // this.grpSecondLevel.Controls.Add(this.cmbSecond); this.grpSecondLevel.Controls.Add(this.label3); this.grpSecondLevel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grpSecondLevel.Location = new System.Drawing.Point(6, 47); this.grpSecondLevel.Name = "grpSecondLevel"; this.grpSecondLevel.Size = new System.Drawing.Size(322, 45); this.grpSecondLevel.TabIndex = 6; this.grpSecondLevel.TabStop = false; this.grpSecondLevel.Text = "Level"; this.grpSecondLevel.Visible = false; // // cmbSecond // this.cmbSecond.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbSecond.FormattingEnabled = true; this.cmbSecond.Location = new System.Drawing.Point(249, 14); this.cmbSecond.Name = "cmbSecond"; this.cmbSecond.Size = new System.Drawing.Size(65, 21); this.cmbSecond.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(3, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(236, 13); this.label3.TabIndex = 4; this.label3.Text = "Choose the Second column index to sort."; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(6, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(219, 13); this.label2.TabIndex = 2; this.label2.Text = "Choose the First column Index to sort"; // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(0, 0); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(639, 71); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox3.TabIndex = 74; this.pictureBox3.TabStop = false; // // Sorting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(430, 470); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Sorting"; this.Text = "Sorting"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.groupBox1.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.grpThirdLevel.ResumeLayout(false); this.grpThirdLevel.PerformLayout(); this.grpSecondLevel.ResumeLayout(false); this.grpSecondLevel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox13 = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.textBox12 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.textBox11 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.textBox10 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.textBox9 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.textBox8 = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.textBox7 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.nav = new Navigator1._0.NavigatorAuto(); this.c1CommandDock1 = new C1.Win.C1Command.C1CommandDock(); this.c1DockingTab1 = new C1.Win.C1Command.C1DockingTab(); this.c1DockingTabPage1 = new C1.Win.C1Command.C1DockingTabPage(); this.vs = new C1.Win.C1FlexGrid.C1FlexGrid(); this.panel1.SuspendLayout(); this.panel5.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel3.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit(); this.c1CommandDock1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit(); this.c1DockingTab1.SuspendLayout(); this.c1DockingTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.vs)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.panel5); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.c1CommandDock1); 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(912, 528); this.panel1.TabIndex = 1; // // panel5 // this.panel5.Controls.Add(this.panel6); this.panel5.Controls.Add(this.panel2); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(200, 36); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(712, 492); this.panel5.TabIndex = 4; // // panel6 // this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 276); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(712, 216); this.panel6.TabIndex = 12; // // panel2 // this.panel2.Controls.Add(this.groupBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(712, 276); this.panel2.TabIndex = 11; // // groupBox1 // this.groupBox1.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.groupBox1.Controls.Add(this.textBox13); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.textBox12); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.textBox11); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.textBox10); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.textBox9); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.textBox8); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.textBox7); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.textBox6); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.textBox5); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.textBox4); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label1); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(4, -4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(708, 276); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Tag = "N"; // // textBox13 // this.textBox13.Location = new System.Drawing.Point(376, 244); this.textBox13.MaxLength = 20; this.textBox13.Name = "textBox13"; this.textBox13.Size = new System.Drawing.Size(160, 23); this.textBox13.TabIndex = 24; this.textBox13.Tag = "COM_CD"; this.textBox13.Text = "textBox13"; // // label14 // this.label14.Location = new System.Drawing.Point(280, 248); this.label14.Name = "label14"; this.label14.TabIndex = 25; this.label14.Tag = "COM_CD"; this.label14.Text = "COM_CD"; // // textBox12 // this.textBox12.Location = new System.Drawing.Point(116, 244); this.textBox12.MaxLength = 20; this.textBox12.Name = "textBox12"; this.textBox12.Size = new System.Drawing.Size(160, 23); this.textBox12.TabIndex = 22; this.textBox12.Tag = "ACC_NO"; this.textBox12.Text = "textBox12"; // // label13 // this.label13.Location = new System.Drawing.Point(8, 248); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(108, 23); this.label13.TabIndex = 23; this.label13.Tag = "ACC_NO"; this.label13.Text = "ACC_NO"; // // textBox11 // this.textBox11.Location = new System.Drawing.Point(116, 216); this.textBox11.MaxLength = 100; this.textBox11.Name = "textBox11"; this.textBox11.Size = new System.Drawing.Size(420, 23); this.textBox11.TabIndex = 20; this.textBox11.Tag = "BNK_NM"; this.textBox11.Text = "BNK_NM"; // // label12 // this.label12.Location = new System.Drawing.Point(8, 220); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(108, 23); this.label12.TabIndex = 21; this.label12.Tag = "BNK_NM"; this.label12.Text = "BNK_NM"; // // textBox10 // this.textBox10.Location = new System.Drawing.Point(116, 188); this.textBox10.MaxLength = 200; this.textBox10.Name = "textBox10"; this.textBox10.Size = new System.Drawing.Size(420, 23); this.textBox10.TabIndex = 18; this.textBox10.Tag = "WEB_AD"; this.textBox10.Text = "textBox10"; // // label11 // this.label11.Location = new System.Drawing.Point(8, 192); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(108, 23); this.label11.TabIndex = 19; this.label11.Tag = "WEB_AD"; this.label11.Text = "ADD_DR"; // // textBox9 // this.textBox9.Location = new System.Drawing.Point(116, 160); this.textBox9.MaxLength = 50; this.textBox9.Name = "textBox9"; this.textBox9.Size = new System.Drawing.Size(420, 23); this.textBox9.TabIndex = 16; this.textBox9.Tag = "EMA_NM"; this.textBox9.Text = "textBox9"; // // label10 // this.label10.Location = new System.Drawing.Point(8, 164); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(108, 23); this.label10.TabIndex = 17; this.label10.Tag = "EMA_NM"; this.label10.Text = "Email"; // // textBox8 // this.textBox8.Location = new System.Drawing.Point(116, 132); this.textBox8.MaxLength = 200; this.textBox8.Name = "textBox8"; this.textBox8.Size = new System.Drawing.Size(420, 23); this.textBox8.TabIndex = 14; this.textBox8.Tag = "ADD_DR"; this.textBox8.Text = "textBox8"; // // label9 // this.label9.Location = new System.Drawing.Point(8, 136); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(108, 23); this.label9.TabIndex = 15; this.label9.Tag = "ADD_DR"; this.label9.Text = "ADD_DR"; // // textBox7 // this.textBox7.Location = new System.Drawing.Point(376, 104); this.textBox7.MaxLength = 20; this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(160, 23); this.textBox7.TabIndex = 12; this.textBox7.Tag = "FAX_N2"; this.textBox7.Text = "textBox7"; // // label8 // this.label8.Location = new System.Drawing.Point(280, 108); this.label8.Name = "label8"; this.label8.TabIndex = 13; this.label8.Tag = "FAX_N2"; this.label8.Text = "Fax2"; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(116, 104); this.textBox6.MaxLength = 20; this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(160, 23); this.textBox6.TabIndex = 10; this.textBox6.Tag = "FAX_N1"; this.textBox6.Text = "textBox6"; // // label7 // this.label7.Location = new System.Drawing.Point(8, 108); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(108, 23); this.label7.TabIndex = 11; this.label7.Tag = "FAX_N1"; this.label7.Text = "Fax1"; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(376, 76); this.textBox5.MaxLength = 20; this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(160, 23); this.textBox5.TabIndex = 8; this.textBox5.Tag = "TEL_N2"; this.textBox5.Text = "textBox5"; // // label6 // this.label6.Location = new System.Drawing.Point(280, 80); this.label6.Name = "label6"; this.label6.TabIndex = 9; this.label6.Tag = "TEL_N2"; this.label6.Text = "Tel2"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(116, 76); this.textBox4.MaxLength = 20; this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(160, 23); this.textBox4.TabIndex = 6; this.textBox4.Tag = "TEL_N1"; this.textBox4.Text = "textBox4"; // // label4 // this.label4.Location = new System.Drawing.Point(8, 80); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(108, 23); this.label4.TabIndex = 7; this.label4.Tag = "TEL_N1"; this.label4.Text = "Tel1"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(116, 20); this.textBox3.MaxLength = 80; this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(420, 23); this.textBox3.TabIndex = 4; this.textBox3.Tag = "COM_N2"; this.textBox3.Text = "textBox3"; // // label3 // this.label3.Location = new System.Drawing.Point(8, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(108, 23); this.label3.TabIndex = 5; this.label3.Tag = "COM_N2"; this.label3.Text = "Full Name"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(116, 48); this.textBox2.MaxLength = 80; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(420, 23); this.textBox2.TabIndex = 2; this.textBox2.Tag = "COM_N1"; this.textBox2.Text = "textBox2"; // // label2 // this.label2.Location = new System.Drawing.Point(8, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(108, 23); this.label2.TabIndex = 3; this.label2.Tag = "COM_N1"; this.label2.Text = "Short Name"; // // textBox1 // this.textBox1.BackColor = System.Drawing.Color.LemonChiffon; this.textBox1.Location = new System.Drawing.Point(636, 16); this.textBox1.MaxLength = 12; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(52, 23); this.textBox1.TabIndex = 0; this.textBox1.Tag = "COM_ID"; this.textBox1.Text = "textBox1"; this.textBox1.Visible = false; // // label1 // this.label1.Location = new System.Drawing.Point(540, 20); this.label1.Name = "label1"; this.label1.TabIndex = 1; this.label1.Tag = "COM_ID"; this.label1.Text = "ID"; this.label1.Visible = false; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192))); this.panel3.Controls.Add(this.label5); this.panel3.Controls.Add(this.panel4); this.panel3.Dock = System.Windows.Forms.DockStyle.Top; this.panel3.Location = new System.Drawing.Point(200, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(712, 36); this.panel3.TabIndex = 3; // // label5 // this.label5.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192))); this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label5.Location = new System.Drawing.Point(416, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(296, 36); this.label5.TabIndex = 11; this.label5.Tag = ""; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel4 // this.panel4.Controls.Add(this.nav); this.panel4.Dock = System.Windows.Forms.DockStyle.Left; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(416, 36); this.panel4.TabIndex = 10; // // nav // this.nav.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192))); this.nav.Connection = null; this.nav.ConnectionDel = null; this.nav.Font = new System.Drawing.Font("Tahoma", 9.75F); this.nav.form = null; this.nav.FormName = null; this.nav.Grid = null; this.nav.History = false; this.nav.IsNull = true; this.nav.Language = "EN"; this.nav.Location = new System.Drawing.Point(3, 2); this.nav.MSG_Exit = false; this.nav.MulltiDel = false; this.nav.Name = "nav"; this.nav.Security = 0; this.nav.ShowPopupMenu = false; this.nav.Size = new System.Drawing.Size(472, 32); this.nav.TabIndex = 9; this.nav.ToolBar_Auto = true; this.nav.UserID = null; this.nav.VisibleGrid = true; this.nav.Where = null; // // c1CommandDock1 // this.c1CommandDock1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.c1CommandDock1.Controls.Add(this.c1DockingTab1); this.c1CommandDock1.Dock = System.Windows.Forms.DockStyle.Left; this.c1CommandDock1.Id = 1; this.c1CommandDock1.Location = new System.Drawing.Point(0, 0); this.c1CommandDock1.Name = "c1CommandDock1"; this.c1CommandDock1.Size = new System.Drawing.Size(200, 528); // // c1DockingTab1 // this.c1DockingTab1.Alignment = System.Windows.Forms.TabAlignment.Bottom; this.c1DockingTab1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.c1DockingTab1.CanAutoHide = true; this.c1DockingTab1.CanMoveTabs = true; this.c1DockingTab1.Controls.Add(this.c1DockingTabPage1); this.c1DockingTab1.Location = new System.Drawing.Point(0, 0); this.c1DockingTab1.Name = "c1DockingTab1"; this.c1DockingTab1.SelectedIndex = 0; this.c1DockingTab1.ShowCaption = true; this.c1DockingTab1.ShowSingleTab = false; this.c1DockingTab1.Size = new System.Drawing.Size(198, 526); this.c1DockingTab1.TabIndex = 0; this.c1DockingTab1.TabSizeMode = C1.Win.C1Command.TabSizeModeEnum.Fit; this.c1DockingTab1.TabStyle = C1.Win.C1Command.TabStyleEnum.WindowsXP; // // c1DockingTabPage1 // this.c1DockingTabPage1.Controls.Add(this.vs); this.c1DockingTabPage1.ImageIndex = -1; this.c1DockingTabPage1.Location = new System.Drawing.Point(0, 0); this.c1DockingTabPage1.Name = "c1DockingTabPage1"; this.c1DockingTabPage1.Size = new System.Drawing.Size(195, 525); this.c1DockingTabPage1.TabIndex = 0; this.c1DockingTabPage1.Text = "Page1"; // // vs // this.vs.BorderStyle = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.XpThemes; this.vs.ColumnInfo = "10,1,0,0,0,100,Columns:0{Width:38;}\t"; this.vs.Dock = System.Windows.Forms.DockStyle.Fill; this.vs.KeyActionTab = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcross; this.vs.Location = new System.Drawing.Point(0, 20); this.vs.Name = "vs"; this.vs.Size = new System.Drawing.Size(195, 505); this.vs.Styles = ((C1.Win.C1FlexGrid.CellStyleCollection)(new C1.Win.C1FlexGrid.CellStyleCollection(""))); this.vs.TabIndex = 7; // // frmTaCompany // this.AutoScaleBaseSize = new System.Drawing.Size(6, 16); this.ClientSize = new System.Drawing.Size(912, 528); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Name = "frmTaCompany"; this.Text = "frmTaCompany"; this.Load += new System.EventHandler(this.frmTaCompany_Load); this.panel1.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).EndInit(); this.c1CommandDock1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit(); this.c1DockingTab1.ResumeLayout(false); this.c1DockingTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.vs)).EndInit(); this.ResumeLayout(false); }
/// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmConnectFour)); this.button1 = new System.Windows.Forms.Button(); this.connectFourBoard1 = new BoardControl.ConnectFourBoard(); this.outputPane = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.redButton = new System.Windows.Forms.RadioButton(); this.blueButton = new System.Windows.Forms.RadioButton(); this.startButton = new System.Windows.Forms.Button(); this.pauseButton = new System.Windows.Forms.Button(); this.resetButton = new System.Windows.Forms.Button(); this.outputTimer = new System.Windows.Forms.Timer(this.components); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.Enabled = false; this.button1.Location = new System.Drawing.Point(240, 584); this.button1.Name = "button1"; this.button1.TabIndex = 1; this.button1.Text = "button1"; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.TestButton); // // connectFourBoard1 // this.connectFourBoard1.BoardHeight = 450; this.connectFourBoard1.BoardWidth = 525; this.connectFourBoard1.HorizontalSquares = 7; this.connectFourBoard1.LegendColor = System.Drawing.Color.LightBlue; this.connectFourBoard1.LegendWidth = 10; this.connectFourBoard1.Location = new System.Drawing.Point(8, 8); this.connectFourBoard1.Name = "connectFourBoard1"; this.connectFourBoard1.ShowLegend = true; this.connectFourBoard1.Size = new System.Drawing.Size(544, 472); this.connectFourBoard1.SquareHeight = 75; this.connectFourBoard1.SquareWidth = 75; this.connectFourBoard1.TabIndex = 2; this.connectFourBoard1.TestPaint = false; this.connectFourBoard1.VerticalSquares = 6; // // outputPane // this.outputPane.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.outputPane.Location = new System.Drawing.Point(8, 480); this.outputPane.Name = "outputPane"; this.outputPane.Size = new System.Drawing.Size(544, 23); this.outputPane.TabIndex = 3; this.outputPane.Text = "Output Pane"; this.outputPane.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // groupBox1 // this.groupBox1.Controls.Add(this.redButton); this.groupBox1.Controls.Add(this.blueButton); this.groupBox1.Location = new System.Drawing.Point(8, 512); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "Choose Player Color"; // // redButton // this.redButton.AutoCheck = false; this.redButton.Checked = true; this.redButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.redButton.Location = new System.Drawing.Point(16, 24); this.redButton.Name = "redButton"; this.redButton.TabIndex = 0; this.redButton.Text = "Red"; this.redButton.Click += new System.EventHandler(this.OnRedClick); // // blueButton // this.blueButton.AutoCheck = false; this.blueButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.blueButton.Location = new System.Drawing.Point(16, 56); this.blueButton.Name = "blueButton"; this.blueButton.TabIndex = 5; this.blueButton.Text = "Blue"; this.blueButton.Click += new System.EventHandler(this.OnBlueClick); // // startButton // this.startButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.startButton.Location = new System.Drawing.Point(392, 512); this.startButton.Name = "startButton"; this.startButton.TabIndex = 5; this.startButton.Text = "Start"; this.startButton.Click += new System.EventHandler(this.OnStart); // // pauseButton // this.pauseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.pauseButton.Location = new System.Drawing.Point(392, 544); this.pauseButton.Name = "pauseButton"; this.pauseButton.TabIndex = 1; this.pauseButton.Text = "Pause"; this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click); // // resetButton // this.resetButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.resetButton.Location = new System.Drawing.Point(392, 584); this.resetButton.Name = "resetButton"; this.resetButton.TabIndex = 0; this.resetButton.Text = "Reset"; this.resetButton.Click += new System.EventHandler(this.resetButton_Click); // // outputTimer // this.outputTimer.Enabled = true; this.outputTimer.Interval = 600; this.outputTimer.Tick += new System.EventHandler(this.OnOutputTimer); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(560, 622); this.Controls.Add(this.resetButton); this.Controls.Add(this.pauseButton); this.Controls.Add(this.startButton); this.Controls.Add(this.groupBox1); this.Controls.Add(this.outputPane); this.Controls.Add(this.connectFourBoard1); this.Controls.Add(this.button1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Form1"; this.Text = "Connect Four"; this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }